Re: [PATCH net-next v2 2/4] openvswitch: netlink attributes for IPv6 tunneling

2015-10-01 Thread Pravin Shelar
On Thu, Oct 1, 2015 at 7:44 AM, Jiri Benc wrote: > Add netlink attributes for IPv6 tunnel addresses. This enables IPv6 support > for tunnels. > > Signed-off-by: Jiri Benc > --- > v2: Changed description. Rebased tun_proto assignment in ip_tun_from_nlattr > to accomodate changes in the previou

[PATCH net-next v2 2/4] openvswitch: netlink attributes for IPv6 tunneling

2015-10-01 Thread Jiri Benc
Add netlink attributes for IPv6 tunnel addresses. This enables IPv6 support for tunnels. Signed-off-by: Jiri Benc --- v2: Changed description. Rebased tun_proto assignment in ip_tun_from_nlattr to accomodate changes in the previous patch. --- include/uapi/linux/openvswitch.h | 2 + net/ope