Merge "docs: fix route configuration example syntax"
This commit is contained in:
commit
1153011dd4
@ -261,7 +261,7 @@ To configure a network called ``example`` with a default route and a
|
|||||||
|
|
||||||
example_routes:
|
example_routes:
|
||||||
- cidr: 0.0.0.0/0
|
- cidr: 0.0.0.0/0
|
||||||
gateway 10.1.0.1
|
gateway: 10.1.0.1
|
||||||
table: exampleroutetable
|
table: exampleroutetable
|
||||||
- cidr: 10.1.0.0/24
|
- cidr: 10.1.0.0/24
|
||||||
table: exampleroutetable
|
table: exampleroutetable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user