Re: [ovs-dev] [PATCH] dpif-netlink: Fix error behavior in dpif_netlink_port_add__().

2018-11-15 Thread Ben Pfaff
imis: Thursday, November 15, 2018 7:08 PM > > Către: d...@openvswitch.org > > Cc: Ben Pfaff > > Subiect: [ovs-dev] [PATCH] dpif-netlink: Fix error behavior in > > dpif_netlink_port_add__(). > > > > Until now, the code here would report an error to its caller

[ovs-dev] [PATCH] dpif-netlink: Fix error behavior in dpif_netlink_port_add__().

2018-11-15 Thread Ben Pfaff
Until now, the code here would report an error to its caller as success. This fixes the problem. Found by inspection. Signed-off-by: Ben Pfaff --- lib/dpif-netlink.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dpif-netlink.c b/lib/dpif-netlink.c index