Update net_static_route document (#59168)
Update net_static_route examples section document, the missing colon can potentially cause confusion.
This commit is contained in:
parent
0bde145b1f
commit
fbb4eaaba9
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ EXAMPLES = """
|
|||
- name: configure aggregates of static routes
|
||||
net_static_route:
|
||||
aggregate:
|
||||
- { prefix: 192.168.2.0, mask 255.255.255.0, next_hop: 10.0.0.1 }
|
||||
- { prefix: 192.168.3.0, mask 255.255.255.0, next_hop: 10.0.2.1 }
|
||||
- { prefix: 192.168.2.0, mask: 255.255.255.0, next_hop: 10.0.0.1 }
|
||||
- { prefix: 192.168.3.0, mask: 255.255.255.0, next_hop: 10.0.2.1 }
|
||||
|
||||
- name: Remove static route collections
|
||||
net_static_route:
|
||||
|
|
Loading…
Reference in a new issue