github.com/stackdocker/rkt@v0.10.1-0.20151109095037-1aa827478248/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  }