Handle ports as uint32_t instead of in_port_t: OpenFlow 1.0 used 16bit
authorreyk <reyk@openbsd.org>
Wed, 20 Jul 2016 20:07:02 +0000 (20:07 +0000)
committerreyk <reyk@openbsd.org>
Wed, 20 Jul 2016 20:07:02 +0000 (20:07 +0000)
commitc7486977e7641790f03139d0eb5c0ef25b437c75
treef7832d721921acf575eb20c42565924b243c3c20
parent4380c4abb979b4123c4abe5cc1d606421b035570
Handle ports as uint32_t instead of in_port_t: OpenFlow 1.0 used 16bit
ports, but later versions switched to 32bit ports (for the case that a
virtual switch has more than 65535 switch ports, of course).
usr.sbin/switchd/packet.c
usr.sbin/switchd/switch.c
usr.sbin/switchd/switchd.h