Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105967229
D19488.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
806 B
Referenced Files
None
Subscribers
None
D19488.diff
View Options
Index: head/libexec/rc/network.subr
===================================================================
--- head/libexec/rc/network.subr
+++ head/libexec/rc/network.subr
@@ -229,6 +229,11 @@
${IFCONFIG_CMD} $1 up
fi
+ if ! noafif $1 && afexists inet6; then
+ ipv6_accept_rtadv_up $1
+ _cfg=0
+ fi
+
if dhcpif $1; then
if [ $_cfg -ne 0 ] ; then
${IFCONFIG_CMD} $1 up
@@ -686,7 +691,6 @@
ifalias ${_if} inet6 alias && _ret=0
ipv6_prefix_hostid_addr_common ${_if} alias && _ret=0
- ipv6_accept_rtadv_up ${_if} && _ret=0
return $_ret
}
@@ -1198,8 +1202,8 @@
{
if ipv6_autoconfif $1; then
${IFCONFIG_CMD} $1 inet6 accept_rtadv up
- if ! checkyesno rtsold_enable; then
- rtsol ${rtsol_flags} $1
+ if [ -x /sbin/rtsol ]; then
+ /sbin/rtsol ${rtsol_flags} $1
fi
fi
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 5:44 AM (15 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15585809
Default Alt Text
D19488.diff (806 B)
Attached To
Mode
D19488: Enhance IPv6 autoconf startup scripts
Attached
Detach File
Event Timeline
Log In to Comment