summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* switchd(8) will sometimes not save a copy of a packet needing forwardingakoshibe2019-05-051-10/+19
* packet.c and parse.y no longer require err.h. ok jca@ florian@rob2017-08-061-2/+1
* Set pkt_buf variable on incoming packet_in messages.rzalamena2016-09-261-2/+5
* With uint32_t ports, we cannot sneak the port into an int anymorereyk2016-07-211-6/+9
* Handle ports as uint32_t instead of in_port_t: OpenFlow 1.0 used 16bitreyk2016-07-201-6/+6
* Import switchd(8), a basic WIP OpenFlow implementation for OpenBSD.reyk2016-07-191-0/+88