diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-08-14 02:09:54 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2021-12-03 18:52:42 +0300 |
| commit | 4b639f996759eef388c42ca657a520de693ac6fc (patch) | |
| tree | 18ba29ae89109a9ebd58eb8df180d520620d0ba9 /pimd/pim_cmd.c | |
| parent | 31ccdb903ffca482c1cca5b9222204848a6cdeb1 (diff) | |
vtysh: fix duplicated output of key chain configuration
When both ripd and eigrpd run at the same time, all key configuration in
key chain node is duplicated. This change adds a concept of nested nodes
into vtysh to fix the issue.
Before:
```
key chain test
key 1
key-string 1
exit
key 1
key-string 1
exit
exit
!
```
After:
```
key chain test
key 1
key-string 1
exit
exit
!
```
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'pimd/pim_cmd.c')
0 files changed, 0 insertions, 0 deletions
