diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-26 15:14:15 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-26 15:14:15 +0000 |
commit | 34caec133e92e2db29934c45ac62746a3bcb4031 (patch) | |
tree | 3c8d694d453f92f05f85b0cb2928581761cc7fb7 | |
parent | 745ca914be26daa2e485dd51a276b8bfb246b49e (diff) | |
download | pfsense-34caec133e92e2db29934c45ac62746a3bcb4031.zip pfsense-34caec133e92e2db29934c45ac62746a3bcb4031.tar.gz |
Turn on prefer older sa's by default
-rw-r--r-- | cf/conf/config.xml | 3 | ||||
-rw-r--r-- | conf.default/config.xml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 44ab916..ce40384 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -429,8 +429,9 @@ --> </shaper> <ipsec> + <preferredoldsa/> <!-- <enable/> --> - <!-- syntax: + <!-- syntax: <tunnel> <disabled/> <auto/> diff --git a/conf.default/config.xml b/conf.default/config.xml index 44ab916..164abc7 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -429,6 +429,7 @@ --> </shaper> <ipsec> + <preferredoldsa/> <!-- <enable/> --> <!-- syntax: <tunnel> |