diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-06-13 12:18:36 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-06-13 21:00:51 +0300 |
| commit | 70dd370f5ae5a1cfccabb6bfe0d563d6312bc0ed (patch) | |
| tree | 65fccd2d2e1253e9c31027ca7b2bdaa326aa79d3 /ospfclient/ospfclient.py | |
| parent | faa8c700e61ddbdb278c12787785df4eeecb23ff (diff) | |
*: Use autocomplete for route-maps under commands that require it
For example:
```
donatas-laptop# show bgp ipv4 unicast neighbors 127.0.0.2 advertised-routes route-map ?
RMAP_NAME Name of the route map
testas2 testas
donatas-laptop(config)# router bgp
donatas-laptop(config-router)# address-family ipv4
donatas-laptop(config-router-af)# redistribute connected route-map ?
RMAP_NAME Pointer to route-map entries
testas2 testas
donatas-laptop(config-router-af)# network 192.168.0.0/23 route-map ?
RMAP_NAME Name of the route map
testas2 testas
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'ospfclient/ospfclient.py')
0 files changed, 0 insertions, 0 deletions
