Re: [ovs-dev] [PATCH 1/1] datapath: add key support to CAPWAP tunnel

2011-07-10 Thread Valient Gough
Thanks Jesse. Your comment about skb_pull makes sense now. I'm sending an updated patch which addresses your comments and fixes fragment handling. -- Valient ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 1/1] datapath: add key support to CAPWAP tunnel

2011-07-10 Thread Valient Gough
Add tunnel key support to CAPWAP vport. Uses the optional WSI field in a CAPWAP header to store a 64bit key. It can also be used without keys, in which case it is backward compatible with the old code. Documentation about the WSI field format is in CAPWAP.txt. Signed-off-by: Valient Gough ---