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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user