-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ovs: Bump submodule to include IDL "spurious delete" fix.
Specifically the following commit: 8fd5f77cd8 ovsdb-idl: Preserve change_seqno when deleting rows. Without it, in specific cases, the IDL might incorrectly report deletion of yet to be seen records. Signed-off-by: Dumitru Ceara <dceara@redhat.com> Acked-by: Ilya Maximets <i.maximets@ovn.org> (cherry picked from commit 66ef670)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ovs
updated
18 files
+1 −1 | .cirrus.yml | |
+1 −1 | .github/workflows/build-and-test.yml | |
+3 −3 | Documentation/faq/releases.rst | |
+4 −4 | Documentation/intro/install/dpdk.rst | |
+2 −0 | NEWS | |
+16 −1 | lib/mcast-snooping.c | |
+3 −1 | lib/netdev-offload-tc.c | |
+11 −0 | lib/ofp-ct.c | |
+9 −2 | lib/ovsdb-idl.c | |
+2 −1 | lib/tc.h | |
+1 −0 | ofproto/tunnel.c | |
+322 −0 | tests/mcast-snooping.at | |
+18 −0 | tests/ofp-print.at | |
+50 −0 | tests/ovsdb-idl.at | |
+6 −15 | tests/system-dpdk.at | |
+77 −0 | tests/system-traffic.at | |
+44 −0 | tests/tunnel.at | |
+2 −2 | utilities/ovs-ofctl.c |