Skip to content

Commit

Permalink
ofproto-dpif: Fix tests broken by previous commit.
Browse files Browse the repository at this point in the history
This fixes tests that were broken by commit a7d1bbd (ofproto-dpif: Use
DPIF_FP_CREATE but not DPIF_FP_MODIFY.)

Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Aug 4, 2014
1 parent 084c03f commit dc71c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dpif-netdev.at
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

0 comments on commit dc71c5d

Please sign in to comment.