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_ha.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/nat/nat_ha.h') diff --git a/src/plugins/nat/nat_ha.h b/src/plugins/nat/nat_ha.h index 92fc3373673..6bc5be23a0a 100644 --- a/src/plugins/nat/nat_ha.h +++ b/src/plugins/nat/nat_ha.h @@ -44,6 +44,11 @@ typedef void (*nat_ha_sref_cb_t) (ip4_address_t * out_addr, u16 out_port, void nat_ha_enable (nat_ha_sadd_cb_t sadd_cb, nat_ha_sdel_cb_t sdel_cb, nat_ha_sref_cb_t sref_cb); +/** + * @brief Disable NAT HA + */ +void nat_ha_disable (); + /** * @brief Initialize NAT HA */ -- cgit 1.2.3-korg