Fix a typo (#4528)

This commit is contained in:
Misty Stanley-Jones 2017-09-06 16:31:39 -07:00 committed by GitHub
parent 21370d18c6
commit b73e47a96d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ sets the IPv6 subnet to `2001:db8:1::/64`.
```json
{
"ipv6": true,
"fixed-cid4-v6": "2001:db8:1::/64"
"fixed-cidr-v6": "2001:db8:1::/64"
}
```