CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/07/19 10:54:27

Added files:
        usr.sbin/switchd: Makefile control.c genmap.sh imsg_util.c log.c 
                          ofcconn.c ofp.c ofp.h ofp10.c ofp10.h ofp13.c 
                          ofp_map.h packet.c parse.y proc.c proc.h 
                          switch.c switchd.8 switchd.c switchd.conf.5 
                          switchd.h timer.c types.h util.c 
        usr.sbin/switchctl: Makefile parser.c parser.h switchctl.8 
                            switchctl.c 

Log message:
Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.

switchd consists of two parts:
1. switchd(8) and switchctl(8), an OpenFlow controller or "vswitch".
2. switch(4), an OpenFlow-aware kernel "bridge".

This the 1st part, the driver will be imported later.  The code will
remain disabled for a while, but it helps development to have it in
the tree.  switchd currently supports partial OpenFlow 1.0, but the
goal is to use OpenFlow 1.3.5 instead (switch(4) already does 1.3.5).

For more background information see:
http://www.openbsd.org/papers/bsdcan2016-switchd.pdf
https://youtu.be/Cuo0qT-lqig

With help from yasuoka@ goda@
Import discussed with deraadt@

Reply via email to