github.com/apptainer/singularity@v3.1.1+incompatible/etc/network/20_ipvlan.conflist (about)

     1  {
     2      "cniVersion": "0.3.1",
     3      "name": "ipvlan",
     4      "plugins": [
     5          {
     6              "type": "ipvlan",
     7              "master": "eth0",
     8              "ipam": {
     9                  "type": "static",
    10                  "addresses": [
    11                      {
    12                          "address": "192.168.1.1/24",
    13                          "gateway": "192.168.1.254"
    14                      }
    15                  ],
    16                  "routes": [
    17                      { "dst": "0.0.0.0/0" }
    18                  ]
    19              }
    20          }
    21      ]
    22  }