bridge: Use pointer to "struct port", not "port_idx", for MAC learning.
authorBen Pfaff <blp@nicira.com>
Tue, 22 Mar 2011 16:57:06 +0000 (09:57 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Mar 2011 16:57:06 +0000 (09:57 -0700)
commit1648ddd7c18dab974efae3a007591b6479e3c053
tree7a776dcaa17239d82f84b0252511821060773727
parent1bfe968160d7cc030e44481ba3a2ac68824c2869
bridge: Use pointer to "struct port", not "port_idx", for MAC learning.

This takes a step toward changing the data structure used for keeping
track of ports from an array to a more appropriate data structure.
lib/mac-learning.h
vswitchd/bridge.c