FreeBSD Bugzilla – Attachment 13193 Details for
Bug 25223
PATCH for rc.network to enable ipnat seperately from ipfilter
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
Andre Albsmeier
on 2001-02-20 07:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Andre Albsmeier
Created:
2001-02-20 07:00:01 UTC
Size:
760 bytes
patch
obsolete
>--- rc.network.ORI Mon Jan 15 15:21:37 2001 >+++ rc.network Tue Feb 20 07:49:18 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 25223
: 13193