]> git.proxmox.com Git - ovs.git/commit
Eliminate use of term "slave" in bond, LACP, and bundle contexts.
authorBen Pfaff <blp@ovn.org>
Wed, 17 Jun 2020 21:16:08 +0000 (14:16 -0700)
committerBen Pfaff <blp@ovn.org>
Wed, 21 Oct 2020 18:28:24 +0000 (11:28 -0700)
commit91fc374a9c5a2a4d9520aaa3588a7a18338a476e
tree36e097d0f7b655e90179c04e21eb7fe4c400889b
parentf51cf36d86e4a51630dc2781034149c13a634d67
Eliminate use of term "slave" in bond, LACP, and bundle contexts.

The new term is "member".

Most of these changes should not change user-visible behavior.  One
place where they do is in "ovs-ofctl dump-flows", which will now output
"members:..." inside "bundle" actions instead of "slaves:...".  I don't
expect this to cause real problems in most systems.  The old syntax
is still supported on input for backward compatibility.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
45 files changed:
Documentation/topics/bonding.rst
Documentation/topics/porting.rst
NEWS
debian/changelog
debian/ifupdown.sh
include/openvswitch/ofp-actions.h
lib/bundle.c
lib/bundle.h
lib/cfm.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
lib/lacp.c
lib/lacp.h
lib/lldp/lldp-const.h
lib/lldp/lldpd-structs.h
lib/mac-learning.c
lib/mac-learning.h
lib/netdev-linux.c
lib/ofp-actions.c
lib/ovs-actions.xml
lib/rtnetlink.c
lib/rtnetlink.h
lib/unixctl.c
ofproto/bond.c
ofproto/bond.h
ofproto/ofproto-dpif-rid.h
ofproto/ofproto-dpif-sflow.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c
ofproto/ofproto-dpif.h
ofproto/ofproto-provider.h
ofproto/ofproto.c
ofproto/ofproto.h
tests/bundle.at
tests/lacp.at
tests/ofp-actions.at
tests/ofproto-dpif.at
tests/ofproto.at
tests/ovs-ofctl.at
tests/test-bundle.c
vswitchd/bridge.c
vswitchd/ovs-vswitchd.8.in
vswitchd/vswitch.xml