From 103cd2a8fb0ebe7919a5647ae90a9425242ca0ae Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Thu, 13 Oct 2011 20:30:05 -0400 Subject: [PATCH] added the test/conf/ directory for config files use by the test suite --- test/conf/default_access.conf | 2 ++ test/conf/default_fwknopd.conf | 4 ++++ test/conf/override_fwknopd.conf | 1 + 3 files changed, 7 insertions(+) create mode 100644 test/conf/default_access.conf create mode 100644 test/conf/default_fwknopd.conf create mode 100644 test/conf/override_fwknopd.conf diff --git a/test/conf/default_access.conf b/test/conf/default_access.conf new file mode 100644 index 00000000..76686893 --- /dev/null +++ b/test/conf/default_access.conf @@ -0,0 +1,2 @@ +SOURCE: ANY; +KEY: fwknoptest; diff --git a/test/conf/default_fwknopd.conf b/test/conf/default_fwknopd.conf new file mode 100644 index 00000000..485af6a5 --- /dev/null +++ b/test/conf/default_fwknopd.conf @@ -0,0 +1,4 @@ +# +# The default fwknopd.conf contains only comments since defaults are defined in +# code and modified via the config file +# diff --git a/test/conf/override_fwknopd.conf b/test/conf/override_fwknopd.conf new file mode 100644 index 00000000..6f826c9a --- /dev/null +++ b/test/conf/override_fwknopd.conf @@ -0,0 +1 @@ +ENABLE_PCAP_PROMISC Y;