From 5b2ad6fc2bcb56c2e83f78e2012ba4c8899ea2c8 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 5 Apr 2019 12:46:16 +0400 Subject: [odl] Disable timeout for learnt flows of snat Set timeout value for snat punts to zero to turn off the rate limiting and installation of learnt flows. Change-Id: I79dad8fd0f925bfc11d7dc1678c3a414dc35fa56 Signed-off-by: Michael Polenchuk (cherry picked from commit 2d78f9be1148d1e00ba5a85addc4601d68bc5393) --- .../opendaylight/files/netvirt-natservice-config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcp/salt-formulas/salt-formula-opendaylight/opendaylight/files') diff --git a/mcp/salt-formulas/salt-formula-opendaylight/opendaylight/files/netvirt-natservice-config.xml b/mcp/salt-formulas/salt-formula-opendaylight/opendaylight/files/netvirt-natservice-config.xml index 266689e5c..35994e51d 100644 --- a/mcp/salt-formulas/salt-formula-opendaylight/opendaylight/files/netvirt-natservice-config.xml +++ b/mcp/salt-formulas/salt-formula-opendaylight/opendaylight/files/netvirt-natservice-config.xml @@ -18,6 +18,6 @@ under the License. --> - {{ server.netvirt_nat_mode }} - 5 + {{ server.netvirt_natservice.nat_mode|d('controller') }} + {{ server.netvirt_natservice.snat_punt_timeout|d('5') }} -- cgit 1.2.3-korg