Merge pull request #744 from kr3ator/feature/interfaces_improvements
Add support for bridge, lag, parent in DCIM Interfaces startup script
This commit is contained in:
commit
4c21344e8b
2 changed files with 46 additions and 1 deletions
|
@ -8,6 +8,15 @@
|
|||
##
|
||||
## Examples:
|
||||
|
||||
# - device: server01
|
||||
# name: ath0
|
||||
# type: 1000base-t
|
||||
# lag: ae0
|
||||
# bridge: br0
|
||||
# - device: server01
|
||||
# name: ath1
|
||||
# type: 1000base-t
|
||||
# parent: ath0
|
||||
# - device: server01
|
||||
# enabled: true
|
||||
# type: virtual
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue