index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_route.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Fix memory leak in subgroup_announce_check
Xiao Liang
2022-04-02
1
-1
/
+1
*
bgpd: Add `%pBP` printfrr() extension to print `IP(hostname)` for BGP peer
Donatas Abraitis
2022-03-31
1
-22
/
+21
*
Merge pull request #10845 from opensourcerouting/feature/unify_bgp_logging
Russ White
2022-03-29
1
-5
/
+6
|
\
|
*
bgpd: Print hostname along with IP for most useful debug messages
Donatas Abraitis
2022-03-22
1
-5
/
+6
*
|
Merge pull request #10878 from ton31337/fix/bgp_crash_vrf_all_all
Donald Sharp
2022-03-28
1
-53
/
+69
|
\
\
|
*
|
bgpd: Fix crash for `show ip bgp vrf all all`
Donatas Abraitis
2022-03-25
1
-53
/
+69
|
|
/
*
/
bgpd: Fix crash for `show ip bgp vrf all all neighbors 192.168.0.1 ...`
Donatas Abraitis
2022-03-25
1
-30
/
+42
|
/
*
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
Donald Sharp
2022-03-13
1
-1
/
+6
|
\
|
*
*: Add camelCase JSON keys in addition to PascalCase
Donatas Abraitis
2022-02-03
1
-1
/
+6
*
|
bgpd: Fix continue/break change from old commit
Donald Sharp
2022-03-07
1
-4
/
+4
*
|
bgpd: fix 'show bgp detail json' output
Rafael Zalamena
2022-03-03
1
-1
/
+1
*
|
Merge pull request #10636 from ton31337/fix/use_get_set_for_communities
Russ White
2022-02-28
1
-86
/
+95
|
\
\
|
*
|
bgpd: Reuse get/set helpers for attr->community
Donatas Abraitis
2022-02-25
1
-86
/
+95
*
|
|
bgpd: change the treatment for SRv6 routes
Ryoga Saito
2022-02-25
1
-24
/
+11
*
|
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-23
/
+13
*
|
|
Merge pull request #10585 from ton31337/feature/advmap_set
Igor Ryzhov
2022-02-23
1
-6
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bgpd: Allow setting attributes over route-maps for conditional advertisements
Donatas Abraitis
2022-02-18
1
-6
/
+14
*
|
|
bgp: Add a 15 minute warning to missing policy
Donald Sharp
2022-02-15
1
-1
/
+16
|
/
/
*
|
bgpd: Use get/set helpers for attr->lcommunity
Donatas Abraitis
2022-02-10
1
-31
/
+40
*
|
Merge pull request #10550 from idryzhov/bgp-attr-undup
Donatas Abraitis
2022-02-10
1
-4
/
+4
|
\
\
|
*
|
bgpd: remove bgp_attr_undup
Igor Ryzhov
2022-02-09
1
-4
/
+4
*
|
|
bgpd: fix aspath memory leak in aggr_suppress_map_test
Igor Ryzhov
2022-02-09
1
-0
/
+1
*
|
|
bgpd: fix missing bgp_attr_flush on errors in bgp_update
Igor Ryzhov
2022-02-09
1
-3
/
+6
|
/
/
*
|
Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extra
Donald Sharp
2022-02-08
1
-30
/
+38
|
\
\
|
*
|
bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunity
Donatas Abraitis
2022-02-04
1
-30
/
+38
|
|
/
*
|
bgpd: Print route-map name for filtred outgoing prefixes
Donatas Abraitis
2022-02-07
1
-2
/
+3
*
|
bgpd: Flush temporary attributes after route-map apply
Donatas Abraitis
2022-02-07
1
-1
/
+1
*
|
bgpd: Prevent use after variable goes out of scope
Donald Sharp
2022-02-04
1
-1
/
+1
|
/
*
Merge pull request #10430 from ton31337/fix/addpath_maximum-prefix-out
Igor Ryzhov
2022-02-01
1
-5
/
+5
|
\
|
*
bgpd: Convert bgp_addpath_encode_[tr]x() to bool from int
Donatas Abraitis
2022-02-01
1
-5
/
+5
*
|
Merge pull request #10442 from ton31337/fix/reuse_bgp_path_info_extra_get
Igor Ryzhov
2022-02-01
1
-1
/
+1
|
\
\
|
*
|
bgpd: Reuse bgp_path_info_extra_get() for allocating new bgp path info
Donatas Abraitis
2022-01-28
1
-1
/
+1
|
|
/
*
/
bgpd,pimd,isisd,nhrpd: Convert to vty_json()
Donatas Abraitis
2022-01-31
1
-17
/
+5
|
/
*
Merge pull request #10159 from taspelund/retain-peer-asn
Donatas Abraitis
2022-01-28
1
-8
/
+11
|
\
|
*
bgpd: retain peer asn even with remove-private-AS
Trey Aspelund
2022-01-24
1
-8
/
+11
*
|
Merge pull request #9880 from louis-oui/maximum-prefix-out
Donatas Abraitis
2022-01-27
1
-0
/
+11
|
\
\
|
|
/
|
/
|
|
*
bgpd: apply maximum-prefix-out without clearing the neighbor
Louis Scalbert
2022-01-20
1
-0
/
+11
*
|
Merge pull request #10380 from ton31337/feature/show_graceful_restart_timer_p...
Russ White
2022-01-24
1
-0
/
+16
|
\
\
|
*
|
bgpd: Add an empty line after new variable assignment
Donatas Abraitis
2022-01-19
1
-0
/
+1
|
*
|
bgpd: Show Graceful Restart seconds remaining per prefix
Donatas Abraitis
2022-01-19
1
-0
/
+15
|
|
/
*
|
bgpd: replace custom union gw_addr with struct ipaddr
Igor Ryzhov
2022-01-19
1
-14
/
+7
*
|
bgpd: fix populating the attribute
Igor Ryzhov
2022-01-19
1
-7
/
+11
*
|
bgpd: remove wrong overlay index comparison
Igor Ryzhov
2022-01-19
1
-26
/
+0
|
/
*
bgpd: fix advertisedRoutes json key
Trey Aspelund
2022-01-14
1
-1
/
+5
*
bgpd: Show Long-lived Graceful Restart timer remaining per prefix
Donatas Abraitis
2022-01-13
1
-0
/
+13
*
bgpd: Avoid additional check for json output under show ip bgp route
Donatas Abraitis
2022-01-13
1
-5
/
+0
*
Merge pull request #10266 from opensourcerouting/bgp-aggr-rm
Donatas Abraitis
2022-01-12
1
-9
/
+8
|
\
|
*
bgpd: fix aggregate route unsuppression bug
Rafael Zalamena
2022-01-11
1
-9
/
+8
*
|
bgpd: Remove unneeded loop over all peers
Donald Sharp
2022-01-12
1
-12
/
+3
|
/
*
bgpd: VRF-Lite fix to clear stale leaked routes
Kantesh Mundaragi
2022-01-08
1
-0
/
+20
[next]