diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-11-07 22:23:07 +0200 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2022-11-08 04:09:01 +0000 |
| commit | 4a21c603e075eb606b33880f8ad9044a39a48a36 (patch) | |
| tree | 251e58f55b28e326e3404f75430bb0bda0029af1 /python/clidef.py | |
| parent | 99477bc4925725a9f371149e5396937936b2a855 (diff) | |
ospfd: Get route-map name for default-information originate
LR1.wue3(config)# route-map foo-bar-baz10 permit 10
LR1.wue3(config-route-map)# exit
LR1.wue3(config)# router ospf
LR1.wue3(config-router)# ospf router-id 172.18.254.201
LR1.wue3(config-router)# log-adjacency-changes
LR1.wue3(config-router)# default-information originate metric 50 metric-type 1 route-map foo-bar-baz10
LR1.wue3(config-router)# end
Results in:
LR1.wue3# show run
...
!
router ospf
ospf router-id 172.18.254.201
log-adjacency-changes
default-information originate metric 50 metric-type 1 route-map oute-map
exit
!
route-map foo-bar-baz10 permit 10
exit
!
end
Let's fix this.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit bd162aae094360605b7f4b9b8cd46f6e4ffebc04)
Diffstat (limited to 'python/clidef.py')
0 files changed, 0 insertions, 0 deletions
