FreeBSD Bugzilla – Attachment 10905 Details for
Bug 21694
Multi network interface will not be work well in /etc/rc.network6.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 627 bytes, created by
Masaru Yokoi
on 2000-10-02 10:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Masaru Yokoi
Created:
2000-10-02 10:40:01 UTC
Size:
627 bytes
patch
obsolete
>--- ./rc.network6 Wed Sep 27 21:19:30 2000 >+++ /etc/rc.network6 Wed Sep 27 21:13:39 2000 >@@ -190,14 +190,16 @@ > sysctl -w net.inet6.ip6.forwarding=0 > sysctl -w net.inet6.ip6.accept_rtadv=1 > >- case ${ipv6_network_interfaces} in >- lo0|gif*|stf*|faith*) >- ;; >- *) >- ifconfig ${ipv6_network_interfaces} up >- rtsol ${ipv6_network_interfaces} >- ;; >- esac >+ for i in ${ipv6_network_interfaces} ; do >+ case ${i} in >+ lo0|gif*|stf*|faith*) >+ ;; >+ *) >+ ifconfig ${i} up >+ rtsol ${i} >+ ;; >+ esac >+ done > > # wait for DAD's completion (for global addrs) > sleep `sysctl -n net.inet6.ip6.dad_count`
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 21694
: 10905