diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-03-21 18:12:26 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-03-21 18:12:26 +0000 |
commit | a6c8c7605ae7bde92ad50a838162859e25c7eea1 (patch) | |
tree | 5f7b5f28e95cdf9c06af927979cd1d7671b685e8 /etc | |
parent | 6995b4fc1def609e70611911c3f7e778f9271cea (diff) | |
download | pfsense-a6c8c7605ae7bde92ad50a838162859e25c7eea1.zip pfsense-a6c8c7605ae7bde92ad50a838162859e25c7eea1.tar.gz |
s/out//
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/filter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 4efd99b..a0d2fbc 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -2129,7 +2129,7 @@ function create_firewall_outgoing_rules_to_itself() { /* openvpn tun interfaces. check for 100. */ for($x=0; $x<100; $x++) { if(does_interface_exist("tun{$x}") == true) - $rule .="pass out quick on tun{$x} all keep state label \"let out anything from firewall host itself openvpn\"\n"; + $rule .="pass quick on tun{$x} all keep state label \"let out anything from firewall host itself openvpn\"\n"; } return $rule; |