[ovs-git] [openvswitch/ovs] f51cf3: conntrack: Rename "master" connection to "parent" ...

Ben Pfaff noreply at github.com
Wed Oct 21 18:34:21 UTC 2020


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: f51cf36d86e4a51630dc2781034149c13a634d67
      https://github.com/openvswitch/ovs/commit/f51cf36d86e4a51630dc2781034149c13a634d67
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2020-10-21 (Wed, 21 Oct 2020)

  Changed paths:
    M include/openvswitch/meta-flow.h
    M lib/conntrack-private.h
    M lib/conntrack.c
    M lib/ct-dpif.c
    M lib/ct-dpif.h
    M lib/meta-flow.xml
    M lib/netlink-conntrack.c
    M tests/ofproto-dpif.at
    M tests/system-traffic.at

  Log Message:
  -----------
  conntrack: Rename "master" connection to "parent" connection.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>


  Commit: 91fc374a9c5a2a4d9520aaa3588a7a18338a476e
      https://github.com/openvswitch/ovs/commit/91fc374a9c5a2a4d9520aaa3588a7a18338a476e
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2020-10-21 (Wed, 21 Oct 2020)

  Changed paths:
    M Documentation/topics/bonding.rst
    M Documentation/topics/porting.rst
    M NEWS
    M debian/changelog
    M debian/ifupdown.sh
    M include/openvswitch/ofp-actions.h
    M lib/bundle.c
    M lib/bundle.h
    M lib/cfm.c
    M lib/dpif-netdev.c
    M lib/dpif-provider.h
    M lib/dpif.c
    M lib/dpif.h
    M lib/lacp.c
    M lib/lacp.h
    M lib/lldp/lldp-const.h
    M lib/lldp/lldpd-structs.h
    M lib/mac-learning.c
    M lib/mac-learning.h
    M lib/netdev-linux.c
    M lib/ofp-actions.c
    M lib/ovs-actions.xml
    M lib/rtnetlink.c
    M lib/rtnetlink.h
    M lib/unixctl.c
    M ofproto/bond.c
    M ofproto/bond.h
    M ofproto/ofproto-dpif-rid.h
    M ofproto/ofproto-dpif-sflow.c
    M ofproto/ofproto-dpif-xlate.c
    M ofproto/ofproto-dpif.c
    M ofproto/ofproto-dpif.h
    M ofproto/ofproto-provider.h
    M ofproto/ofproto.c
    M ofproto/ofproto.h
    M tests/bundle.at
    M tests/lacp.at
    M tests/ofp-actions.at
    M tests/ofproto-dpif.at
    M tests/ofproto.at
    M tests/ovs-ofctl.at
    M tests/test-bundle.c
    M vswitchd/bridge.c
    M vswitchd/ovs-vswitchd.8.in
    M vswitchd/vswitch.xml

  Log Message:
  -----------
  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 at ovn.org>
Acked-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>


Compare: https://github.com/openvswitch/ovs/compare/e39897fe9e43...91fc374a9c5a


More information about the git mailing list