vswitch: Disable header-caching when IPsec is enabled
[openvswitch] / lib / flow.h
index 058404c87c0844dfcb97062909edd6935e8fbc7d..603c4aceb1b65e30f989ca3740143da1923440dc 100644 (file)
@@ -34,7 +34,7 @@ struct ofpbuf;
 typedef struct odp_flow_key flow_t;
 
 int flow_extract(struct ofpbuf *, uint32_t tun_id, uint16_t in_port, flow_t *);
-void flow_extract_stats(const flow_t *flow, struct ofpbuf *packet, 
+void flow_extract_stats(const flow_t *flow, struct ofpbuf *packet,
         struct odp_flow_stats *stats);
 void flow_to_match(const flow_t *, uint32_t wildcards, bool tun_id_cookie,
                    struct ofp_match *);