summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-10-21 15:43:54 +0200
committersmos <seth.mos@dds.nl>2011-10-21 15:44:31 +0200
commit647588369f50b2eccc22cac2d0d45bcee99c8560 (patch)
tree4c5d476da6590027ef5e4ee85fa0e63e4e1476bf
parent976db9de682617065f710561c19fc911ddfc655b (diff)
downloadpfsense-647588369f50b2eccc22cac2d0d45bcee99c8560.zip
pfsense-647588369f50b2eccc22cac2d0d45bcee99c8560.tar.gz
Shorten the NEGATE rule label as these are too long
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index e983635..69fb9a7 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2053,7 +2053,7 @@ function filter_generate_user_rule($rule) {
$negate_networks . $aline['icmp-type'] . $aline['tag'] . $aline['tagged'] .
$aline['dscp'] . $aline['allowopts'] . $aline['flags'] .
$aline['queue'] . $aline['dnpipe'] . $aline['schedlabel'] .
- " label \"NEGATE_ROUTE: Negate policy routing for vpn, static routes and direct networks\"\n";
+ " label \"NEGATE_ROUTE: Negate policy routing for destination\"\n";
}
/* piece together the actual user rule */
OpenPOWER on IntegriCloud