summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristophe Fontaine <cfontain@redhat.com>2022-07-07 14:31:31 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-07-15 23:08:38 +0200
commit1b53826d6c740c78857b66b1769650ffd3de7c63 (patch)
treec5aa31152ad4bd34fc8deb4234ec9e79bcdbb2f7 /NEWS
parent73ba04fd77a1c4ea98dd289268b9db9067ce3519 (diff)
downloadopenvswitch-1b53826d6c740c78857b66b1769650ffd3de7c63.tar.gz
ofproto/bond: Add knob 'all-members-active'.
This config param allows the delivery of broadcast and multicast packets to the secondary interface of non-lacp bonds, equivalent to the option 'all_slaves_active' for Linux kernel bonds. Reported-at: https://bugzilla.redhat.com/1720935 Signed-off-by: Christophe Fontaine <cfontain@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0c828ad1c..1fec839dd 100644
--- a/NEWS
+++ b/NEWS
@@ -77,6 +77,8 @@ Post-v2.17.0
- Linux datapath:
* Add offloading meter tc police.
* Add support for offloading the check_pkt_len action.
+ - New configuration knob 'other_config:all-members-active' for
+ balance-slb bonds.
- Previously deprecated Linux kernel module is now fully removed from
the OVS source tree. The version provided with the Linux kernel
should be used instead.