Re: [ovs-dev] [PATCH v4 1/3] ovn-util: Add a new util function extract_ip_addresses

2017-04-14 Thread Ben Pfaff
On Mon, Apr 03, 2017 at 04:10:00PM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > An upcoming commit will use this function to extract the IP (v4 and > v6) addresses from a string without a preceding eth address. > > Signed-off-by: Numan Siddique

[ovs-dev] [PATCH v4 1/3] ovn-util: Add a new util function extract_ip_addresses

2017-04-03 Thread nusiddiq
From: Numan Siddique An upcoming commit will use this function to extract the IP (v4 and v6) addresses from a string without a preceding eth address. Signed-off-by: Numan Siddique --- ovn/lib/ovn-util.c | 72