diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-24 15:43:47 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-24 19:31:11 +0300 |
| commit | cc4d121f9f0fca40141425ef9af739ba4b385e36 (patch) | |
| tree | 8337bede5c09490a2384bf66b10388349b02206d /python/makefile.py | |
| parent | 0fe7b4f5680cad2ad6a036077ee8a4304912f44d (diff) | |
bgpd: Add JSON support for `show rpki cache-server`
```
spine1-debian-11# sh rpki cache-server json
{
"servers":[
{
"mode":"tcp",
"host":"192.168.10.17",
"port":"8283"
},
{
"mode":"tcp",
"host":"192.168.10.17",
"port":"8282"
}
]
}
spine1-debian-11# sh rpki cache-server
host: 192.168.10.17 port: 8283
host: 192.168.10.17 port: 8282
spine1-debian-11#
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'python/makefile.py')
0 files changed, 0 insertions, 0 deletions
