summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchctl (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-214-9/+37
* 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
* /tmp/cvsa9y4jmespie2017-07-061-2/+2
* Use the sizeof operator on a struct not a pointer to one.jsg2017-01-311-2/+2
* log_verbose() -> log_setverbose()reyk2017-01-091-3/+3
* Don't convert endianess for flow-mod command field, it is a 8 bit field.rzalamena2016-12-221-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-244-52/+339
* Unbreak the tree: OFP_GROUP_ANY was renamed to OFP_GROUP_ID_ANY.tb2016-11-181-2/+3
* Add ofp_validate() for all supported versions. Will be used by switchctl,reyk2016-11-171-2/+2
* - Ar arg Ar arg is better written as Ar arg argjmc2016-11-151-7/+7
* Add a socket_setport() util function, in addition to socket_getport(),reyk2016-11-151-1/+6
* Describe the 'dump' commandreyk2016-11-151-3/+22
* swap dump arguments to expect the address firstreyk2016-11-151-6/+12
* Add a simple openflow client to dump switch information. Thereyk2016-11-155-38/+266
* spread the Xr! as a bonus, typo fix in switchd.conf.5 too;jmc2016-10-201-3/+4
* Start reworking the "device" support in switchd: Once connected, areyk2016-10-124-87/+127
* Adjust the mac_port format string since it got upgraded to 32bitsreyk2016-09-281-2/+2
* pledge switchctlreyk2016-07-201-1/+9
* The -DNAME=switch flag is an artifact from the PoC when I couldn'treyk2016-07-191-9/+6
* Remove unused variablereyk2016-07-191-7/+1
* Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.reyk2016-07-195-0/+808