bridge: Improve name and comments for bond_entry's "iface_tag" member.
authorBen Pfaff <blp@nicira.com>
Thu, 17 Mar 2011 23:29:55 +0000 (16:29 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 22 Mar 2011 00:01:49 +0000 (17:01 -0700)
commitc0cb6f59f51ceb1c16e38b050bb8c3345ba984c0
treef18833db6c05af8c1661f691695eff02eefd32d0
parent990cda854810c4f3d926156f08cda64064075e77
bridge: Improve name and comments for bond_entry's "iface_tag" member.

The iface_tag name and comment implied that it was really just a copy of
the 'tag' member of struct iface, but in fact it has a completely different
purpose: it represents the binding of a bond_entry to a particular iface.
It is invalidated when the bond_entry has to be redirected to a different
iface, not when the iface itself changes.  I hope that this commit helps
to clarify.
vswitchd/bridge.c