ifupdown
REPOSITORY
darcs get http://www.erisian.com.au/darcs/ifupdown/hacking/0.7
TODO
First:
interface dependencies, so that you can say
iface adsl inet static pre-up ifup eth0 post-down ifdown eth0 ...
and expect it to work correctly.- better support for "allow-foo" (see Debian BTS)
- command line arguments and environment vars for mapping scripts
Second:
- include interface options in ifstate
update options based on results of "up" commands (ppp -> $IF_ADDRESS)
allow mapping to go from logical -> physical as well as reverse
- selection of dhcp client (or ip/ifconfig) from interfaces file
Misc:
- hurd support
- unwind on failure
- hundreds of random features