On 12/07/2012 10:47 PM, Kyle Mestery wrote:
diff --git a/datapath/vport-capwap.c b/datapath/vport-capwap.c index 5f31732..7f304e0 100644 --- a/datapath/vport-capwap.c +++ b/datapath/vport-capwap.c @@ -355,6 +355,7 @@ static const struct tnl_ops capwap_tnl_ops = { .tunnel_type = TNL_T_PROTO_CAPWAP, .ipproto = IPPROTO_UDP, .hdr_len = capwap_hdr_len, + .pre_tunnel = NULL, .build_header = capwap_build_header, };
Nitpicking but all the instances of setting this to NULL is unneeded and will only get yelled at if this is pushed to Vanilla upstream. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev