summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchctl/ofpclient.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to query a switch(4) instance via its control device. Alsoakoshibe2018-10-211-1/+19
* log_verbose() -> log_setverbose()reyk2017-01-091-3/+3
* Implement the connection state machine for OpenFlow 1.0 and 1.3 to detectrzalamena2016-12-021-12/+42
* Add simple client to add flows from switchctl. Not finished yet, butreyk2016-11-241-28/+98
* Unbreak the tree: OFP_GROUP_ANY was renamed to OFP_GROUP_ID_ANY.tb2016-11-181-2/+3
* Add a socket_setport() util function, in addition to socket_getport(),reyk2016-11-151-1/+6
* Add a simple openflow client to dump switch information. Thereyk2016-11-151-0/+180