[ovs-dev] [PATCH ovn 3/6] controller: add missing drop to loopback check table

2022-12-19 Thread Adrian Moreno
The drop was implicit (using empty actions). Make it explicit and sampled. Fixes: a42c808f30b4 ("northd: add drop sampling") Signed-off-by: Adrian Moreno --- controller/physical.c | 1 + 1 file changed, 1 insertion(+) diff --git a/controller/physical.c b/controller/physical.c index bda64741e..2

Re: [ovs-dev] [PATCH ovn 3/6] controller: add missing drop to loopback check table

2023-01-06 Thread Mark Michelson
Acked-by: Mark Michelson On 12/19/22 11:18, Adrian Moreno wrote: The drop was implicit (using empty actions). Make it explicit and sampled. Fixes: a42c808f30b4 ("northd: add drop sampling") Signed-off-by: Adrian Moreno --- controller/physical.c | 1 + 1 file changed, 1 insertion(+) diff -