X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Ftunnel.h;h=27a2f7dbc298894ad239f5afc4fc8f28bf8b8cd8;hb=2784a40b81278fc0bd4381ed2fe6e881f0ee51ad;hp=f175f1a150370a8839d4ca2941a9c9c07f50afdc;hpb=42943cdef10197befc9acc8c6fdb632a210c055f;p=sliver-openvswitch.git diff --git a/ofproto/tunnel.h b/ofproto/tunnel.h index f175f1a15..27a2f7dbc 100644 --- a/ofproto/tunnel.h +++ b/ofproto/tunnel.h @@ -20,9 +20,6 @@ #include #include "flow.h" -/* skb mark used for IPsec tunnel packets */ -#define IPSEC_MARK 1 - /* Tunnel port emulation layer. * * These functions emulate tunnel virtual ports based on the outer @@ -39,6 +36,8 @@ void tnl_port_add(const struct ofport_dpif *, const struct netdev *, void tnl_port_del(const struct ofport_dpif *); const struct ofport_dpif *tnl_port_receive(const struct flow *); +bool tnl_xlate_init(const struct flow *base_flow, struct flow *flow, + struct flow_wildcards *); odp_port_t tnl_port_send(const struct ofport_dpif *, struct flow *, struct flow_wildcards *wc);