]> git.proxmox.com Git - mirror_ifupdown2.git/blame - TODO
Fix build failure
[mirror_ifupdown2.git] / TODO
CommitLineData
a6f80f0e 1TODO:
2====
f802fe3c 3- support old ifupdown state file /run/network/ifstate. B
4- support -i interfaces file
6ef5bfa2 5- support for debian ifupdown methods: tunnel, v4tunnel, 6to4, ppp, wvdial, ipv4ll
6- support for debian ifupdown ipv6 auto method
7- support for debian ifupdown CAN address family
8- Compat : support for LOGICAL interfaces
d08d5f54 9- dry-run improvement: It skips the cache completely. Which means It tells you the commands it would execute if the system is clean. Its not smart enought to say what it will really execute given the state of the system
10
11- included gvgen in the package. Need to check if there are any license issues
12- bash completion for options
9792ab06 13- Ifquery does not report link status, mainly because it reports only in terms of /etc/network/interfaces attributes. Plan to fix that
3e8ee54f 14- update man-pages with new options. Convert them to rst
9792ab06 15- Documentation
16- Priorities for addon modules
3e8ee54f 17- syslog support
9792ab06 18- have ability to also run uninstall on interfaces that dont have any config
19- ifup hotplug support (basically needs some testing and fixing broken things)
3e8ee54f 20- -q quiet option
a6f80f0e 21- support for /etc/networking.defaults
eab25b7c 22- implement legacy ifupdown mapping feature
23- support for the following ifupdown options:
24 -o OPTION=VALUE set OPTION to VALUE as though it were in
25 /etc/network/interfaces
26 --no-mappings don't run any mappings
27 --no-scripts don't run any hook scripts
a6f80f0e 28- Fix parallel implementation
29- Test all original ifupdown options for compatibility
a6f80f0e 30- Test with ifupdown-extra, ifmetric, ifupdown-scripts-zg2
9792ab06 31- export other environment variables to bash scripts (for backward compatibility):
a6f80f0e 32 IFACE physical name of the interface being processed
33 LOGICAL logical name of the interface being processed
34 ADDRFAM address family of the interface
35 METHOD method of the interface (e.g., static)
36 MODE start if run from ifup, stop if run from ifdown
37 PHASE as per MODE, but with finer granularity, distinguishing the pre-
38 up, post-up, pre-down and post-down phases.
39 VERBOSITY indicates whether --verbose was used; set to 1 if so, 0 if not.
40 PATH the command search path: /usr/local/sbin:/usr/local/bin:‐
41 /usr/sbin:/usr/bin:/sbin:/bin
eab25b7c 42