table of contents
- trixie 0.12.1-7
- testing 0.12.1-7
- unstable 0.12.1-8
- experimental 0.12.1-9~exp1
| ifupdown-executor(7) | Miscellaneous Information Manual | ifupdown-executor(7) |
NAME¶
/usr/libexec/ifupdown-ng/program - ifupdown executor protocol
DESCRIPTION¶
The ifupdown executors are programs that are typically installed into the ifupdown-ng executor path. They follow a specific protocol documented in this man page.
PHASES¶
Executors are run to react to nine different phases and are not required to take any specific action. These phases are:
depend
create
pre-up
up
post-up
pre-down
down
post-down
destroy
ENVIRONMENT¶
Executors are guaranteed to run with a core set of environment variables:
IFACE
INTERFACES_FILE
MODE
PHASE
VERBOSE
Additionally, the properties associated with an interface are provided to executors. The keys are rewritten to begin with IF_ and are capitalized with dashes converted to underscores. For example, the property bridge-ports will be rewritten as IF_BRIDGE_PORTS.
SEE ALSO¶
AUTHORS¶
Ariadne Conill <ariadne@dereferenced.org>
| 2025-03-25 |