ofproto-dpif: Fix tests broken by previous commit.
authorBen Pfaff <blp@nicira.com>
Mon, 4 Aug 2014 19:46:37 +0000 (12:46 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 4 Aug 2014 19:46:37 +0000 (12:46 -0700)
This fixes tests that were broken by commit a7d1bbdcfe (ofproto-dpif: Use
DPIF_FP_CREATE but not DPIF_FP_MODIFY.)

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/dpif-netdev.at

index 796fcdc..f887452 100644 (file)
@@ -10,7 +10,7 @@ m4_define([STRIP_XOUT], [[sed '
 ' | sort]])
 m4_define([FILTER_FLOW_INSTALL], [[
 grep ' put' | sed '
-    s/.*put\[create\]\[modify\] //
+    s/.*put\[create\] //
 ' | sort | uniq]])
 m4_define([FILTER_FLOW_DUMP], [[
 grep 'flow_dump ' | sed '