Man page - ifupdown-executor(7)
Packages contas this manual
- interfaces-vrf(5)
- interfaces-ppp(5)
- ifupdown-ng(8)
- ifparse(8)
- interfaces-batman(5)
- interfaces-tunnel(5)
- interfaces-wireguard-quick(5)
- interfaces-vxlan(5)
- interfaces-wireguard(5)
- ifquery-ng(8)
- ifup-ng(8)
- interfaces-ng(5)
- ifstate(5)
- ifdown-ng(8)
- interfaces-wifi(5)
- ifupdown-executor(7)
- interfaces-bridge(5)
- ifupdown-ng.conf(5)
- ifctrstat(8)
- interfaces-bond(5)
- interfaces-forward(5)
apt-get install ifupdown-ng
Manual
| 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
ifup(8)
ifdown(8)
interfaces(5)
AUTHORS
Ariadne Conill <ariadne@dereferenced.org>
| 2025-03-25 |