Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81891 Details for
Bug 125786
dev param not specified to route in ifconfig module from baselayout-1.11.14
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correctly specifies the device to route
ifconfig-mod-route-without-dev.patch (text/plain), 464 bytes, created by
Jason Stubbs (RETIRED)
on 2006-03-10 19:53:36 UTC
(
hide
)
Description:
Correctly specifies the device to route
Filename:
MIME Type:
Creator:
Jason Stubbs (RETIRED)
Created:
2006-03-10 19:53:36 UTC
Size:
464 bytes
patch
obsolete
>--- ifconfig.orig 2006-03-01 18:43:39.682268472 +0900 >+++ ifconfig 2006-03-01 18:43:52.476323480 +0900 >@@ -278,9 +278,9 @@ > ebegin "${x}" > # Support adding IPv6 addresses easily > if [[ ${x} == *:* && ${x} != *'-A inet6'* ]]; then >- /sbin/route add -A inet6 ${x} &>${devnull} >+ /sbin/route add -A inet6 ${x} dev ${iface} &>${devnull} > else >- /sbin/route add ${x} &>${devnull} >+ /sbin/route add ${x} dev ${iface} &>${devnull} > fi > eend $? > done
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 125786
: 81891