summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd/ofrelay.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Learn remote switch flow tables properties to find out where to installrzalamena2016-12-221-1/+3
* Implement the connection state machine for OpenFlow 1.0 and 1.3 to detectrzalamena2016-12-021-1/+2
* Fix some styles issues: break big lines and remove some useless spaces.rzalamena2016-11-171-2/+2
* Remove "workarounds" for the read and write path that were needed toreyk2016-11-111-94/+14
* Start reworking the "device" support in switchd: Once connected, areyk2016-10-121-2/+2
* Add support for multipart replies and implement a simple ofp 1.3.5 errorrzalamena2016-10-071-1/+3
* I added a second buffer as fix for the fact that /dev/switch doesn'treyk2016-10-051-6/+7
* More debuggingreyk2016-10-051-1/+4
* Disable write events if there is nothing to write.reyk2016-09-301-7/+20
* Implement socket server code that properly handles async I/O, partialreyk2016-09-301-0/+505