diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-11-05 14:33:31 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2019-11-06 20:38:02 +0200 |
| commit | 4e2786df3ec09810ace405b62d82d243ad15c062 (patch) | |
| tree | f8adb54050a33c3f826da4d8c6194a8b91cba687 /lib/command.c | |
| parent | 3bc6be29c36551522a55179617a18bda689fa563 (diff) | |
bgpd: Notify "Peer De-configured" after entering 'no neighbor <neighbor> cmd'
Before changes:
~# vtysh -c 'show ip bgp neighbors 192.168.0.2 json' | \
jq '."192.168.0.2".lastNotificationReason'
null
After changes:
~# vtysh -c 'show ip bgp neighbors 192.168.0.2 json' | \
jq '."192.168.0.2".lastNotificationReason'
"Cease/Peer Unconfigured"
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'lib/command.c')
0 files changed, 0 insertions, 0 deletions
