[ovs-dev] [PATCH] for ovs-appctl bridge/dump-flows, don't show "priority" twice

Ben Pfaff blp at nicira.com
Wed Sep 25 04:52:38 UTC 2013


On Wed, Sep 25, 2013 at 01:39:48PM +0900, YAMAMOTO Takashi wrote:
> before the change:
> 
> duration=2110s, priority=0, n_packets=3151646, n_bytes=3104180388, \
> priority=0,actions=CONTROLLER:65535
> table_id=254, duration=2136s, priority=0, n_packets=0, n_bytes=0, \
> priority=0,reg0=0x3,actions=drop
> table_id=254, duration=2136s, priority=0, n_packets=0, n_bytes=0, \
> priority=0,reg0=0x1,actions=controller(reason=no_match)
> table_id=254, duration=2136s, priority=0, n_packets=0, n_bytes=0, \
> priority=0,reg0=0x2,actions=drop
> 
> after the change:
> 
> duration=2924s, n_packets=5316116, n_bytes=5260045454, \
> priority=0,actions=CONTROLLER:65535
> table_id=254, duration=2924s, n_packets=0, n_bytes=0, \
> priority=0,reg0=0x3,actions=drop
> table_id=254, duration=2924s, n_packets=0, n_bytes=0, \
> priority=0,reg0=0x1,actions=controller(reason=no_match)
> table_id=254, duration=2924s, n_packets=0, n_bytes=0, \
> priority=0,reg0=0x2,actions=drop
> 
> (i wrapped long lines by hand)
> 
> Signed-off-by: YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp>

Applied, thanks.



More information about the dev mailing list