Signed-off-by: Dumitru Ceara <[email protected]>
---
 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

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to