aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/bridge_vlan.yaml
blob: 9f25e0907d87ebe7847a12b2c3ce7076c1d822a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
network_config:
  - 
    type: ovs_bridge
    name: br-ctlplane
    members:
      - 
        type: vlan
        device: em1
        vlan_id: 16
        addresses:
          - 
            ip_netmask: 192.0.2.1/24
        routes:
          - 
            next_hop: 192.0.2.1
            ip_netmask: 192.0.2.1/24