Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 10027 Details for
Bug 14636
IP-aliasing does not work
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for net.eth1
fil (text/plain), 762 bytes, created by
Ole Tange
on 2003-03-30 14:59:38 UTC
(
hide
)
Description:
Patch for net.eth1
Filename:
MIME Type:
Creator:
Ole Tange
Created:
2003-03-30 14:59:38 UTC
Size:
762 bytes
patch
obsolete
>--- /etc/init.d/net.eth0 2003-03-26 21:52:27.000000000 +0100 >+++ /etc/init.d/net.eth1 2003-03-30 21:53:44.000000000 +0200 >@@ -58,13 +52,13 @@ > ebegin " Adding aliases" > for x in $(eval echo \$\{alias_${IFACE}\}) > do >- aliasbcast="$(eval echo \$\{broadcast_${IFACE}\} \| awk \'\{ print \$$((num + 1)) \}\')" >+ aliasbcast="$(eval echo \$\{broadcast_${IFACE}\} \| perl -ane \'print \$F[\'$num\'-2]\')" > if [ -n "${aliasbcast}" ] > then > aliasbcast="broadcast ${aliasbcast}" > fi > >- aliasnmask="$(eval echo \$\{netmask_${IFACE}\} \| awk \'\{ print \$$((num + 1)) \}\')" >+ aliasnmask="$(eval echo \$\{netmask_${IFACE}\} \| perl -ane \'print \$F[\'$num\'-2]\')" > if [ -n "${aliasnmask}" ] > then > aliasnmask="netmask ${aliasnmask}"
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 14636
: 10027 |
10028