X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fnetdev.h;h=622e2ae2c91fee5fa5f145127823e1f8f9d10579;hb=3ae91c019019889fbe93aa7dfd6e3747da362b24;hp=0fbcb655760bc89f42598db5c5c59a2efbe0405e;hpb=719a3d255377969ee64d3d9e48cfbf49b2f3a80c;p=cascardo%2Fovs.git diff --git a/lib/netdev.h b/lib/netdev.h index 0fbcb6557..622e2ae2c 100644 --- a/lib/netdev.h +++ b/lib/netdev.h @@ -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;