-
Notifications
You must be signed in to change notification settings - Fork 258
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 E721 fixes.
Specifically the following commit: 90e9c5e0f18d ("flake8: Fix E721 check failures.") Signed-off-by: Dumitru Ceara <dceara@redhat.com> Acked-by: Ales Musil <amusil@redhat.com> Acked-by: Mark Michelson <mmichels@redhat.com> (cherry picked from commit df8043c)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ovs
updated
31 files
+3 −0 | NEWS | |
+18 −6 | build-aux/automake.mk | |
+64 −44 | build-aux/extract-ofp-actions | |
+62 −39 | build-aux/extract-ofp-errors | |
+25 −25 | build-aux/extract-ofp-fields | |
+16 −10 | build-aux/extract-ofp-msgs | |
+1 −1 | configure.ac | |
+0 −2 | datapath-windows/include/automake.mk | |
+6 −0 | debian/changelog | |
+0 −1 | include/automake.mk | |
+0 −3 | include/openflow/automake.mk | |
+0 −4 | lib/automake.mk | |
+2 −0 | lib/db-ctl-base.c | |
+4 −0 | lib/dpif-netdev.c | |
+2 −1 | lib/netdev-offload.c | |
+1 −1 | lib/ofp-table.c | |
+12 −13 | lib/tc.c | |
+15 −2 | ofproto/ofproto-dpif-upcall.c | |
+1 −1 | python/ovs/jsonrpc.py | |
+1 −1 | tests/system-afxdp.at | |
+2 −2 | tests/system-ipsec.at | |
+10 −10 | tests/system-layer3-tunnels.at | |
+30 −32 | tests/system-offloads-traffic.at | |
+1 −1 | tests/system-tap.at | |
+134 −134 | tests/system-traffic.at | |
+3 −3 | tests/system-userspace-packet-type-aware.at | |
+1 −1 | tests/test-id-fpool.c | |
+2 −2 | tests/test-jsonrpc.py | |
+1 −1 | tests/test-mpsc-queue.c | |
+7 −7 | tests/test-ovsdb.py | |
+33 −0 | vswitchd/vswitch.xml |