mac-learning: Make data structures public.
authorBen Pfaff <blp@nicira.com>
Mon, 8 Jun 2009 19:20:38 +0000 (12:20 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 8 Jun 2009 19:26:11 +0000 (12:26 -0700)
commit962ff3d674784ff2addac840d8a0bae0e4e9dbd2
tree8dc54d8dab23bcecf5661bdb2755f6253ba29aec
parentce87c728133414f2d49f3e83f67aed5e5a4b7953
mac-learning: Make data structures public.

The vswitchd bonding code needs to iterate through the table entries to
be able to send out gratuitous learning packets when bond slaves go down.
It might be best to create an abstract interface to the MAC learning table,
but this commit does the simpler thing and exposes the data structures in
the header file.
lib/mac-learning.c
lib/mac-learning.h