meta-flow: Split ICMP into ICMPv4 and ICMPv6.
authorBen Pfaff <blp@nicira.com>
Sat, 22 Oct 2011 20:11:48 +0000 (13:11 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Nov 2011 22:45:53 +0000 (14:45 -0800)
commit268a95e009c4cc57e967e88f916932fac89fdf1c
tree007d0cb50633434384313e660dae16af314032ab
parent5bf93d67825502e1bd636de7f1ca9b1b949ca16a
meta-flow: Split ICMP into ICMPv4 and ICMPv6.

NXM breaks ICMP into v4 and v6.  An upcoming commit will drop all of the
NXM specific data in favor of mf_field, and so at that point we need to
have a separate mf_field for each NXM field.  So, this commit splits
ICMP into v4 and v6 for meta-flow also.
lib/meta-flow.c
lib/meta-flow.h
lib/nx-match.def