[ovs-dev] [PATCH ovn 2/2] northd: fix typo in consider_l3d{wg, gw}... function

2022-12-22 Thread Vladislav Odintsov
Signed-off-by: Vladislav Odintsov --- northd/northd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/northd/northd.c b/northd/northd.c index 07fb0ab9a..9ee9b590d 100644 --- a/northd/northd.c +++ b/northd/northd.c @@ -11612,7 +11612,7 @@ build_gateway_mtu_flow(struct hmap

Re: [ovs-dev] [PATCH ovn 2/2] northd: fix typo in consider_l3d{wg, gw}... function

2023-01-18 Thread Simon Horman
On Thu, Dec 22, 2022 at 08:43:09PM +0300, Vladislav Odintsov wrote: A patch description would be nice here. > Signed-off-by: Vladislav Odintsov That not withstanding, Reviewed-by: Simon Horman > --- > northd/northd.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --gi