index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_aspath.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-3
/
+1
*
bgpd: Free previously dup'ed aspath attribute for aggregate routes
Donatas Abraitis
2023-03-15
1
-3
/
+7
*
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
1
-39
/
+42
|
\
|
*
bgpd: aspath list format binds on as-notation format
Philippe Guibert
2023-02-10
1
-20
/
+34
|
*
lib, bgp: add initial support for asdot format
Philippe Guibert
2023-02-10
1
-19
/
+8
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
|
/
*
bgpd: fix format string mess in AS-path printing
David Lamparter
2023-01-27
1
-7
/
+3
*
bgp: fix case where confederation id same as member-as
Francois Dumontet
2022-11-25
1
-0
/
+27
*
bgpd: Do not check if the whole as-path has target ASN when using as-override
Donatas Abraitis
2022-07-29
1
-22
/
+0
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-3
/
+0
*
bgpd: Add `set as-path replace <any|ASN>` cmd for route-maps
Donatas Abraitis
2022-04-25
1
-0
/
+22
*
*: Fix spelling of seperator
Donald Sharp
2022-04-19
1
-9
/
+9
*
bgpd: Check for NULL inside aspath_unintern()
Donatas Abraitis
2022-02-09
1
-1
/
+6
*
bgpd: retain peer asn even with remove-private-AS
Trey Aspelund
2022-01-24
1
-7
/
+14
*
*: use compiler.h MIN/MAX macros instead of everyone having one
Donald Sharp
2021-11-11
1
-3
/
+1
*
bgpd: Avoid more assignments within checks (round 2)
Donatas Abraitis
2021-06-29
1
-1
/
+2
*
bgpd: Do not check against aspath `seg` which is already checked before
Donatas Abraitis
2021-06-17
1
-66
/
+59
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
Merge pull request #5954 from ton31337/feature/rfc7607
Russ White
2020-03-17
1
-0
/
+16
|
\
|
*
bgpd: Proscribe the use of AS 0 (zero)
Donatas Abraitis
2020-03-17
1
-0
/
+16
*
|
Merge pull request #5979 from ton31337/fix/convert_to_bool_some_functions
Sri Mohana Singamsetty
2020-03-12
1
-29
/
+29
|
\
\
|
*
|
bgpd: Convert type int functions to bool which return 0/1 only
Donatas Abraitis
2020-03-11
1
-29
/
+29
|
|
/
*
/
*: Remove tests for some XFREE-family functions
Donatas Abraitis
2020-03-11
1
-2
/
+1
|
/
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-3
/
+3
*
*: change hash_backet to hash_bucket
Donald Sharp
2020-02-28
1
-1
/
+1
*
bgpd: Cleanup set but unused variables
Donald Sharp
2020-02-27
1
-1
/
+1
*
Merge pull request #5305 from ton31337/feature/draft-ietf-idr-deprecate-as-se...
Donald Sharp
2019-12-04
1
-0
/
+13
|
\
|
*
bgpd: Reject routes having AS_SET or AS_CONFED_SET
Donatas Abraitis
2019-11-14
1
-0
/
+13
*
|
*: generously apply const
David Lamparter
2019-12-02
1
-2
/
+4
|
/
*
bgpd: AS paths are uint32_t instead of integers
Donald Sharp
2019-10-09
1
-1
/
+1
*
bgpd : route agg. with aspath attribute is consuming lot of cycles.
vdhingra
2019-09-24
1
-21
/
+62
*
*: Fix spelling errors pointed out by debian packaging
Donald Sharp
2019-08-19
1
-1
/
+1
*
*: fix ctype (isalpha & co.) casts
David Lamparter
2019-08-06
1
-3
/
+3
*
bgpd: stop removing and replacing private asn if it matches the peer
Don Slice
2019-07-29
1
-13
/
+10
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-3
/
+3
*
Merge pull request #3869 from qlyoung/cocci-fixes
David Lamparter
2019-03-06
1
-4
/
+2
|
\
|
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-4
/
+2
*
|
Merge pull request #3743 from NaveenThanikachalam/2990_New
Donald Sharp
2019-03-01
1
-2
/
+114
|
\
\
|
|
/
|
/
|
|
*
bgpd: Code to handle BGP aggregate's as-path.
Naveen Thanikachalam
2019-03-01
1
-2
/
+114
*
|
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-4
/
+4
|
/
*
bgpd: fix as-path prepend heap uaf
Quentin Young
2019-01-29
1
-22
/
+33
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-13
/
+13
*
Merge pull request #2992 from opensourcerouting/large_as_path_fix
Donald Sharp
2018-09-24
1
-1
/
+1
|
\
|
*
bgpd: Fix for large AS paths which are split into segments
Martin Winter
2018-09-07
1
-1
/
+1
*
|
bgpd: BGP_[WARN|ERR] -> EC_BGP
Quentin Young
2018-09-13
1
-1
/
+1
*
|
*: style for flog_warn conversions
Quentin Young
2018-09-06
1
-3
/
+4
*
|
bgpd: Convert zlog_warn to flog_warn for bgp_aspath.c and bgp_attr.c
Donald Sharp
2018-09-06
1
-3
/
+4
|
/
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-10
/
+5
*
bgpd: null check (Coverity 23106)
paco
2018-06-21
1
-1
/
+1
[next]