summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-10-31 09:37:09 +0000
committerErmal <eri@pfsense.org>2012-10-31 09:37:51 +0000
commit3b1385a3febf783f48881b7baf61844f8e91209d (patch)
tree19cfe184d8be0403db32e37b861dc02b260dc299
parent75e703c4e42492b3cc71d1cd7ebfc7cee3feb927 (diff)
downloadpfsense-3b1385a3febf783f48881b7baf61844f8e91209d.zip
pfsense-3b1385a3febf783f48881b7baf61844f8e91209d.tar.gz
Do not put the prefix len on the src ip
-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 68c28ad..c810c8f 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2725,7 +2725,7 @@ EOD;
break;
}
if (is_ipaddrv6($gwv6) && is_ipaddrv6($ifcfg['ipv6']))
- $ipfrules .= "pass out route-to ( {$stf} {$gwv6} ) inet6 from {$ifcfg['ipv6']}/$pdlen to !{$ifcfg['ipv6']}/{$pdlen} keep state allow-opts label \"let out anything from firewall host itself\"\n";
+ $ipfrules .= "pass out route-to ( {$stf} {$gwv6} ) inet6 from {$ifcfg['ipv6']} to !{$ifcfg['ipv6']}/{$pdlen} keep state allow-opts label \"let out anything from firewall host itself\"\n";
}
OpenPOWER on IntegriCloud