[ovs-dev] [PATCH ovn] northd: Fix typo, from destroy_router_enternal_ips to destroy_router_external_ips.

Dumitru Ceara dceara at redhat.com
Fri Oct 8 11:27:54 UTC 2021


Signed-off-by: Dumitru Ceara <dceara at redhat.com>
---
 northd/northd.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/northd/northd.c b/northd/northd.c
index e42795ca0..0d813d3b0 100644
--- a/northd/northd.c
+++ b/northd/northd.c
@@ -818,7 +818,8 @@ init_router_external_ips(struct ovn_datapath *od)
     }
 }
 
-static void destroy_router_enternal_ips(struct ovn_datapath *od)
+static void
+destroy_router_external_ips(struct ovn_datapath *od)
 {
     if (!od->nbr) {
         return;
@@ -951,7 +952,7 @@ ovn_datapath_destroy(struct hmap *datapaths, struct ovn_datapath *od)
         destroy_ipam_info(&od->ipam_info);
         free(od->router_ports);
         destroy_nat_entries(od);
-        destroy_router_enternal_ips(od);
+        destroy_router_external_ips(od);
         destroy_lb_for_datapath(od);
         free(od->nat_entries);
         free(od->localnet_ports);
-- 
2.27.0



More information about the dev mailing list