| Commit message (Expand) | Author | Age | Files | Lines |
| * | As per advice from claudio@, further restrict the pledge in switchctl(8). |  akoshibe | 2018-10-24 | 1 | -1/+4 |
| * | Add the ability to query a switch(4) instance via its control device. Also |  akoshibe | 2018-10-21 | 4 | -9/+37 |
| * | struct sockaddr_storage is guaranteed to be large enough, no need to check |  florian | 2018-10-15 | 1 | -9/+1 |
| * | #if 0 unused chunk for now |  deraadt | 2017-08-01 | 1 | -1/+5 |
| * | /tmp/cvsa9y4jm |  espie | 2017-07-06 | 1 | -2/+2 |
| * | Use the sizeof operator on a struct not a pointer to one. |  jsg | 2017-01-31 | 1 | -2/+2 |
| * | log_verbose() -> log_setverbose() |  reyk | 2017-01-09 | 1 | -3/+3 |
| * | Don't convert endianess for flow-mod command field, it is a 8 bit field. |  rzalamena | 2016-12-22 | 1 | -3/+3 |
| * | Implement the connection state machine for OpenFlow 1.0 and 1.3 to detect |  rzalamena | 2016-12-02 | 1 | -12/+42 |
| * | Add simple client to add flows from switchctl. Not finished yet, but |  reyk | 2016-11-24 | 4 | -52/+339 |
| * | Unbreak the tree: OFP_GROUP_ANY was renamed to OFP_GROUP_ID_ANY. |  tb | 2016-11-18 | 1 | -2/+3 |
| * | Add ofp_validate() for all supported versions. Will be used by switchctl, |  reyk | 2016-11-17 | 1 | -2/+2 |
| * | - Ar arg Ar arg is better written as Ar arg arg |  jmc | 2016-11-15 | 1 | -7/+7 |
| * | Add a socket_setport() util function, in addition to socket_getport(), |  reyk | 2016-11-15 | 1 | -1/+6 |
| * | Describe the 'dump' command |  reyk | 2016-11-15 | 1 | -3/+22 |
| * | swap dump arguments to expect the address first |  reyk | 2016-11-15 | 1 | -6/+12 |
| * | Add a simple openflow client to dump switch information. The |  reyk | 2016-11-15 | 5 | -38/+266 |
| * | spread the Xr! as a bonus, typo fix in switchd.conf.5 too; |  jmc | 2016-10-20 | 1 | -3/+4 |
| * | Start reworking the "device" support in switchd: Once connected, a |  reyk | 2016-10-12 | 4 | -87/+127 |
| * | Adjust the mac_port format string since it got upgraded to 32bits |  reyk | 2016-09-28 | 1 | -2/+2 |
| * | pledge switchctl |  reyk | 2016-07-20 | 1 | -1/+9 |
| * | The -DNAME=switch flag is an artifact from the PoC when I couldn't |  reyk | 2016-07-19 | 1 | -9/+6 |
| * | Remove unused variable |  reyk | 2016-07-19 | 1 | -7/+1 |
| * | Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD. |  reyk | 2016-07-19 | 5 | -0/+808 |