doc: update IPv6 example address in README.md to use 2001:db8 prefix (RFC3849)

https://github.com/linux-system-roles/network/issues/5
This commit is contained in:
Thomas Haller 2017-07-17 12:06:24 +02:00
parent 797dd44ef5
commit 3225b3a89d

View file

@ -248,12 +248,12 @@ network_connections:
route_metric6: -1
auto6: no
gateway6: fc00::1
gateway6: 2001:db8::1
address:
- 192.168.5.3/24
- 10.0.10.3/16
- fc00::80/7
- 2001:db8::80/7
```
Manual addressing can be specified via a list of addresses and prefixes `address`.