Re: [ovs-discuss] Ip grouping in openflow rule

2017-02-22 Thread Tugrul Erdogan
Many thanks for your replies. I will study on OVN. > On Feb 20, 2017, at 12:46 AM, Tugrul Erdogan wrote: > > Hi all, > > I am working on Centos 7 with OVS. I have simple flow rules as stated below: > > ovs-ofctl add-flow ovs-brext "ip, nw_dst=10.3.4.6, actions=drop"

Re: [ovs-discuss] Ip grouping in openflow rule

2017-02-20 Thread Justin Pettit
> On Feb 20, 2017, at 12:46 AM, Tugrul Erdogan > wrote: > > Hi all, > > I am working on Centos 7 with OVS. I have simple flow rules as stated below: > > ovs-ofctl add-flow ovs-brext "ip, nw_dst=10.3.4.6, actions=drop" > ovs-ofctl add-flow ovs-brext "ip,

Re: [ovs-discuss] Ip grouping in openflow rule

2017-02-20 Thread Ben Pfaff
On Mon, Feb 20, 2017 at 11:46:12AM +0300, Tugrul Erdogan wrote: > Hi all, > > I am working on Centos 7 with OVS. I have simple flow rules as stated below: > > ovs-ofctl add-flow ovs-brext "ip, nw_dst=10.3.4.6, actions=drop" > ovs-ofctl add-flow ovs-brext "ip, nw_dst=172.16.0.6, actions=drop"

[ovs-discuss] Ip grouping in openflow rule

2017-02-20 Thread Tugrul Erdogan
Hi all, I am working on Centos 7 with OVS. I have simple flow rules as stated below: ovs-ofctl add-flow ovs-brext "ip, nw_dst=10.3.4.6, actions=drop" ovs-ofctl add-flow ovs-brext "ip, nw_dst=172.16.0.6, actions=drop" I want to group the destinations IP addresses in a structure ( like