github.com/blixtra/rkt@v0.8.1-0.20160204105720-ab0d1add1a43/stage1/net/conf/99-default.conf (about)

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