diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-08 00:59:04 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-08 00:59:04 +0000 |
commit | 5c1197526695f00cd7b63a6e70239a5e7f1ce7ca (patch) | |
tree | 1bb4a75438360dc63cd507f8c58f85c7eb6a69a1 | |
parent | 74445b42fd63e793420a9661efd594228b76df4c (diff) | |
download | pfsense-5c1197526695f00cd7b63a6e70239a5e7f1ce7ca.zip pfsense-5c1197526695f00cd7b63a6e70239a5e7f1ce7ca.tar.gz |
Setup sasyncd
-rw-r--r-- | etc/inc/vpn.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index ee665e3..739f957 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -407,6 +407,8 @@ EOD; filter_configure(); } + vpn_ipsec_failover_configure(); + if ($g['booting']) echo "done.\n"; |