From 1b9f8475218d981b5958eb74b75db4dbd31d3611 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Mon, 16 Jul 2012 21:43:28 -0400 Subject: [PATCH] [test suite] added local_nat_fwknopd.conf file for local NAT tests --- test/conf/local_nat_fwknopd.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/conf/local_nat_fwknopd.conf diff --git a/test/conf/local_nat_fwknopd.conf b/test/conf/local_nat_fwknopd.conf new file mode 100644 index 00000000..78c67b0c --- /dev/null +++ b/test/conf/local_nat_fwknopd.conf @@ -0,0 +1,6 @@ +# +# The default fwknopd.conf contains only comments since defaults are defined in +# code and modified via the config file +# +ENABLE_IPT_FORWARDING Y; +ENABLE_IPT_LOCAL_NAT Y;