lib/mac-learning.h: Change one variable's type and name
authorAlex Wang <alexw@nicira.com>
Thu, 16 May 2013 22:17:10 +0000 (15:17 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 16 May 2013 22:24:55 +0000 (15:24 -0700)
commit63a10d0e099fe8eb6052fadf6b80a0ab208a6381
treee9c298b4f28e380b5592934e0b9ab1857e9808f8
parent94a538422d4b05449097e5ad07ac25b05429f1fe
lib/mac-learning.h: Change one variable's type and name

This commit changes variable "int i" of "union port" of "struct mac_entry"
to "uint16_t ofp_port", since it is used to store the OpenFlow port number.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/learning-switch.c
lib/mac-learning.h