aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/bond.yaml
blob: 7b8b4ece9a82b11556783fb9877513289db1dfb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
network_config:
  -
     type: ovs_bridge
     name: br-ctlplane
     use_dhcp: true
     members:
       -
         type: ovs_bond
         name: bond1
         use_dhcp: true
         members:
           -
             type: interface
             name: em1
           -
             type: interface
             name: em2