mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +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
|
- condition: null
|
||||||
command: show ip route {target}
|
command: show ip route {target}
|
||||||
field:
|
field:
|
||||||
|
description: IP of target
|
||||||
validation: '[0-9a-f\.\:]+'
|
validation: '[0-9a-f\.\:]+'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -178,6 +179,7 @@ your-directive:
|
||||||
- condition: null
|
- condition: null
|
||||||
command: show ip bgp community {target}
|
command: show ip bgp community {target}
|
||||||
field:
|
field:
|
||||||
|
description: BGP community to show
|
||||||
options:
|
options:
|
||||||
- value: "65001:1"
|
- value: "65001:1"
|
||||||
description: Provider A Routes
|
description: Provider A Routes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue