Re: [ovs-dev] [PATCH v2 ovn] Stop sending garps when binding not bound to chassis

2022-04-21 Thread Mark Michelson
I pushed this change to main and branch-22.03. On 4/21/22 01:15, Ales Musil wrote: Thanks, looks good to me. Acked-by: Ales Musil On Thu, Apr 21, 2022 at 1:11 AM Ihar Hrachyshka wrote: When a binding switches to another chassis via requested-chassis option, controller should stop sending

Re: [ovs-dev] [PATCH v2 ovn] Stop sending garps when binding not bound to chassis

2022-04-20 Thread Ales Musil
Thanks, looks good to me. Acked-by: Ales Musil On Thu, Apr 21, 2022 at 1:11 AM Ihar Hrachyshka wrote: > When a binding switches to another chassis via requested-chassis > option, controller should stop sending periodic garps for the port. > > Signed-off-by: Ihar Hrachyshka > --- > v1:

[ovs-dev] [PATCH v2 ovn] Stop sending garps when binding not bound to chassis

2022-04-20 Thread Ihar Hrachyshka
When a binding switches to another chassis via requested-chassis option, controller should stop sending periodic garps for the port. Signed-off-by: Ihar Hrachyshka --- v1: initial commit v2: don't add to sset instead of later deleting it explicitly from the set --- controller/pinctrl.c | 5