Re: [ovs-dev] [PATCH ovn v6 5/5] Implement RARP activation strategy for ports

2022-05-25 Thread Ihar Hrachyshka
I'm sending another version of the series with some of your comments handled (plus rebase), while others are still pending clarifications. See below. On Fri, May 13, 2022 at 2:37 AM Han Zhou wrote: > > > > On Thu, May 5, 2022 at 6:38 AM Ihar Hrachyshka wrote: > > > > When

Re: [ovs-dev] [PATCH ovn v6 5/5] Implement RARP activation strategy for ports

2022-05-13 Thread Han Zhou
On Thu, May 5, 2022 at 6:38 AM Ihar Hrachyshka wrote: > > When options:activation-strategy is set to "rarp" for LSP, when used in > combination with multiple chassis names listed in > options:requested-chassis, additional chassis will install special flows > that would block all ingress and

[ovs-dev] [PATCH ovn v6 5/5] Implement RARP activation strategy for ports

2022-05-05 Thread Ihar Hrachyshka
When options:activation-strategy is set to "rarp" for LSP, when used in combination with multiple chassis names listed in options:requested-chassis, additional chassis will install special flows that would block all ingress and egress traffic for the port until a special activation event happens.