FreeBSD Bugzilla – Attachment 208032 Details for
Bug 241013
ipfw: Silence firewall_logif on ipfw service restart
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Silence firewall_logif on ipfw service restart
ipfw.patch (text/plain), 390 bytes, created by
Jose Luis Duran
on 2019-10-02 13:51:19 UTC
(
hide
)
Description:
Silence firewall_logif on ipfw service restart
Filename:
MIME Type:
Creator:
Jose Luis Duran
Created:
2019-10-02 13:51:19 UTC
Size:
390 bytes
patch
obsolete
>diff --git libexec/rc/rc.d/ipfw libexec/rc/rc.d/ipfw >index 64643f0..e2ded9a 100644 >--- libexec/rc/rc.d/ipfw >+++ libexec/rc/rc.d/ipfw >@@ -74,7 +74,7 @@ ipfw_start() > ${SYSCTL} net.inet.ip.fw.verbose=1 >/dev/null > fi > if checkyesno firewall_logif; then >- ifconfig ipfw0 create >+ ifconfig ipfw0 create >/dev/null 2>&1 > echo 'Firewall logging pseudo-interface (ipfw0) created.' > fi > }
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 241013
:
208032
|
216277
|
216298
|
216416
|
216419