index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_debug.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: add debug option for BFD
Rafael Zalamena
2021-03-23
1
-0
/
+41
*
Merge pull request #7247 from ton31337/feature/enhanced_route_refresh_capability
Russ White
2021-01-12
1
-7
/
+5
|
\
|
*
bgpd: Implement enhanced route refresh capability
Donatas Abraitis
2021-01-05
1
-7
/
+5
*
|
bgpd: Print large-community inside bgp_dump_attr()
Donatas Abraitis
2021-01-09
1
-0
/
+6
|
/
*
bgpd: Abstract attr->cluster to accessor/set functions
Donald Sharp
2020-11-15
1
-2
/
+5
*
bgpd: Add accessor for bgp_attr.pmsi_tnl_type
Donald Sharp
2020-11-15
1
-1
/
+1
*
bgpd: Correct CLI description for `debug bgp keepalives`
Donatas Abraitis
2020-11-07
1
-2
/
+2
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-28
/
+14
*
Merge pull request #7323 from ton31337/fix/inet_ntoa_to_pFX_master
Donald Sharp
2020-10-20
1
-12
/
+13
|
\
|
*
bgpd: Convert inet_ntoa to %pI4/inet_ntop
Donatas Abraitis
2020-10-18
1
-12
/
+13
*
|
bgpd: numerical evpn type support to debug commands
Stephen Worley
2020-10-13
1
-12
/
+11
*
|
bgpd: make debug evpn help use string constants
Stephen Worley
2020-10-13
1
-8
/
+8
|
/
*
bgpd: flowspec code support for ipv6
Philippe Guibert
2020-08-21
1
-1
/
+2
*
bgpd: debug flags for MH
Anuradha Karuppiah
2020-08-05
1
-0
/
+72
*
bgpd: Add missing newline to a log message
Russell Bryant
2020-07-24
1
-1
/
+1
*
Revert "Rpki Encapsulation"
Quentin Young
2020-07-14
1
-8
/
+1
*
bgpd: add hooks for displaying debug information of a plugin
Philippe Guibert
2020-07-02
1
-1
/
+8
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
1
-2
/
+2
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-18
/
+25
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+3
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-1
/
+5
*
bgpd: Convert users of `rn->p` to use accessor function
Donald Sharp
2020-03-26
1
-1
/
+1
*
lib, bgpd: Another round of `struct const prefix` cleanup
Donald Sharp
2020-03-26
1
-1
/
+1
*
bgpd: Make bgp_debug_bestpath take a `struct bgp_node`
Donald Sharp
2020-03-24
1
-4
/
+4
*
bgpd: Add some `const struct prefix` for a couple more functions
Donald Sharp
2020-03-23
1
-3
/
+3
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-34
/
+32
*
bgpd: Add subcodes for BGP Finite State Machine Error
Donatas Abraitis
2020-03-16
1
-1
/
+12
*
*: Remove tests for some XFREE-family functions
Donatas Abraitis
2020-03-11
1
-7
/
+2
*
bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macros
Donatas Abraitis
2020-02-06
1
-1
/
+1
*
bgpd, lib: fix style from BGP GR code
Quentin Young
2020-02-04
1
-3
/
+2
*
bgpd: Adding BGP GR Global & Per Neighbour FSM changes
bisdhdh
2020-01-23
1
-1
/
+54
*
*: generously apply const
David Lamparter
2019-12-02
1
-3
/
+3
*
*: Convert prefix_free to double pointer
Donald Sharp
2019-11-02
1
-7
/
+7
*
bgpd: Remove unused bgp_debug_count function
Donald Sharp
2019-02-10
1
-61
/
+0
*
bgpd: fix valgrind flagged errors
Nitin Soni
2019-01-29
1
-0
/
+2
*
lib: change M:A:C to X:X:X:X:X:X
Quentin Young
2018-10-24
1
-2
/
+2
*
bgpd: return value check (Coverity 1472310)
F. Aragon
2018-08-13
1
-1
/
+1
*
bgpd: clean up evpn prefix debugging commands
Quentin Young
2018-08-07
1
-85
/
+61
*
bgpd: fix UPDATE debugging for prefixes
Quentin Young
2018-08-07
1
-47
/
+35
*
bgpd: rsc leak (Coverity 1472226 1472228 1472239)
F. Aragon
2018-08-03
1
-5
/
+11
*
bgpd: Add evpn prefix to debug bgp updates prefix
Chirag Shah
2018-07-24
1
-30
/
+307
*
bgpd: enhance debug bgp pbr error vty command
Philippe Guibert
2018-05-25
1
-4
/
+37
*
bgpd: add [no] debug bgp pbr vty command
Philippe Guibert
2018-04-30
1
-0
/
+53
*
bgpd: dynamic mpls label pool
G. Paul Ziemba
2018-04-12
1
-0
/
+54
*
bgpd: support for json in show bgp ipv4 flowspec commands
Philippe Guibert
2018-03-30
1
-1
/
+1
*
bgpd: introduce [no] debug bgp flowspec
Philippe Guibert
2018-03-30
1
-1
/
+23
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-5
/
+5
*
Merge branch 'master' into working/master/bgp-vpn-vrf-leaking
paulzlabn
2018-03-14
1
-1
/
+4
|
\
[next]