mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Finish merging in rev. 1.124 of rc.network, so that natd can be used
withough the $natd_interface having to be explicitly specified on the command line. Approved by: markm (mentor) Submitted by: Aaron D. Gifford <agifford@infowest.com> PR: conf/47024 MFC: upon re approval
This commit is contained in:
parent
2c2d1d071e
commit
dbc8124671
1 changed files with 2 additions and 2 deletions
|
|
@ -47,9 +47,9 @@ ipfw_start()
|
|||
else
|
||||
natd_flags="$natd_flags -n ${natd_interface}"
|
||||
fi
|
||||
echo -n ' natd'
|
||||
${natd_program:-/sbin/natd} ${natd_flags} ${natd_ifarg}
|
||||
fi
|
||||
echo -n ' natd'
|
||||
${natd_program:-/sbin/natd} ${natd_flags} ${natd_ifarg}
|
||||
fi
|
||||
elif [ "`ipfw l 65535`" = "65535 deny ip from any to any" ]; then
|
||||
echo 'Warning: kernel has firewall functionality, but' \
|
||||
|
|
|
|||
Loading…
Reference in a new issue