FreeBSD Bugzilla – Attachment 169530 Details for
Bug 169199
[ath] Cannot set up static ip addresses for wireless with wpa encryption
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible fix
patch-bsdinstall.diff (text/plain), 579 bytes, created by
Andriy Voskoboinyk
on 2016-04-21 17:21:26 UTC
(
hide
)
Description:
Possible fix
Filename:
MIME Type:
Creator:
Andriy Voskoboinyk
Created:
2016-04-21 17:21:26 UTC
Size:
579 bytes
patch
obsolete
>Index: usr.sbin/bsdinstall/scripts/netconfig_ipv4 >=================================================================== >--- usr.sbin/bsdinstall/scripts/netconfig_ipv4 (revision 298382) >+++ usr.sbin/bsdinstall/scripts/netconfig_ipv4 (working copy) >@@ -84,7 +84,7 @@ > > if [ "$BSDINSTALL_CONFIGCURRENT" ]; then > . $BSDINSTALL_TMPETC/._rc.conf.net >- ifconfig $INTERFACE `eval echo \\\$ifconfig_$INTERFACE` >+ ifconfig $INTERFACE `eval echo \\\$ifconfig_$INTERFACE | sed "s|$2||"` > if [ "$defaultrouter" ]; then > route delete -inet default > route add -inet default $defaultrouter
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 169199
: 169530