Opened 13 years ago

Closed 13 years ago

#2924 closed defect (fixed)

Multiple IP addresses are not being handled properly

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 7.0
Component: Bootscripts Version: SVN
Severity: normal Keywords:
Cc:

Description

Research bootscripts so ifup and ifdown properly handle multiple IP addresses on the same network interface.

Change History (3)

comment:1 by bdubbs@…, 13 years ago

Owner: changed from lfs-book@… to bdubbs@…
Status: newassigned

comment:2 by Nathan Coulson, 13 years ago

would also like to see it work with multiple scripts

ex:/ ipv4 + ipv6 ipv4 + ipv4 bridge + ipv4

may I suggest ifconfig.eth0.d? a for loop should not be too unreadable... and still works with the single file setup.

for x in ifconfig.eth0 ifconfig.eth0.d/* do

if -f "$x"

[insert magic here]

fi

done

comment:3 by bdubbs@…, 13 years ago

Resolution: fixed
Status: assignedclosed

Added at revision 9597.

Note: See TracTickets for help on using tickets.