index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgpd.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #7227 from chiragshah6/yang_dev
Russ White
2020-11-05
1
-1
/
+2
|
\
|
*
bgpd: neighbor peergrp config to transactional cli
Chirag Shah
2020-10-27
1
-1
/
+2
*
|
bgpd: Remove pointer structure from `struct bgp_dest`
Donald Sharp
2020-11-04
1
-2
/
+2
|
/
*
bgpd: conditional advertisement - topotests-2
Madhuri Kuruganti
2020-10-27
1
-1
/
+1
*
bgpd: conditional advertisement - topotests
Madhuri Kuruganti
2020-10-27
1
-9
/
+1
*
bgpd: conditional advertisement - comments addressed
Madhuri Kuruganti
2020-10-27
1
-8
/
+18
*
bgpd: conditional advertisement - other match rules support
Madhuri Kuruganti
2020-10-27
1
-9
/
+8
*
bgpd: conditional advertisement
Madhuri Kuruganti
2020-10-27
1
-0
/
+41
*
bgpd: Make the process_queue per bgp process
Donald Sharp
2020-10-21
1
-3
/
+3
*
bgpd: use common api in bgp_get
Chirag Shah
2020-10-13
1
-0
/
+3
*
bgpd: convert global config to transactional cli
Chirag Shah
2020-10-03
1
-3
/
+4
*
bgpd: set/unset bgpd no-rib option at runtime
David Schweizer
2020-09-02
1
-0
/
+6
*
bgpd: Implement BGP-wide configuration for graceful shutdown
vivek
2020-09-20
1
-1
/
+6
*
bgpd: Define function to check if performing graceful shutdown
vivek
2020-09-19
1
-0
/
+5
*
Merge pull request #7031 from dslicenc/global-bgp-update-delay
Donatas Abraitis
2020-09-08
1
-0
/
+4
|
\
|
*
bgpd: add global config for update-delay
Don slice
2020-09-08
1
-0
/
+4
*
|
bgpd: Add `neighbor <neigh> shutdown rtt` command
Donatas Abraitis
2020-09-07
1
-0
/
+4
|
/
*
Merge pull request #7046 from qlyoung/fix-various-integer-issues
Renato Westphal
2020-09-05
1
-151
/
+151
|
\
|
*
bgpd: make flag values explicitly unsigned
Quentin Young
2020-09-02
1
-151
/
+151
*
|
bgpd: Add support for SR-TE Policies in route-maps
Sebastien Merle
2020-08-31
1
-0
/
+1
*
|
bgpd: convert NHT code to use rb-trees instead of routing tables
Renato Westphal
2020-08-31
1
-4
/
+5
|
/
*
Merge pull request #5799 from pguibert6WIND/flowspec_ipv6
Donald Sharp
2020-08-26
1
-0
/
+1
|
\
|
*
bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6
Philippe Guibert
2020-08-21
1
-0
/
+1
*
|
bgpd: minor fix and code style compliance
David Schweizer
2020-08-20
1
-2
/
+2
*
|
bgpd: enhancement of bgp administrative shutdown
David Schweizer
2020-08-17
1
-1
/
+1
*
|
bgpd: bgp instance administrative shutdown.
David Schweizer
2020-08-14
1
-1
/
+2
*
|
bgpd: bgp instance administrative shutdown.
David Schweizer
2020-08-13
1
-0
/
+6
|
/
*
Merge pull request #6801 from ton31337/feature/force_maximum-prefix_for_filte...
Russ White
2020-08-11
1
-2
/
+3
|
\
|
*
bgpd: Add a knob to force maximum-prefix even for filtered routes
Donatas Abraitis
2020-07-26
1
-2
/
+3
*
|
bgpd: support for Ethernet Segments and Type-1/EAD routes
Anuradha Karuppiah
2020-08-05
1
-3
/
+3
*
|
bgpd: Remove peer_afc_set()
Donatas Abraitis
2020-07-27
1
-1
/
+0
|
/
*
Revert "Rpki Encapsulation"
Quentin Young
2020-07-14
1
-5
/
+0
*
Merge pull request #5015 from pguibert6WIND/rpki_vrf_encapsulation
Quentin Young
2020-07-14
1
-0
/
+5
|
\
|
*
bgpd: add hook for running-config per vrf rpki config
Philippe Guibert
2020-07-02
1
-0
/
+3
|
*
bgpd: add a hook to inform a vrf is enabled/disabled
Philippe Guibert
2020-07-02
1
-0
/
+2
*
|
bgpd: Show the real next-hop address in addition to hostname in `show bgp`
Donatas Abraitis
2020-07-13
1
-0
/
+1
|
/
*
bgpd: Use true/false for reject_as_sets
Donatas Abraitis
2020-04-20
1
-2
/
+0
*
bgpd: Enable rfc8212 by default except datacenter profile
Donatas Abraitis
2020-04-14
1
-5
/
+1
*
bgpd: Implement options for link bandwidth handling
vivek
2020-03-31
1
-0
/
+17
*
bgpd: Additional options for generating link bandwidth
vivek
2020-03-31
1
-0
/
+8
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-17
/
+17
*
bgpd: Convert status defines to enum
Donald Sharp
2020-03-20
1
-13
/
+15
*
bgpd: Convert #define of bgp fsm events to an enum
Donald Sharp
2020-03-20
1
-20
/
+21
*
bgpd: Add subcodes for BGP Finite State Machine Error
Donatas Abraitis
2020-03-16
1
-0
/
+6
*
Merge pull request #5952 from ton31337/fix/no_need_for_if_in_filter_override
Sri Mohana Singamsetty
2020-03-11
1
-3
/
+1
|
\
|
*
bgpd: Do not check for a maximum for peer->filter_override
Donatas Abraitis
2020-03-10
1
-3
/
+1
*
|
treewide: fix some issues found with -Werror=undef
Ruben Kerkhof
2020-03-10
1
-2
/
+2
|
/
*
Merge pull request #5802 from ton31337/feature/aggregate-address_origin_override
Donald Sharp
2020-02-19
1
-0
/
+1
|
\
|
*
bgpd: Allow overriding ORIGIN for aggregate-address
Donatas Abraitis
2020-02-13
1
-0
/
+1
*
|
Merge pull request #5801 from donaldsharp/bgp_peer_sort
Sri Mohana Singamsetty
2020-02-18
1
-0
/
+2
|
\
\
[next]