Re: [ovs-discuss] Tunnel interface was deleted and recreated during ovs-vswitchd starts up

2023-02-23 Thread 张祖建 via discuss
Tried on branch-3.1, branch-2.17, and branch-2.16, and all of them work well. Thanks very much! Ilya Maximets 于2023年2月24日周五 00:41写道: > On 2/22/23 02:31, 张祖建 wrote: > > I'm using OVS v3.1 + OVN v22.12. Both Geneve and VXLAN have similar > behavior. > > I think, I found the root cause of this beh

Re: [ovs-discuss] how to set a rule that destination not equal

2023-02-23 Thread Ilya Maximets via discuss
On 2/24/23 01:21, Ilya Maximets wrote: > On 2/24/23 00:36, Dr. Omran via discuss wrote: >> is it programmble? i mean: ex.  nw_dst!=10.147.20.0/24 ? > > No, inequality check is not supported in OpenFlow. > >> >> i misunderstand your example, i think you mean the enable the allowed >> network, whi

Re: [ovs-discuss] how to set a rule that destination not equal

2023-02-23 Thread Ilya Maximets via discuss
On 2/24/23 00:36, Dr. Omran via discuss wrote: > is it programmble? i mean: ex.  nw_dst!=10.147.20.0/24 ? No, inequality check is not supported in OpenFlow. > > i misunderstand your example, i think you mean the enable the allowed > network, which is the other ip. > I want to clarify. > Here in

Re: [ovs-discuss] Bond interface through bridge?

2023-02-23 Thread Alex Zetaeffesse via discuss
Well, I think my confusion comes from the fact that with Linux you can have a bond interface, whereas in OVS it always just a port. Alex On Thu, Feb 23, 2023 at 12:01 AM Alex Zetaeffesse wrote: > Hi, > > I searched the Internet for the answer, but so far I haven't found it. > > Can anybody tell

Re: [ovs-discuss] how to set a rule that destination not equal

2023-02-23 Thread Dr. Omran via discuss
is it programmble? i mean: ex. nw_dst!=10.147.20.0/24 ? i misunderstand your example, i think you mean the enable the allowed network, which is the other ip. I want to clarify. Here in this bridge, I have two traffic only 1- from 10.147.20.0/24 other ports on the bridge. 2- outside the bridge to

[ovs-discuss] how to set a rule that destination not equal

2023-02-23 Thread Dr. Omran via discuss
Hello guys, i want to do this rule but instead of giving the destination as ip, i want to say a destination that is not equal to 10.147.20.0/24 ovs-ofctl add-flow br0 "priority=200,ip,nw_dst= 192.168.188.0/24,in_port=enp1s0f0,actions=drop" how do you do it? regards Sherif __

Re: [ovs-discuss] Tunnel interface was deleted and recreated during ovs-vswitchd starts up

2023-02-23 Thread Ilya Maximets via discuss
On 2/22/23 02:31, 张祖建 wrote: > I'm using OVS v3.1 + OVN v22.12. Both Geneve and VXLAN have similar behavior. I think, I found the root cause of this behavior. Posted a patch to fix it here: https://patchwork.ozlabs.org/project/openvswitch/patch/20230223163927.915879-1-i.maxim...@ovn.org/ Would

Re: [ovs-discuss] how to set a rule that destination not equal

2023-02-23 Thread Ilya Maximets via discuss
On 2/23/23 14:26, Dr. Omran via discuss wrote: > Hello guys, > > i want to do this rule but instead of giving the destination as ip, i want to > say a destination that is not equal to 10.147.20.0/24 > > ovs-ofctl add-flow br0 > "priority=200,ip,nw_dst=192.168.188.0/24,in

[ovs-discuss] how to set a rule that destination not equal

2023-02-23 Thread Dr. Omran via discuss
Hello guys, i want to do this rule but instead of giving the destination as ip, i want to say a destination that is not equal to 10.147.20.0/24 ovs-ofctl add-flow br0 "priority=200,ip,nw_dst= 192.168.188.0/24,in_port=enp1s0f0,actions=drop" how do you do it? regards Sherif _

Re: [ovs-discuss] Problem with ovn and neutron dynamic routing

2023-02-23 Thread Plato, Michael via discuss
Hello, many thanks for the quick response. As I can see, the ticket is a bit older. Are there any ideas for a solution so far or first patches that could be tested? Best regards Michael Von: Luis Tomas Bolivar Gesendet: Montag, 20. Februar 2023 10:03 An: Plato, Michael Cc: ovs-discuss@openvs