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

     1  {
     2      "cniVersion": "0.3.1",
     3      "name": "ptp",
     4      "plugins": [
     5          {
     6              "type": "ptp",
     7              "ipam": {
     8                  "type": "host-local",
     9                  "subnet": "10.23.0.0/16",
    10                  "routes": [
    11                      { "dst": "0.0.0.0/0" }
    12                  ]
    13              }
    14          }
    15      ]
    16  }