diff options
author | mgrooms <mgrooms@shrew.net> | 2009-03-15 06:14:54 +0000 |
---|---|---|
committer | mgrooms <mgrooms@shrew.net> | 2009-03-15 06:18:35 +0000 |
commit | 4b96b3675a8ee4fd0d276ad0a7c3b8b93bd14cac (patch) | |
tree | 958b9cad6a732f92151e4d2fb4238125af08150c /conf.default/config.xml | |
parent | 030f0cb794e2cc477432aa108eceb3dd2a01a4b0 (diff) | |
download | pfsense-4b96b3675a8ee4fd0d276ad0a7c3b8b93bd14cac.zip pfsense-4b96b3675a8ee4fd0d276ad0a7c3b8b93bd14cac.tar.gz |
Modify IPsec code to allow for transport mode. All existing configurations are
marked as tunnel for backwards compatibility. There are problems with the spd
read code which Will likely choke on transport entries. We can fix this later.
Diffstat (limited to 'conf.default/config.xml')
-rw-r--r-- | conf.default/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index 76967fc..68ce2e1 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- pfSense default system configuration --> <pfsense> - <version>5.7</version> + <version>5.8</version> <lastchange></lastchange> <theme>nervecenter</theme> <sysctl> |