Opened 13 years ago
Closed 13 years ago
#2924 closed defect (fixed)
Multiple IP addresses are not being handled properly
Reported by: | Owned by: | ||
---|---|---|---|
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 , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
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
done