aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/team.json
blob: 4524b3cb02bcd60453026b302e3889d9cd4076a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "network_config": [
        {
          "type": "team",
          "name": "team1",
          "use_dhcp": true,
          "bonding_options": "{\"runner\": {\"name\": \"activebackup\"}}",
          "members": [
              { "type": "interface", "name": "em1", "primary": true },
              { "type": "interface", "name": "em2" }
          ]
        }
    ]
}