X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fbond.c;h=c05e0c80648b2b7dede1ab537c0047df97ba8251;hb=5dd165d3d86094b7f094752b1e5e001f6bf5c1b7;hp=fe84f9c212bd8b9277a74b2fa6ab07f033bd4402;hpb=e1db42d68bf896116277bf8dbc162ca6b5252803;p=sliver-openvswitch.git diff --git a/lib/bond.c b/lib/bond.c index fe84f9c21..c05e0c806 100644 --- a/lib/bond.c +++ b/lib/bond.c @@ -51,7 +51,7 @@ VLOG_DEFINE_THIS_MODULE(bond); struct bond_entry { struct bond_slave *slave; /* Assigned slave, NULL if unassigned. */ uint64_t tx_bytes; /* Count of bytes recently transmitted. */ - tag_type tag; /* Tag for entry<->slave association. */ + tag_type tag; /* Tag for entry<->facet association. */ struct list list_node; /* In bond_slave's 'entries' list. */ };