index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
rfapi
/
rfapi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12248 from pguibert6WIND/bgpasdot
Russ White
2023-02-21
1
-3
/
+3
|
\
|
*
bgpd: support for as notation format for route distinguisher
Philippe Guibert
2023-02-10
1
-3
/
+3
*
|
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
|
/
*
bgpd: inet_ntop() adjustments
Donatas Abraitis
2022-11-29
1
-3
/
+5
*
bgpd: rfapi doc strings are messed up for one command
Donald Sharp
2022-11-03
1
-3
/
+6
*
bgpd: Use %pRD for prefix_rd2str()
Donatas Abraitis
2022-09-22
1
-15
/
+6
*
bgpd: Replace rfapi_time() with monotime()
Donald Sharp
2022-08-24
1
-3
/
+2
*
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-08-24
1
-3
/
+3
*
Merge pull request #11582 from liwg06/master
Russ White
2022-07-26
1
-2
/
+2
|
\
|
*
bgpd: Fixup some MAC address token cli syntax
Weiguo Li
2022-07-19
1
-2
/
+2
*
|
*: frr_with_mutex change to follow our standard
Donald Sharp
2022-07-20
1
-1
/
+1
*
|
bgpd: rfapi code does not need to assert on memory allocations
Donald Sharp
2022-07-19
1
-4
/
+1
|
/
*
bgpd: Initialize attr->local_pref to the configured default value
Donatas Abraitis
2022-06-06
1
-1
/
+1
*
bgpd: Reuse bgp_attr_set_ecommunity() for setting attribute flags
Donatas Abraitis
2022-04-12
1
-3
/
+1
*
bgpd: Fix spelliing of serach
Donald Sharp
2022-04-02
1
-2
/
+2
*
bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunity
Donatas Abraitis
2022-02-04
1
-10
/
+13
*
*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
1
-2
/
+2
*
*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlen
Donatas Abraitis
2021-07-01
1
-2
/
+2
*
bgpd: Remove double test against rfapi which is already checked
Donatas Abraitis
2021-06-17
1
-1
/
+1
*
bgpd: Remove #if 0 code
Donald Sharp
2021-01-28
1
-17
/
+0
*
bgpd: Convert attr->vnc_subtlvs to use accessor functions
Donald Sharp
2020-11-15
1
-13
/
+13
*
bgpd: Fix rfapi indentation issues with a for loop
Donald Sharp
2020-11-07
1
-14
/
+10
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-29
/
+17
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
1
-52
/
+56
*
bgpd, isis, tools: style fixen
Quentin Young
2020-04-21
1
-2
/
+1
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-1
/
+2
*
bgpd: Ability to add/update unique extended communities
vivek
2020-03-31
1
-3
/
+5
*
bgpd: Rework code to use `const struct prefix`
Donald Sharp
2020-03-24
1
-2
/
+2
*
treewide: fix some issues found with -Werror=undef
Ruben Kerkhof
2020-03-10
1
-1
/
+1
*
*: remove null check before XFREE
Quentin Young
2020-02-04
1
-3
/
+1
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
*
bgpd: Remove dead code in rfapi
Donald Sharp
2019-10-26
1
-6
/
+2
*
bgpd: `struct bgp_path_info *`->attr must not be NULL
Donald Sharp
2019-10-16
1
-6
/
+4
*
bgpd: Use defined constants for NHLEN instead of numeric values
Donatas Abraitis
2019-09-13
1
-2
/
+2
*
lib: add frr_with_mutex() block-wrapper
David Lamparter
2019-09-03
1
-3
/
+1
*
bgpd/rfapi: fix clang-SA warning
David Lamparter
2019-06-13
1
-1
/
+1
*
bgpd: Remove extra alloc function bgp_path_info_new
Donald Sharp
2019-04-07
1
-7
/
+1
*
bgpd: Abstract bgp_table retrieving/setting from info pointer
Donald Sharp
2018-11-16
1
-20
/
+18
*
bgpd: Abstract bgp_info retrieving/setting from info pointer
Donald Sharp
2018-11-16
1
-8
/
+12
*
bgpd: Cleanup warnings issued by CI system from these changes
Donald Sharp
2018-10-09
1
-2
/
+1
*
bgpd: Rename various variable names to something more appropriate
Donald Sharp
2018-10-09
1
-52
/
+52
*
bgpd: Convert all bgp_info_XXX functions to bgp_path_XXX functions
Donald Sharp
2018-10-09
1
-6
/
+6
*
bgpd: Convert `struct bgp_info` to `struct bgp_path_info`
Donald Sharp
2018-10-09
1
-4
/
+4
*
bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXX
Donald Sharp
2018-10-09
1
-4
/
+4
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-1
/
+1
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-2
/
+2
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-2
/
+2
*
bgpd isisd ospf6d ospfd: variable shadowing fixes
F. Aragon
2018-09-12
1
-2
/
+0
*
*: fix config.h/zebra.h include order
David Lamparter
2018-09-08
1
-3
/
+0
[next]