summaryrefslogtreecommitdiff
path: root/usr.sbin/switchd/ofp_common.c
AgeCommit message (Expand)Author
2016-12-22Learn remote switch flow tables properties to find out where to installRafael Zalamena
2016-12-02Implement the connection state machine for OpenFlow 1.0 and 1.3 to detectRafael Zalamena
2016-11-22Implement support for version negotiation using hello messages. ThisRafael Zalamena
2016-11-17In oflowmod, automatically open the instructions block with the firstReyk Floeter
2016-11-17Add an abstraction layer / API to create flows including all matchesReyk Floeter
2016-11-17Add ofp_validate() for all supported versions. Will be used by switchctl,Reyk Floeter
2016-11-17Added the missing code to build flow-mod messages and to installRafael Zalamena
2016-11-11Move ofp_validate_header() into ofp_common.c. No functional change.Reyk Floeter
2016-11-04Move ofp_output() into ofp_common.c and few function prototypes intoReyk Floeter
2016-10-07Move some shared code into a new file.Reyk Floeter