Re: [ovs-discuss] filtering macs/ip

2010-05-04 Thread Todd Deshane
Hi George, See inline. 2010/5/4 George Shuklin : > But I found one more problem: If I add some flow with drop action, it > disappear from ovs-ofctl dump-flows after few minutes of inactivity. If flow > works (i.e. dropping traffic), it not aging, but if no activity against this > flow, it aging..

Re: [ovs-discuss] filtering macs/ip

2010-05-04 Thread George Shuklin
30.04.10, 11:47, "Jesse Gross" : ovs-ofctl add-flow xenbr0 "dl_src=11:11:11:11:11:11 nw_dst=192.168.1.0/24 priority=10 actions=normal" ovs-ofctl add-flow xenbr0 "dl_src=11:11:11:11:11:11 nw_dst=192.168.2.0/24 priority=20 actions=drop"I expect it to pass traffic from MAC=11:11:11:11:11:11 on net 19