summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-26 20:25:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-26 20:25:52 +0000
commit318ef83f2b78d516027c0c7971948d388860d98e (patch)
treeacefb9cdf657ba78430144104322b868773990db /etc/inc/filter.inc
parent735ab2700f3f4b4055bb8d8fd667a01459b4d9e5 (diff)
downloadpfsense-318ef83f2b78d516027c0c7971948d388860d98e.zip
pfsense-318ef83f2b78d516027c0c7971948d388860d98e.tar.gz
Trim the label. It sucks to get label too long errors after an upgrade!
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 111ec37..c66eee7 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1630,8 +1630,8 @@ EOD;
$ipfrules .= "pass quick on {$wanif} proto ah from {$ipsec_ip} to {$remote_gateway} keep state label \"IPSEC: {$tunnel['descr']} - outbound ah proto\"\n";
$ipfrules .= "pass quick on {$wanif} proto ah from {$remote_gateway} to {$ipsec_ip} keep state label \"IPSEC: {$tunnel['descr']} - inbound ah proto\"\n";
- $ipfrules .= "pass quick on {$lanif} from {$tunnel['remote-subnet']} to {$local_subnet} keep state label \"IPSEC: {$tunnel['descr']} - remote subnet to local subnet\"\n";
- $ipfrules .= "pass quick on {$lanif} from {$local_subnet} to {$tunnel['remote-subnet']} keep state label \"IPSEC: {$tunnel['descr']} - local subnet to remote subnet\"\n";
+ $ipfrules .= "pass quick on {$lanif} from {$tunnel['remote-subnet']} to {$local_subnet} keep state label \"IPSEC: {$tunnel['descr']} - remote to local\"\n";
+ $ipfrules .= "pass quick on {$lanif} from {$local_subnet} to {$tunnel['remote-subnet']} keep state label \"IPSEC: {$tunnel['descr']} - local to remote\"\n";
}
}
OpenPOWER on IntegriCloud