ofproto: Implement Nicira Extended Match flexible flow match (NXM).
authorBen Pfaff <blp@nicira.com>
Wed, 10 Nov 2010 01:00:59 +0000 (17:00 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 10 Nov 2010 01:08:09 +0000 (17:08 -0800)
commit09246b99d1601e2ba7ff85bb26f9b0235632a76d
tree394a323d3fdff5f74425e868feeed6da74729e4d
parent734bbeb479093f367f025a2298a4e70cb6015998
ofproto: Implement Nicira Extended Match flexible flow match (NXM).
include/openflow/nicira-ext.h
lib/automake.mk
lib/nx-match.c [new file with mode: 0644]
lib/nx-match.def [new file with mode: 0644]
lib/nx-match.h [new file with mode: 0644]
lib/util.c
lib/vlog-modules.def
ofproto/ofproto.c
tests/ovs-ofctl.at
utilities/ovs-ofctl.c