No description
Find a file
2020-07-18 20:05:02 -06:00
cmd ifquery: add --pretty-print 2020-07-18 19:35:02 -06:00
libifupdown add ifquery --version 2020-07-18 19:09:08 -06:00
tests tests: add some ATF helpers 2020-07-18 19:52:43 -06:00
.gitignore add gitignore 2020-07-18 01:58:45 -06:00
CODE_OF_CONDUCT.md add code of conduct 2020-07-18 04:51:25 -06:00
COPYING initial commit 2020-07-18 01:17:51 -06:00
Kyuafile tests: start working on testing capabilities 2020-07-18 19:46:32 -06:00
Makefile build: fix up make check target 2020-07-18 20:05:02 -06:00
README.md add README 2020-07-18 05:15:10 -06:00

ifupdown-ng

This package is a work in progress implementation of the ifupdown suite. It is intended to be largely compatible with ifupdown and ifupdown2, with some caveats:

  • ifupdown2 python plugins are not supported at this time. An executor could be written to handle them.

  • ifupdown-ng uses a SAT solver to determine interface bring-up order, like ifupdown2. However, relationships must be explicitly defined instead of inferred by plugins in ifupdown2. This simplifies the executors and ensures consistent behaviour across executors.

  • ifupdown-ng retains compatibility with /etc/network/if-X.d scripts, but will prefer using executors in /usr/libexec/ifupdown-ng where appropriate.

This package is planned to replace BusyBox ifupdown in Alpine at some point in the future.