X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Ftunnel.h;h=1f3dfc23d878c54a734f8f18fec5f5ddaa382f39;hb=370e373b958a92514a504c7b198d1c3fc21879e0;hp=b2fc57ce2ccfa373f4869ebabbf70ac6f4becca7;hpb=12d0ee08a288ef170f5fed4da59a37bec98309f8;p=cascardo%2Fovs.git diff --git a/ofproto/tunnel.h b/ofproto/tunnel.h index b2fc57ce2..1f3dfc23d 100644 --- a/ofproto/tunnel.h +++ b/ofproto/tunnel.h @@ -54,6 +54,7 @@ int tnl_port_build_header(const struct ofport_dpif *ofport, const struct flow *tnl_flow, const struct eth_addr dmac, const struct eth_addr smac, - ovs_be32 ip_src, struct ovs_action_push_tnl *data); + const struct in6_addr *ipv6_src, + struct ovs_action_push_tnl *data); #endif /* tunnel.h */