summaryrefslogtreecommitdiff
path: root/ospfclient/ospfclient.py
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-05-24 10:04:50 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2022-05-24 10:20:09 +0300
commit41b1d7a3a4a24c1db1f1efb9eaacf6435605de8c (patch)
treedbe8abf24bdd733f75a550a5b17e0d80cd034029 /ospfclient/ospfclient.py
parentac425bfc2baaa94e81cb50118f98c6ad36e26232 (diff)
bgpd: Don't increment twice notification sent stats counter
Before: ``` $ vtysh -c 'clear ip bgp 192.168.10.17' $ vtysh -c 'show bgp neighbor 192.168.10.17 json' | jq '."192.168.10.17".messageStats.notificationsSent' 2 ``` After: ``` $ vtysh -c 'clear ip bgp 192.168.10.17' $ vtysh -c 'show bgp neighbor 192.168.10.17 json' | jq '."192.168.10.17".messageStats.notificationsSent' 1 ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'ospfclient/ospfclient.py')
0 files changed, 0 insertions, 0 deletions