Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
a356f26b
Commit
a356f26b
authored
May 25, 2016
by
Ad Schellevis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove RFC 2893 from firewall advanced,
https://github.com/opnsense/core/issues/964
parent
5ea45d86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
filter.inc
src/etc/inc/filter.inc
+0
-9
No files found.
src/etc/inc/filter.inc
View file @
a356f26b
...
...
@@ -1642,15 +1642,6 @@ function filter_nat_rules_generate(&$FilterIflist)
$natrules
.=
"
\n
# Load balancing
\n
"
;
$natrules
.=
"rdr-anchor
\"
relayd/*
\"\n
"
;
/* DIAG: add ipv6 NAT, if requested */
if
(
isset
(
$config
[
'diag'
][
'ipv6nat'
][
'enable'
])
&&
is_ipaddr
(
$config
[
'diag'
][
'ipv6nat'
][
'ipaddr'
])
&&
is_array
(
$FilterIflist
[
'wan'
]))
{
/* XXX: FIX ME! IPV6 */
$natrules
.=
"rdr on
\$
{
$FilterIflist
[
'wan'
][
'descr'
]
}
proto ipv6 from any to any ->
{
$config
[
'diag'
][
'ipv6nat'
][
'ipaddr'
]
}
\n
"
;
}
// prevent redirection on ports with "lock out" protection
if
(
!
isset
(
$config
[
'system'
][
'webgui'
][
'noantilockout'
]))
{
$alports
=
filter_get_antilockout_ports
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment