Convert to using pyroute2 for tc
authorBrenden Blanco <bblanco@plumgrid.com>
Fri, 5 Jun 2015 01:01:42 +0000 (18:01 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Fri, 5 Jun 2015 06:07:25 +0000 (23:07 -0700)
commitbb7200ceaf941efec76af9df5805b9a12d718f9b
tree2db3a32baa82bda39843149dd71daddea04e571d
parent7249beaf9ab58533728480b81d45f9b6b1a99ffe
Convert to using pyroute2 for tc

* Remove libbpf.c netlink
* Requires pyroute2 from source
 git clone https://github.com/svinota/pyroute2.git;
          cd pyroute2; sudo make install

Update: Remove references to mnl

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
15 files changed:
scripts/bpf_demo.ks.erb
src/bpf.py
src/cc/CMakeLists.txt
src/cc/b_frontend_action.cc
src/cc/bpf_helpers.h
src/cc/codegen_llvm.cc
src/cc/libbpf.c
src/cc/proto.h
src/libbpf.h
tests/cc/CMakeLists.txt
tests/cc/test_call1.c
tests/cc/test_call1.py
tests/cc/test_xlate1.c
tests/cc/test_xlate1.py
tests/wrapper.sh.in