CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/18 05:21:32
Modified files:
sys/net : ofp.h
Log message:
OpenFlow has a very simple finite state machine that is only
indirectly documented in the specification. Add the states to the
header as it is important for all implementations. Both switch(4) and
switchd(8) have to be updated to follow the fsm instead of answering
any requests at any time.
OK rzalamena@
