summaryrefslogtreecommitdiffstats
path: root/roles/pve-network/templates/ethernet.nmconnection.j2
blob: 2aaa85b0ffc2e25b2ac7297115275d4fe2adae49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[connection]
id={{ pve_network_interface }}-bridge-port
type=ethernet
interface-name={{ pve_network_interface }}
autoconnect=true
controller=vmbr0
port-type=bridge

[ethernet]
cloned-mac-address=permanent

[ipv4]
method=disabled

[ipv6]
method=disabled