Re: [ovs-dev] [PATCH ovn 1/2] northd.c: TTL discard flow should support for both ipv4 and ipv6.

2023-04-13 Thread Dumitru Ceara
On 4/13/23 07:07, Han Zhou wrote: > Remove 'ip4' from the match condition for this flow. > > Signed-off-by: Han Zhou > --- > northd/northd.c | 2 +- > tests/ovn-northd.at | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/northd/northd.c b/northd/northd.c > index

[ovs-dev] [PATCH ovn 1/2] northd.c: TTL discard flow should support for both ipv4 and ipv6.

2023-04-12 Thread Han Zhou
Remove 'ip4' from the match condition for this flow. Signed-off-by: Han Zhou --- northd/northd.c | 2 +- tests/ovn-northd.at | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/northd/northd.c b/northd/northd.c index da3c8cf770bc..c4cb7232e0a1 100644 --- a/northd/northd.c