summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchctl/switchctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* As per advice from claudio@, further restrict the pledge in switchctl(8).akoshibe2018-10-241-1/+4
* Add the ability to query a switch(4) instance via its control device. Alsoakoshibe2018-10-211-3/+5
* Use the sizeof operator on a struct not a pointer to one.jsg2017-01-311-2/+2
* Add simple client to add flows from switchctl. Not finished yet, butreyk2016-11-241-3/+14
* Add a simple openflow client to dump switch information. Thereyk2016-11-151-29/+26
* Start reworking the "device" support in switchd: Once connected, areyk2016-10-121-30/+33
* Adjust the mac_port format string since it got upgraded to 32bitsreyk2016-09-281-2/+2
* pledge switchctlreyk2016-07-201-1/+9
* Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.reyk2016-07-191-0/+348