-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's better to use a release tag now that one is available. This picks up the following relevant patch: 0d0e95cd2ae6 ("ovsdb: Fix potential leak when making diff of conditions.") Signed-off-by: Dumitru Ceara <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ovs
updated
20 files
+2 −1 | NEWS | |
+1 −1 | debian/changelog | |
+30 −5 | lib/netdev-offload-dpdk.c | |
+2 −1 | lib/netlink-conntrack.c | |
+4 −7 | ofproto/connmgr.c | |
+1 −1 | ofproto/ofproto-dpif-xlate-cache.c | |
+20 −2 | ofproto/ofproto-dpif-xlate.c | |
+1 −1 | ofproto/ofproto-dpif.c | |
+4 −2 | ofproto/ofproto-provider.h | |
+51 −9 | ofproto/ofproto.c | |
+8 −3 | ovsdb/condition.c | |
+1 −0 | ovsdb/monitor.c | |
+1 −0 | python/ovs/db/idl.py | |
+60 −0 | tests/learn.at | |
+34 −0 | tests/ofproto-dpif.at | |
+28 −0 | tests/ofproto.at | |
+21 −1 | tests/ovsdb-idl.at | |
+1 −0 | tests/ovsdb-monitor.at | |
+22 −4 | tests/system-traffic.at | |
+19 −4 | vswitchd/vswitch.xml |