FreeBSD Bugzilla – Attachment 106990 Details for
Bug 147681
[network.subr][patch] Add inet6 keyword if it wasn't specified in ifconfig_IF_ipv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
network.subr.diff
network.subr.diff (text/plain), 476 bytes, created by
Yuri Pankov
on 2010-06-08 08:00:19 UTC
(
hide
)
Description:
network.subr.diff
Filename:
MIME Type:
Creator:
Yuri Pankov
Created:
2010-06-08 08:00:19 UTC
Size:
476 bytes
patch
obsolete
>Index: head/etc/network.subr >=================================================================== >--- head/etc/network.subr (revision 208900) >+++ head/etc/network.subr (working copy) >@@ -109,6 +109,9 @@ > ifconfig_args=`ifconfig_getargs $1 ipv6` > > if [ -n "$ifconfig_args" ]; then >+ # add inet6 keyword if not specified >+ expr "$ifconfig_args" : '^inet6 ' > /dev/null \ >+ || ifconfig_args="inet6 $ifconfig_args" > ifconfig $1 $ifconfig_args > _cfg=0 > 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 147681
: 106990