Re: [ovs-dev] [PATCH 2/3] dpif-netlink-rtnl: Use getlink() in common verify path.

2017-05-23 Thread Joe Stringer
On 22 May 2017 at 10:40, Eric Garver wrote: > On Fri, May 19, 2017 at 01:27:35PM -0700, Joe Stringer wrote: >> The calls here were duplicated across each tunnel protocol. >> >> Signed-off-by: Joe Stringer >> --- >> lib/dpif-netlink-rtnl.c | 100 >>

Re: [ovs-dev] [PATCH 2/3] dpif-netlink-rtnl: Use getlink() in common verify path.

2017-05-22 Thread Eric Garver
On Fri, May 19, 2017 at 01:27:35PM -0700, Joe Stringer wrote: > The calls here were duplicated across each tunnel protocol. > > Signed-off-by: Joe Stringer > --- > lib/dpif-netlink-rtnl.c | 100 > +--- > 1 file changed, 43

Re: [ovs-dev] [PATCH 2/3] dpif-netlink-rtnl: Use getlink() in common verify path.

2017-05-19 Thread Greg Rose
On Fri, 2017-05-19 at 13:27 -0700, Joe Stringer wrote: > The calls here were duplicated across each tunnel protocol. > > Signed-off-by: Joe Stringer > --- > lib/dpif-netlink-rtnl.c | 100 > +--- > 1 file changed, 43 insertions(+), 57

[ovs-dev] [PATCH 2/3] dpif-netlink-rtnl: Use getlink() in common verify path.

2017-05-19 Thread Joe Stringer
The calls here were duplicated across each tunnel protocol. Signed-off-by: Joe Stringer --- lib/dpif-netlink-rtnl.c | 100 +--- 1 file changed, 43 insertions(+), 57 deletions(-) diff --git a/lib/dpif-netlink-rtnl.c