This improves on the previous patches by tightening packet header validation by
checking most of the header fields before parsing the packet.

Also ensures that all packets of a fragment stream have the same key by
including the key as part of the fragment queue identifier (and the hash).

Valient Gough (1):
  datapath: add key support to CAPWAP tunnel

 datapath/CAPWAP.txt     |   77 +++++++++++++++
 datapath/Makefile.am    |    2 +-
 datapath/Modules.mk     |    4 +
 datapath/vport-capwap.c |  239 +++++++++++++++++++++++++++++++++++++----------
 lib/netdev-vport.c      |   12 +--
 vswitchd/vswitch.xml    |   26 +++++
 6 files changed, 303 insertions(+), 57 deletions(-)
 create mode 100644 datapath/CAPWAP.txt

-- 
1.7.6

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to