github.com/mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/pkg/libvirttools/TestCloudInitGenerator__pod_with_multiple_network_interfaces.out.yaml (about)

     1  network-config:
     2    config:
     3    - mac_address: "00:11:22:33:44:55"
     4      mtu: 1500
     5      name: cni0
     6      subnets:
     7      - address: 1.1.1.1
     8        netmask: 255.0.0.0
     9        routes:
    10        - gateway: 1.2.3.4
    11          netmask: 255.255.0.0
    12          network: 1.2.0.0
    13        - gateway: 1.2.3.4
    14          netmask: 0.0.0.0
    15          network: 0.0.0.0
    16        type: static
    17      type: physical
    18    - mac_address: 00:11:22:33:ab:cd
    19      mtu: 1500
    20      name: cni1
    21      subnets:
    22      - address: 192.168.100.42
    23        netmask: 255.255.255.0
    24        type: static
    25      type: physical
    26    - address:
    27      - 1.2.3.4
    28      search:
    29      - some
    30      - search
    31      type: nameserver
    32    version: 1