FreeBSD Bugzilla – Attachment 14388 Details for
Bug 27016
ipnat should not require existence of ipfilter rules file.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 762 bytes, created by
Thomas Quinot
on 2001-05-01 22:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thomas Quinot
Created:
2001-05-01 22:10:01 UTC
Size:
762 bytes
patch
obsolete
>--- /etc/rc.network Tue May 1 22:42:57 2001 >+++ /tmp/rc.network Tue May 1 23:00:19 2001 >@@ -60,20 +60,20 @@ > ${ipmon_program:-/sbin/ipmon} ${ipmon_flags} > ;; > esac >- case "${ipnat_enable}" in >- [Yy][Ee][Ss]) >- if [ -r "${ipnat_rules}" ]; then >- echo -n ' ipnat'; >- eval ${ipnat_program:-/sbin/ipnat -CF -f} \ >- "${ipnat_rules}" ${ipnat_flags} >- else >- echo -n ' NO IPNAT RULES' >- fi >- ;; >- esac > else > ipfilter_enable="NO" > echo -n ' NO IPF RULES' >+ fi >+ ;; >+ esac >+ case "${ipnat_enable}" in >+ [Yy][Ee][Ss]) >+ if [ -r "${ipnat_rules}" ]; then >+ echo -n ' ipnat'; >+ eval ${ipnat_program:-/sbin/ipnat -CF -f} \ >+ "${ipnat_rules}" ${ipnat_flags} >+ else >+ echo -n ' NO IPNAT RULES' > fi > ;; > esac
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27016
: 14388