Re: [ovs-dev] [PATCH ovn] Suppress periodic RAs for switches attached to localnet

2021-08-24 Thread Ihar Hrachyshka
On Tue, Aug 17, 2021 at 2:20 PM Numan Siddique wrote: > > On Fri, Aug 13, 2021 at 10:33 AM Frode Nordahl > wrote: > > > > On Sat, Aug 7, 2021 at 12:20 AM Ihar Hrachyshka wrote: > > > > > > When a router port is attached to a localnet switch, sending periodic > > > RAs through localnet port will

Re: [ovs-dev] [PATCH ovn] Suppress periodic RAs for switches attached to localnet

2021-08-17 Thread Numan Siddique
On Fri, Aug 13, 2021 at 10:33 AM Frode Nordahl wrote: > > On Sat, Aug 7, 2021 at 12:20 AM Ihar Hrachyshka wrote: > > > > When a router port is attached to a localnet switch, sending periodic > > RAs through localnet port will confuse upstream router by leaking > > conflicting router

Re: [ovs-dev] [PATCH ovn] Suppress periodic RAs for switches attached to localnet

2021-08-13 Thread Frode Nordahl
On Sat, Aug 7, 2021 at 12:20 AM Ihar Hrachyshka wrote: > > When a router port is attached to a localnet switch, sending periodic > RAs through localnet port will confuse upstream router by leaking > conflicting router advertisements into datacenter network. Do I understand you correctly that you

Re: [ovs-dev] [PATCH ovn] Suppress periodic RAs for switches attached to localnet

2021-08-06 Thread Ihar Hrachyshka
I'd need some help with ddlog implementation for this patch. The change in C is primitive but somehow I couldn't figure out how to replicate it in ddlog. My limited knowledge of the language shows. If someone has an idea how to replicate, please let me know. Ihar On Fri, Aug 6, 2021 at 6:20 PM

[ovs-dev] [PATCH ovn] Suppress periodic RAs for switches attached to localnet

2021-08-06 Thread Ihar Hrachyshka
When a router port is attached to a localnet switch, sending periodic RAs through localnet port will confuse upstream router by leaking conflicting router advertisements into datacenter network. Signed-off-by: Ihar Hrachyshka --- northd/ovn-northd.c | 5 +- tests/ovn.at| 156