index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_snmp_bgp4v2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Clean up issues found in SA with clang 14
Donald Sharp
2024-01-09
1
-8
/
+0
*
bgpd: add multiple paths support for draft ietf bgp4v2 in nlriTable
Francois Dumontet
2023-12-04
1
-20
/
+70
*
bgpd: fix coverity issue in bgp_snmp_bgp4v2.c
Francois Dumontet
2023-11-13
1
-0
/
+1
*
bgpd: fix build error
Igor Ryzhov
2023-11-12
1
-1
/
+1
*
bgp: fix bgp4v2 MIB NLRI INDEX format and order
Francois Dumontet
2023-11-08
1
-78
/
+181
*
bgpd: add [no] bgp snmp traps bgp4-mibv2 command
Francois Dumontet
2023-10-24
1
-6
/
+8
*
bgpd: add snmp traps for bgp4-mibv2
Francois Dumontet
2023-10-24
1
-0
/
+103
*
bgpd: snmp MIB bgp4v2 fix indexes in OID
Francois Dumontet
2023-09-19
1
-52
/
+52
*
bgpd: snmp MIB bg4v2 fix invalid address Type value
Francois Dumontet
2023-09-19
1
-103
/
+103
*
bgpd: snmp MIB bg4v2 fix wrong type values
Francois Dumontet
2023-09-19
1
-4
/
+4
*
bgpd: Move the peer->su to connection->su
Donald Sharp
2023-09-10
1
-32
/
+50
*
bgpd: Convert `struct peer_connection` to dynamically allocated
Donald Sharp
2023-08-18
1
-1
/
+1
*
bgpd: Move status and ostatus to `struct peer_connection`
Donald Sharp
2023-08-18
1
-1
/
+1
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
bgpd: Remove extraneous include of version.h
Donald Sharp
2023-02-10
1
-1
/
+0
|
/
*
Revert "Merge pull request #11127 from louis-6wind/bgp-leak"
Donald Sharp
2023-01-13
1
-4
/
+2
*
Merge pull request #11127 from louis-6wind/bgp-leak
Russ White
2022-12-27
1
-2
/
+4
|
\
|
*
bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flag
Louis Scalbert
2022-12-16
1
-2
/
+4
*
|
bgpd: Zero intial OID items in array at the beginning
Donatas Abraitis
2022-12-20
1
-3
/
+17
*
|
bgpd: Return MED, not local-preference if MED attribute exists (SNMP)
Donatas Abraitis
2022-12-19
1
-1
/
+1
*
|
bgpd: Specify prefix address-family before looking into BGP table
Donatas Abraitis
2022-12-19
1
-4
/
+9
*
|
bgpd: Make sure we have peer->notify.data before returning for SNMP
Donatas Abraitis
2022-12-19
1
-3
/
+4
|
/
*
bgpd: Fix coverity FORWARD_NULL for v->namelen in SNMP code
Donatas Abraitis
2022-12-14
1
-6
/
+6
*
bgpd: Implement SNMP BGP4V2-MIB (bgp4V2NlriTable), part 2
Donatas Abraitis
2022-12-12
1
-20
/
+102
*
bgpd: Implement SNMP BGP4V2-MIB (bgp4V2NlriTable), part 1
Donatas Abraitis
2022-12-12
1
-0
/
+576
*
bgpd: Implement SNMP BGP4V2-MIB (bgp4V2PeerEventTimesTable)
Donatas Abraitis
2022-12-12
1
-0
/
+59
*
bgpd: Implement BGP4V2-MIB (bgp4V2PeerErrorsTable)
Donatas Abraitis
2022-11-24
1
-0
/
+225
*
bgpd: Implement SNMP BGP4V2-MIB (bgp4V2PeerEntry)
Donatas Abraitis
2022-11-14
1
-0
/
+455