Re: [ovs-dev] [RFC PATCH 04/13] netlink: helper functions for ipv6 address in netlink attrs

2015-05-29 Thread Ben Pfaff
On Thu, May 14, 2015 at 08:12:35PM +0200, Jiri Benc wrote: Signed-off-by: Jiri Benc jb...@redhat.com Looks good. I wonder whether we want a new netlink attribute type NL_A_IPV6? ___ dev mailing list dev@openvswitch.org

[ovs-dev] [RFC PATCH 04/13] netlink: helper functions for ipv6 address in netlink attrs

2015-05-14 Thread Jiri Benc
Signed-off-by: Jiri Benc jb...@redhat.com --- lib/netlink.c | 18 ++ lib/netlink.h | 3 +++ 2 files changed, 21 insertions(+) diff --git a/lib/netlink.c b/lib/netlink.c index 09723b24da1b..fbf62bdd93d1 100644 --- a/lib/netlink.c +++ b/lib/netlink.c @@ -308,6 +308,15 @@