FreeBSD Bugzilla – Attachment 17248 Details for
Bug 31366
rc.network6: Order of operations for ipv6_ifconfig_X_alias# wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.01 KB, created by
gshapiro+FreeBSD-gnats
on 2001-10-19 08:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
gshapiro+FreeBSD-gnats
Created:
2001-10-19 08:20:00 UTC
Size:
1.01 KB
patch
obsolete
>Index: etc/rc.network6 >=================================================================== >RCS file: /src/FreeBSD/cvsrepo/src/etc/rc.network6,v >retrieving revision 1.5.2.18 >diff -u -r1.5.2.18 rc.network6 >--- etc/rc.network6 2001/07/27 20:37:53 1.5.2.18 >+++ etc/rc.network6 2001/10/19 07:04:46 >@@ -289,15 +289,6 @@ > rtsol_interface=no > ifconfig $i inet6 ${ipv6_ifconfig} alias > fi >- alias=0 >- while : ; do >- eval ipv6_ifconfig=\$ipv6_ifconfig_${i}_alias${alias} >- if [ -z "${ipv6_ifconfig}" ]; then >- break; >- fi >- ifconfig $i inet6 ${ipv6_ifconfig} alias >- alias=$((${alias} + 1)) >- done > > if [ ${rtsol_available} = yes -a ${rtsol_interface} = yes ] > then >@@ -323,6 +314,19 @@ > ifconfig $1 up > rtsol $1 > fi >+ >+ for i in $interfaces; do >+ alias=0 >+ while : ; do >+ eval ipv6_ifconfig=\$ipv6_ifconfig_${i}_alias${alias} >+ if [ -z "${ipv6_ifconfig}" ]; then >+ break; >+ fi >+ ifconfig $i inet6 ${ipv6_ifconfig} alias >+ alias=$((${alias} + 1)) >+ done >+ done >+ > } > > network6_stf_setup() {
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 31366
: 17248