summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchctl/parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to query a switch(4) instance via its control device. Alsoakoshibe2018-10-211-2/+8
* struct sockaddr_storage is guaranteed to be large enough, no need to checkflorian2018-10-151-9/+1
* #if 0 unused chunk for nowderaadt2017-08-011-1/+5
* Don't convert endianess for flow-mod command field, it is a 8 bit field.rzalamena2016-12-221-3/+3
* Add simple client to add flows from switchctl. Not finished yet, butreyk2016-11-241-18/+219
* swap dump arguments to expect the address firstreyk2016-11-151-6/+12
* Add a simple openflow client to dump switch information. Thereyk2016-11-151-2/+32
* Start reworking the "device" support in switchd: Once connected, areyk2016-10-121-40/+64
* Remove unused variablereyk2016-07-191-7/+1
* Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.reyk2016-07-191-0/+284