FreeBSD Bugzilla – Attachment 14675 Details for
Bug 27511
ipnat not initialized by rc.network w/o ipfilter_enable=YES
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 760 bytes, created by
william.carrel
on 2001-05-21 20:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
william.carrel
Created:
2001-05-21 20:50:01 UTC
Size:
760 bytes
patch
obsolete
>--- rc.network.bak Mon May 21 12:29:09 2001 >+++ rc.network Mon May 21 12:32:59 2001 >@@ -60,20 +60,21 @@ > ${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 27511
: 14675