ifupdown-executor man page: add create/destroy phases
This commit is contained in:
parent
00da19a381
commit
ce6954d628
1 changed files with 9 additions and 1 deletions
|
@ -12,7 +12,7 @@ protocol documented in this man page.
|
|||
|
||||
# PHASES
|
||||
|
||||
Executors are run to react to seven different phases and are not
|
||||
Executors are run to react to nine different phases and are not
|
||||
required to take any specific action. These phases are:
|
||||
|
||||
*depend*
|
||||
|
@ -24,6 +24,10 @@ required to take any specific action. These phases are:
|
|||
any dependencies, it may simply exit 0 without doing
|
||||
anything.
|
||||
|
||||
*create*
|
||||
Called before *pre-up*, to explicitly allow for interface
|
||||
creation if necessary.
|
||||
|
||||
*pre-up*
|
||||
Called before the interface is going to be brought up.
|
||||
|
||||
|
@ -42,6 +46,10 @@ required to take any specific action. These phases are:
|
|||
*post-down*
|
||||
Called after the interface was successfully taken down.
|
||||
|
||||
*destroy*
|
||||
Called after *post-down* to allow for explicitly
|
||||
destroying an interface if necessary.
|
||||
|
||||
# ENVIRONMENT
|
||||
|
||||
Executors are guaranteed to run with a core set of environment
|
||||
|
|
Loading…
Reference in a new issue