mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-22 10:37:52 +00:00
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:
parent
797dd44ef5
commit
3225b3a89d
1 changed files with 2 additions and 2 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue