aboutsummaryrefslogtreecommitdiff
path: root/lib/vlan-bitmap.h
AgeCommit message (Collapse)Author
2012-05-02Global replace of Nicira Networks.Raju Subramanian
Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
2011-11-23vlan-bitmap: New function vlan_bitmap_from_array__().Ben Pfaff
2011-07-26vlan-bitmap: Remove function vlan_bitmap_contains().Ben Pfaff
I created this function because I thought I had three good use cases. Unfortunately, one of them was wrong, so drop it.
2011-04-25mac-learning: Change mac_learning_set_flood_vlans() to not take ownership.Ben Pfaff
These new semantics are less efficient in the case where the flood_vlans actually changed, but that should be very rare. There are no advantages to this change on its own, but upcoming commits will add multiple layers between the code supplying the flood_vlans and actually calling mac_learning_set_flood_vlans(). Consistency in this multilayered interface seems valuable, and the rest of it does not transfer ownership from the caller to the callee.
2011-04-25vlan-bitmap: New data structure.Ben Pfaff