On Mon, Apr 16, 2018 at 04:40:08PM -0500, Mark Michelson wrote:
> On 04/13/2018 12:26 PM, Ben Pfaff wrote:
> >+/* Obtains an IPv4 or IPv6 address from 'device_name' and save the address
> >in
> >+ * '*ss', representing IPv4 addressse as v6-mapped. Returns 0 if
> >successful,
>
> There is no "ss
On 04/13/2018 12:26 PM, Ben Pfaff wrote:
This is like netdev_get_in4_by_name() but accepts any IP address instead
of just an IPv4 address.
It will acquire its first user in an upcoming commit.
Signed-off-by: Ben Pfaff
---
lib/netdev.c | 81 +++-
This is like netdev_get_in4_by_name() but accepts any IP address instead
of just an IPv4 address.
It will acquire its first user in an upcoming commit.
Signed-off-by: Ben Pfaff
---
lib/netdev.c | 81 +++-
lib/netdev.h | 1 +
2 files chang