github won't let us float elements, gross
This commit is contained in:
parent
ef86d9400b
commit
464c078bbe
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@ ifupdown, BusyBox ifupdown and Cumulus Networks' ifupdown2.
|
||||||
|
|
||||||
## Dependency Resolution
|
## Dependency Resolution
|
||||||
|
|
||||||
<img alt="Dependency resolution example" src="doc/img/dependency-resolution.png" style="float: left">
|
![Dependency resolution example](doc/img/dependency-resolution.png)
|
||||||
|
|
||||||
ifupdown-ng uses a dependency resolver to determine interface bring-up order
|
ifupdown-ng uses a dependency resolver to determine interface bring-up order
|
||||||
in a deterministic way. To use this feature, you must declare relationships
|
in a deterministic way. To use this feature, you must declare relationships
|
||||||
|
@ -16,8 +16,6 @@ as the `IF_REQUIRES` environment variable.
|
||||||
For compatibility with some legacy ifupdown executors, we also provide the
|
For compatibility with some legacy ifupdown executors, we also provide the
|
||||||
`requires` keyword under other environment variables in some cases.
|
`requires` keyword under other environment variables in some cases.
|
||||||
|
|
||||||
<div style="clear: both"></div>
|
|
||||||
|
|
||||||
## Caveats
|
## Caveats
|
||||||
|
|
||||||
* ifupdown2 python plugins are not supported at this time. An executor could be
|
* ifupdown2 python plugins are not supported at this time. An executor could be
|
||||||
|
|
Loading…
Reference in a new issue