aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/bridge_fail_mode.json
blob: 6492da6fdeacb4444843436c18ddd53d49783cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ "network_config": [
        {
            "type": "ovs_bridge",
            "name": "br-ctlplane",
            "ovs_fail_mode": "secure",
            "use_dhcp": "true",
            "members": [
                {
                    "type": "interface",
                    "name": "em1"
                }
            ]
        }
    ]
}