Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102115767
D33426.id142894.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
718 B
Referenced Files
None
Subscribers
None
D33426.id142894.diff
View Options
diff --git a/libexec/rc/network.subr b/libexec/rc/network.subr
--- a/libexec/rc/network.subr
+++ b/libexec/rc/network.subr
@@ -46,8 +46,8 @@
ifscript_up ${ifn} && cfg=0
ifconfig_up ${ifn} && cfg=0
if ! noafif $ifn; then
- afexists inet && ipv4_up ${ifn} && cfg=0
afexists inet6 && ipv6_up ${ifn} && cfg=0
+ afexists inet && ipv4_up ${ifn} && cfg=0
fi
childif_create ${ifn} && cfg=0
@@ -67,8 +67,8 @@
[ -z "$ifn" ] && err 1 "ifn_stop called without an interface"
if ! noafif $ifn; then
- afexists inet6 && ipv6_down ${ifn} && cfg=0
afexists inet && ipv4_down ${ifn} && cfg=0
+ afexists inet6 && ipv6_down ${ifn} && cfg=0
fi
ifconfig_down ${ifn} && cfg=0
ifscript_down ${ifn} && cfg=0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 7:42 PM (20 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
11389532
Default Alt Text
D33426.id142894.diff (718 B)
Attached To
Mode
D33426: rc: network.subr update consitency with older change
Attached
Detach File
Event Timeline
Log In to Comment