Add bridge_device entry to config

Used to properly allow bridged networks to be formed.

Ref parallelvirtualcluster/pvc#64
This commit is contained in:
2020-01-06 14:35:25 -05:00
parent 51ad136814
commit cd7cdf2719
2 changed files with 9 additions and 0 deletions

View File

@ -77,6 +77,7 @@ pvc:
log_keepalive_storage_details: {{ pvc_log_keepalive_storage_details }}
console_log_lines: {{ pvc_log_console_lines }}
networking:
bridge_device: {{ pvc_bridge_device }}
upstream:
device: {{ pvc_upstream_device }}
mtu: {{ pvc_upstream_mtu }}