github.com/mirantis/virtlet@v1.5.2-0.20191204181327-1659b8a48e9b/images/image_skel/etc/cni/net.d/sample.conf (about)

     1  {
     2  	"cniVersion": "0.1.0",
     3  	"name": "default",
     4  	"type": "ptp",
     5  	"ipMasq": true,
     6  	"ipam": {
     7  		"type": "host-local",
     8  		"subnet": "10.1.91.0/24",
     9  		"routes": [
    10  			{ "dst": "0.0.0.0/0" }
    11  		]
    12  	}
    13  }