FreeBSD Bugzilla – Attachment 201467 Details for
Bug 223407
etc/network.subr: Invalidates -auto_linklocal ifconfig flag set via rc.conf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
revised patch
network.subr.diff (text/plain), 725 bytes, created by
Eugene Grosbein
on 2019-01-28 03:30:59 UTC
(
hide
)
Description:
revised patch
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2019-01-28 03:30:59 UTC
Size:
725 bytes
patch
obsolete
>Index: network.subr >=================================================================== >--- network.subr (revision 343111) >+++ network.subr (working copy) >@@ -122,7 +122,7 @@ ifn_vnet0() > # > ifconfig_up() > { >- local _cfg _ifconfig_descr _ipv6_opts ifconfig_args >+ local _al _cfg _ifconfig_descr _ipv6_opts ifconfig_args > _cfg=1 > > # Make sure lo0 always comes up. >@@ -187,7 +187,15 @@ ifconfig_up() > ifconfig_args="inet6 ${ifconfig_args}" > ;; > esac >- ${IFCONFIG_CMD} $1 inet6 -ifdisabled >+ >+ _al='' >+ case "${ifconfig_args}" in >+ *-auto_linklocal*) >+ _al="-auto_linklocal" >+ ;; >+ esac >+ >+ ${IFCONFIG_CMD} $1 inet6 ${_al} -ifdisabled > eval ${IFCONFIG_CMD} $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 223407
:
187704
| 201467