Re: [ovs-dev] [PATCH 04/14] datapath: Use udp_sock_create() for LISP.

2015-02-19 Thread Thomas Graf
On 02/18/15 at 07:02pm, Jesse Gross wrote: > Use the common udp_sock_create() for LISP, similar to what was > done for VXLAN. > > Signed-off-by: Jesse Gross Acked-by: Thomas Graf ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/

[ovs-dev] [PATCH 04/14] datapath: Use udp_sock_create() for LISP.

2015-02-18 Thread Jesse Gross
Use the common udp_sock_create() for LISP, similar to what was done for VXLAN. Signed-off-by: Jesse Gross --- datapath/vport-lisp.c | 32 +++- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/datapath/vport-lisp.c b/datapath/vport-lisp.c index db4d06f..