aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/linux_bond.yaml
blob: 566c747aeaa6b9865df87a451251b132cd4ca44f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
network_config:
  -
    type: linux_bond
    name: bond1
    use_dhcp: true
    bonding_options: "mode=active-backup"
    members:
      -
        type: interface
        name: em1
      -
        type: interface
        name: em2