BPFabric
BPFabric copied to clipboard
BPFabric implementations. Details about this work are available in the research paper "BPFabric: Data Plane Programmability for Software Defined Networks" published at ANCS 2017
I'm trying to build this package for OpenWrt but I'm receveing the error bellow. These are the last lines of compiling: ..... mkdir -p src/c/ protoc-c --c_out=src/c/ *.proto [libprotobuf WARNING...
Hi, I wanted to use BPFabric to create a switch capable of performing encapsulation using a custom-made protocol. For this to happen, I would need to add a new protocol...