index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_updgrp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Add BGP Extended message support
Donatas Abraitis
2021-03-04
1
-6
/
+10
*
bgpd: Remove #if 0 code
Donald Sharp
2021-01-28
1
-3
/
+0
*
bgpd: Do not send BGP UPDATE if the route actually not changed
Donatas Abraitis
2020-12-11
1
-0
/
+5
*
bgpd: conditional advertisement
Madhuri Kuruganti
2020-10-27
1
-0
/
+28
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-4
/
+2
*
*: Use proper semantics for turning off thread
Donald Sharp
2020-10-12
1
-6
/
+3
*
bgpd: Create separate udpate-group when using `maximum-prefix-out` command
Donatas Abraitis
2020-09-15
1
-1
/
+3
*
*: remove PRI[udx](8|16|32)
David Lamparter
2020-07-14
1
-16
/
+7
*
*: 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
-2
/
+2
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-31
/
+31
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-3
/
+0
*
bgpd: Add an option to limit outgoing prefixes
Donatas Abraitis
2020-01-17
1
-0
/
+1
*
bgpd: Add missing whitespace in update_subgroup_remove_peer_internal()
Donatas Abraitis
2019-11-15
1
-1
/
+1
*
bgpd: When displaying update group information include coalesce time
Donald Sharp
2019-09-23
1
-0
/
+3
*
bgpd: Do not display 'X' as part of outgoing route-map name
Donald Sharp
2019-09-23
1
-2
/
+1
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
1
-6
/
+6
*
bgpd: Process core when prefix list is applied
Soman K S
2019-06-13
1
-2
/
+9
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-1
/
+1
*
bgpd: replace ADV_FIFO with DECLARE_LIST
David Lamparter
2019-04-27
1
-3
/
+3
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-23
/
+11
*
*: return bool from boolean functions
Quentin Young
2019-02-26
1
-1
/
+1
*
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-2
/
+2
*
bgpd: Re-use TX Addpath IDs where possible
Mitch Skiba
2018-11-10
1
-19
/
+5
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-19
/
+19
*
Merge pull request #3032 from donaldsharp/bgp_info
Lou Berger
2018-10-11
1
-2
/
+2
|
\
|
*
bgpd: Rename various variable names to something more appropriate
Donald Sharp
2018-10-09
1
-2
/
+2
|
*
bgpd: Convert `struct bgp_info` to `struct bgp_path_info`
Donald Sharp
2018-10-09
1
-1
/
+1
|
*
bgpd: Convert BGP_INFO_XXX to BGP_PATH_XXX
Donald Sharp
2018-10-09
1
-1
/
+1
*
|
bgpd: Incorrect sent prefix count for a split subgroup
Ameya Dharkar
2018-10-10
1
-0
/
+2
|
/
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-2
/
+2
*
bgpd: BGP_[WARN|ERR] -> EC_BGP
Quentin Young
2018-09-13
1
-1
/
+1
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-1
/
+1
*
bgpd: implement zlog_ferr facility for enhance error messages in bgp
Don Slice
2018-08-14
1
-2
/
+4
*
Merge pull request #2483 from pacovn/clang_scan_bgpd_updgrp_deref
Russ White
2018-06-19
1
-1
/
+1
|
\
|
*
bgpd: null check (Clang scan-build)
paco
2018-06-18
1
-1
/
+1
*
|
bgpd: null check (Coverity 1399274)
paco
2018-06-15
1
-1
/
+1
|
/
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-10
/
+9
*
bgpd, tests: comment formatting
Quentin Young
2017-11-30
1
-4
/
+5
*
bgpd: re-add update-group write triggers
Quentin Young
2017-11-30
1
-0
/
+16
*
bgpd: move packet writes into dedicated pthread
Quentin Young
2017-11-30
1
-17
/
+0
*
*: use clang's 'ForEachMacros' format style option
Renato Westphal
2017-09-15
1
-33
/
+19
*
bgpd: kill bgp_attr_refcount()
David Lamparter
2017-09-07
1
-1
/
+1
*
bgpd: Add various hash optimizations
Donald Sharp
2017-09-05
1
-3
/
+7
*
Revert "*: reindent pt. 2"
David Lamparter
2017-07-22
1
-2
/
+2
*
*: reindent pt. 2
whitespace / reindent
2017-07-17
1
-2
/
+2
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1389
/
+1355
*
*: remove VTYNL, part 1 of 6
David Lamparter
2017-07-14
1
-1
/
+1
*
*: ditch vty_outln(), part 2 of 2
David Lamparter
2017-07-14
1
-6
/
+6
[next]