From 6bf3dfd2cab5fc907c4698a35801e027eb01ab17 Mon Sep 17 00:00:00 2001 From: Filip Varga Date: Thu, 19 Nov 2020 10:58:42 +0100 Subject: nat: fix tests Fixed nat_ha and ipfix tests. Removed obsolete tests and moved extended tests to standard tests. Type: fix Change-Id: I2d7f4c4fa4c52a4aa10d70c956e085a0fe00b911 Signed-off-by: Filip Varga --- src/plugins/nat/nat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/nat/nat.c') diff --git a/src/plugins/nat/nat.c b/src/plugins/nat/nat.c index 74adae9ce34..0ca2042191d 100644 --- a/src/plugins/nat/nat.c +++ b/src/plugins/nat/nat.c @@ -3017,6 +3017,8 @@ nat44_plugin_disable () return 1; } + nat_ha_disable (); + // first unregister all nodes from interfaces vec = vec_dup (sm->interfaces); /* *INDENT-OFF* */ -- cgit 1.2.3-korg