CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/09/01 04:06:33
Modified files:
sys/conf : GENERIC files
sys/net : if.c if_bridge.c if_bridge.h if_var.h netisr.h
Added files:
sys/net : if_switch.c if_switch.h ofp.h switchctl.c
switchofp.c
Log message:
Import switch(4), an in-kernel OpenFlow switch which can work alone.
switch(4) currently supports OpenFlow 1.3.5.
Currently, it's disabled by the kernel config.
With help from yasuoka@ reyk@ jsg@.
ok deraadt@ yasuoka@ reyk@ henning@