diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-12-30 12:26:19 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-12-30 12:26:19 +0200 |
| commit | 28e62b46ba3361699125df58553f86303ce88d5e (patch) | |
| tree | c6e5613a41ce913ddf4eec1bc37776bc626ba64b /lib/srv6.c | |
| parent | 1d63ddd4b950c0f2b922c7f3a0b059cf0b53d91f (diff) | |
bgpd: Show prefix-related stats per neighbor
E.g.:
```
Prefix statistics:
Inbound filtered: 0
AS-PATH loop: 0
Originator loop: 0
Cluster loop: 0
Invalid next-hop: 0
Withdrawn: 0
Attributes discarded: 3
```
JSON:
```
"prefixStats":{
"inboundFiltered":0,
"aspathLoop":0,
"originatorLoop":0,
"clusterLoop":0,
"invalidNextHop":0,
"withdrawn":0,
"attributesDiscarded":3
},
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'lib/srv6.c')
0 files changed, 0 insertions, 0 deletions
