Re: [ovs-dev] [PATCH ovn v9 3/4] northd: Add options to automatically add routes for NATs and LBs.

2021-07-07 Thread Numan Siddique
On Wed, Jul 7, 2021 at 1:35 PM Numan Siddique wrote: > > On Wed, Jun 30, 2021 at 7:57 PM Mark Michelson wrote: > > > > Load_Balancer and NAT entries have a new option, "add_route" that can be > > set to automatically add routes to those addresses to neighbor routers, > > therefore eliminating

Re: [ovs-dev] [PATCH ovn v9 3/4] northd: Add options to automatically add routes for NATs and LBs.

2021-07-07 Thread Numan Siddique
On Wed, Jun 30, 2021 at 7:57 PM Mark Michelson wrote: > > Load_Balancer and NAT entries have a new option, "add_route" that can be > set to automatically add routes to those addresses to neighbor routers, > therefore eliminating the need to create static routes. > > Signed-off-by: Mark Michelson

Re: [ovs-dev] [PATCH ovn v9 3/4] northd: Add options to automatically add routes for NATs and LBs.

2021-06-30 Thread 0-day Robot
Bleep bloop. Greetings Mark Michelson, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 84 characters long (recommended limit is 79) #162 FILE:

[ovs-dev] [PATCH ovn v9 3/4] northd: Add options to automatically add routes for NATs and LBs.

2021-06-30 Thread Mark Michelson
Load_Balancer and NAT entries have a new option, "add_route" that can be set to automatically add routes to those addresses to neighbor routers, therefore eliminating the need to create static routes. Signed-off-by: Mark Michelson --- northd/ovn-northd.8.xml | 7 - northd/ovn-northd.c