Hey Yamamoto, Thx for the fix, so sorry for not being careful about this...
Acked-by: Alex Wang <[email protected]> Thanks, Alex Wang, On Tue, Dec 23, 2014 at 7:00 PM, YAMAMOTO Takashi <[email protected]> wrote: > Introduced by commit f9038ef61e0bf89bcd753b7cfd187adb112601ec. > ("recirculation: Map recirc_id to ofproto_dpif.") > > Signed-off-by: YAMAMOTO Takashi <[email protected]> > --- > tests/ofproto-dpif.at | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at > index 43bde4a..64cfcd4 100644 > --- a/tests/ofproto-dpif.at > +++ b/tests/ofproto-dpif.at > @@ -194,7 +194,7 @@ AT_CHECK([ovs-appctl revalidator/purge], [0]) > > # Checks the flow stats in br1, should only be one flow with non-zero > # 'n_packets' from internal table. > -AT_CHECK([ovs-appctl bridge/dump-flows br1 | ofctl_strip | grep -- > "n_packets" | grep -- "table_id" | sed -e 's/output:[[0-9]]\+/output/'], > [0], [dnl > +AT_CHECK([ovs-appctl bridge/dump-flows br1 | ofctl_strip | grep -- > "n_packets" | grep -- "table_id" | sed -e > 's/output:[[0-9]][[0-9]]*/output/'], [0], [dnl > table_id=254, n_packets=1, n_bytes=64, > priority=20,recirc_id=0x12d,dp_hash=0xa2/0xff,actions=output > ]) > > -- > 1.9.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
