[ovs-dev] [PATCH ovn 6/6] northd: remove dead code in build_lrouter_nat_defrag_and_lb

Lorenzo Bianconi lorenzo.bianconi at redhat.com
Fri Jun 11 10:17:36 UTC 2021


Remove if condition that is never executed in
build_lrouter_nat_defrag_and_lb routine

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi at redhat.com>
---
 northd/ovn-northd.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c
index 0a4d75ed7..523d47dd3 100644
--- a/northd/ovn-northd.c
+++ b/northd/ovn-northd.c
@@ -11980,13 +11980,6 @@ build_lrouter_nat_defrag_and_lb(struct ovn_datapath *od,
                       "ip", "flags.loopback = 1; ct_dnat;");
     }
 
-    /* Load balancing and packet defrag are only valid on
-     * Gateway routers or router with gateway port. */
-    if (!smap_get(&od->nbr->options, "chassis") && !od->l3dgw_port) {
-        sset_destroy(&nat_entries);
-        return;
-    }
-
     build_lrouter_lb_flows(lflows, od, lbs, match);
 
     sset_destroy(&nat_entries);
-- 
2.31.1



More information about the dev mailing list