CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/20 14:07:02
Modified files:
usr.sbin/switchd: packet.c switch.c switchd.h
Log message:
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).
