mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
Update docs field examples to include required options
Signed-off-by: Mattie Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
6d132e27b4
commit
f49ff54fce
1 changed files with 2 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ your-directive:
|
|||
- condition: null
|
||||
command: show ip route {target}
|
||||
field:
|
||||
description: IP of target
|
||||
validation: '[0-9a-f\.\:]+'
|
||||
```
|
||||
|
||||
|
|
@ -178,6 +179,7 @@ your-directive:
|
|||
- condition: null
|
||||
command: show ip bgp community {target}
|
||||
field:
|
||||
description: BGP community to show
|
||||
options:
|
||||
- value: "65001:1"
|
||||
description: Provider A Routes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue