Add bridge_device entry to config

Used to properly allow bridged networks to be formed.

Ref parallelvirtualcluster/pvc#64
This commit is contained in:
2023-09-01 15:42:22 -04:00
parent 91b9b6b294
commit f68ba7a735
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 }}