Re: [ovs-discuss] [OVN] flow explosion in lr_in_arp_resolve table

2020-05-27 Thread Dumitru Ceara
Hi Girish, Han, On 5/26/20 11:51 PM, Han Zhou wrote: > > > On Tue, May 26, 2020 at 1:07 PM Girish Moodalbail > wrote: >> >> >> >> On Tue, May 26, 2020 at 12:42 PM Han Zhou > wrote: >>> >>> Hi Girish, >>> >>> Thanks for the summary. I agre

Re: [ovs-discuss] [OVN] localnet lsp up status is false

2020-05-27 Thread Numan Siddique
On Wed, May 27, 2020 at 8:39 AM 刘梦馨 wrote: > Hi, all > > I'm trying use localnet to connect logical network and physical network. > It all goes fine and the network connection is ok. But I notice that the up > value of localnet lsp is always false, like below: > > _uuid : 003a62d8-3

[ovs-discuss] flow match reg0=1 is not working

2020-05-27 Thread Miroslav Kubiczek
Hi, I'd like to configure flows to use different table based on packet size. I have configured the flows like this: #ovs-ofctl dump-flows br0 ... cookie=0x0, table=0, priority=2 actions=check_pkt_larger(100)->NXM_NX_REG0[0],resubmit(,1) cookie=0x1, table=1, priority=1000,udp,reg0=0,tp_dst

[ovs-discuss] VXLAN Tunnel Interface Pinning

2020-05-27 Thread Heim, Dennis
Is it possible to pin a tunnel to a specific interface? I have an interface dedicated to out of band management. If I don't put a static route in for the VXLAN destination , it picks the mgmt0 interface, which does not come up because it is out of band management. Is there a more elegant way of

Re: [ovs-discuss] flow match reg0=1 is not working

2020-05-27 Thread Ben Pfaff
On Wed, May 27, 2020 at 11:24:24AM +0200, Miroslav Kubiczek wrote: > I'd like to configure flows to use different table based on packet size. I > have configured the flows like this: > > #ovs-ofctl dump-flows br0 > ... > cookie=0x0, table=0, priority=2 > actions=check_pkt_larger(100)->NXM_NX_R

Re: [ovs-discuss] flow match reg0=1 is not working

2020-05-27 Thread Miroslav Kubiczek
On Wed, May 27, 2020 at 11:24:24AM +0200, Miroslav Kubiczek wrote: >> I'd like to configure flows to use different table based on packet size. I >> have configured the flows like this: >> >> #ovs-ofctl dump-flows br0 >> ... >> cookie=0x0, table=0, priority=2 >> actions=check_pkt_larger(100)->NX

Re: [ovs-discuss] flow match reg0=1 is not working

2020-05-27 Thread Ben Pfaff
On Wed, May 27, 2020 at 08:55:20PM +, Miroslav Kubiczek wrote: > Datapath actions: > check_pkt_len(size=2,gt(clone(tnl_push(tnl_port(4),header(size=50,type=4,eth(dst=ae:df:6c:75:18:8b,src=f4:03:43:c3:a2:60,dl_type=0x0800),ipv4(src=192.168.200.1,dst=192.168.200.2,proto=17,tos=0,ttl=64,frag=0x40

Re: [ovs-discuss] [OVN] flow explosion in lr_in_arp_resolve table

2020-05-27 Thread Han Zhou
On Wed, May 27, 2020 at 1:10 AM Dumitru Ceara wrote: > > Hi Girish, Han, > > On 5/26/20 11:51 PM, Han Zhou wrote: > > > > > > On Tue, May 26, 2020 at 1:07 PM Girish Moodalbail > > wrote: > >> > >> > >> > >> On Tue, May 26, 2020 at 12:42 PM Han Zhou >