BPFabric icon indicating copy to clipboard operation
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

Results 2 BPFabric issues
Sort by recently updated
recently updated
newest added

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...