index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgpd.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-23
doc: fix some commands for isis
anlan_cs
1
-3
/
+3
2024-03-22
mgmtd: fix a couple of log messages
Igor Ryzhov
1
-2
/
+2
2024-03-21
ospfd: Assure OSPF AS External routes are installed after link flap
Acee
2
-19
/
+34
2024-03-21
grpc: fix grpc for various failures
Christian Hopps
4
-9
/
+17
2024-03-21
*: Add missing SPDX-License-Identifier for some .c/.h files
Donatas Abraitis
14
-0
/
+26
2024-03-21
eigrpd: Drop unused files
Donatas Abraitis
2
-0
/
+0
2024-03-21
zebra: changes for code maintainability
sri-mohan1
1
-14
/
+14
2024-03-20
bgpd: Drop periodic merge check functions
Donatas Abraitis
2
-21
/
+0
2024-03-20
tools: add comment about checking frrbot
Christian Hopps
1
-0
/
+1
2024-03-18
bgpd: do not del peer upon pg remote as change
Chirag Shah
1
-12
/
+17
2024-03-18
ospfd: Send LS Updates in response to LS Request as unicast.
Acee Lindem
1
-12
/
+3
2024-03-17
lib: remove nb/yang memory cleanup when daemonizing
Igor Ryzhov
1
-2
/
+0
2024-03-17
tests: required formatting change
Christian Hopps
1
-4
/
+4
2024-03-17
tests: enable code coverage reporting with topotests
Christian Hopps
4
-31
/
+144
2024-03-15
lib: Prevent crash then another crash from happening
Donald Sharp
1
-1
/
+11
2024-03-15
bgpd: Update default-originate route-map actual map structure
Donatas Abraitis
1
-0
/
+7
2024-03-15
zebra: fix route deletion during zebra shutdown
Alexander Skorichenko
3
-21
/
+40
2024-03-15
tests: bgp_sender_as_path_loop_detection add peer-group test
Francois Dumontet
1
-0
/
+77
2024-03-15
zebra: changes for code maintainability
sri-mohan1
2
-6
/
+6
2024-03-14
bgpd: make as-path-loop-detection conform to the framework
Francois Dumontet
5
-27
/
+13
2024-03-14
bgpd: Add some missing data to `show bgp attribute-info`
Donald Sharp
5
-6
/
+16
2024-03-14
bgpd: When using dev build add pointer information to %pBD
Donald Sharp
2
-1
/
+6
2024-03-14
bgpd: Avoid padding for bgp_paths_limit_capability struct
Donatas Abraitis
2
-4
/
+5
2024-03-14
bgpd: Ensure community data is freed in some cases.
Donald Sharp
4
-31
/
+39
2024-03-14
bgpd: Include unsuppress-map as a valid outgoing policy
Donald Sharp
1
-4
/
+4
2024-03-14
bgpd: Ensure that the correct aspath is free'd
Donald Sharp
1
-1
/
+3
2024-03-13
tests: Check if Paths-Limit capability is working dynamically
Donatas Abraitis
3
-32
/
+130
2024-03-13
bgpd: Set Paths Limit to 0 instead of unsetting the capability
Donatas Abraitis
1
-1
/
+1
2024-03-13
bgpd: Show Addpath capability TX/RX flags unconditionally
Donatas Abraitis
1
-54
/
+44
2024-03-13
bgpd: Check the route and the nexthop appropriately when validating NH
Donatas Abraitis
1
-5
/
+9
2024-03-13
zebra: Add ability to pretend routes are offloaded
Donald Sharp
1
-10
/
+32
2024-03-13
zebra: fpm_listener start adding data about nexthops
Donald Sharp
1
-2
/
+17
2024-03-13
zebra: Add some additional known protocols for fpm_listener
Donald Sharp
1
-0
/
+34
2024-03-13
eigrpd, mgmtd, ospf6d: frr_fini is last
Donald Sharp
3
-3
/
+7
2024-03-13
zebra: fix compilation warnings
Igor Ryzhov
1
-2
/
+2
2024-03-13
zebra: Cleanup leaked memory on shutdown from GR code
Donald Sharp
3
-1
/
+16
2024-03-12
zebra: changes for code maintainability
sri-mohan1
2
-21
/
+18
2024-03-11
lib: Remove MTYPE_SYSREPO it is not used
Donald Sharp
1
-2
/
+0
2024-03-11
lib: Remove unused MTYPE_MSG_NATIVE_MSG
Donald Sharp
1
-1
/
+0
2024-03-11
lib: Remove unused mtypes from affinitymap.c
Donald Sharp
1
-2
/
+0
2024-03-11
zebra: Clean up leaked linklist data structure on shutdown
Donald Sharp
1
-0
/
+1
2024-03-11
lib: Remove unused memory types
Donald Sharp
1
-5
/
+0
2024-03-10
lib: fix initialization of northbound nodes
Igor Ryzhov
1
-0
/
+10
2024-03-10
tests: Check if capabilities can be disabled via dynamic capabilities
Donatas Abraitis
6
-4
/
+315
2024-03-10
bgpd: Allow dynamically disable graceful-restart/long-lived graceful-restart
Donatas Abraitis
2
-7
/
+11
2024-03-10
doc: update re. ISO C23 printf changes
David Lamparter
1
-3
/
+11
2024-03-10
lib/printf: update README
David Lamparter
1
-0
/
+1
2024-03-10
tests: exercise `%w`/`%wf` printfrr modifiers
David Lamparter
1
-0
/
+12
2024-03-10
lib/printf: Implement N2680.
Dag-Erling Smørgrav
2
-0
/
+45
2024-03-10
ldpd: use zlog recirculation for subprocesses
David Lamparter
7
-182
/
+72
[next]