From 1b53826d6c740c78857b66b1769650ffd3de7c63 Mon Sep 17 00:00:00 2001 From: Christophe Fontaine Date: Thu, 7 Jul 2022 14:31:31 +0200 Subject: 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 Signed-off-by: Ilya Maximets --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.1