aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/linux_bond_networkmanager.yaml
blob: c7036c017fdd205ebc35857a2b9faa489d8c4768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# To use NetworkManager to manage an interface, set nm_controlled=true.
# Note that some interface types may not be supported by NetworkManager.
network_config:
  -
    type: linux_bond
    name: bond1
    nm_controlled: true
    use_dhcp: true
    bonding_options: "mode=active-backup"
    members:
      -
        type: interface
        name: em1
        nm_controlled: true
      -
        type: interface
        name: em2
        nm_controlled: true