summaryrefslogtreecommitdiffstats
path: root/usr.sbin/switchd/packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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