mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-09 08:05:08 +02:00
feat: Add support for bridge, lag, parent
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user