2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-15 14:17:18 +00:00

tunneling: add IPv6 support to netdev_tunnel_config

Allow configuration of IPv6 tunnel endpoints.

Signed-off-by: Jiri Benc <jbenc@redhat.com>
Co-authored-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
This commit is contained in:
Jiri Benc
2015-11-25 11:31:08 -02:00
committed by Ben Pfaff
parent 719a3d2553
commit 3ae91c0190
3 changed files with 66 additions and 35 deletions

View File

@@ -118,8 +118,8 @@ struct netdev_tunnel_config {
bool ip_src_flow;
bool ip_dst_flow;
ovs_be32 ip_src;
ovs_be32 ip_dst;
struct in6_addr ipv6_src;
struct in6_addr ipv6_dst;
uint32_t exts;