index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_nexthop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Cleanup compile error?
Donald Sharp
2020-02-06
1
-1
/
+1
*
bgpd: Fix up some poor formatting
Donald Sharp
2020-02-06
1
-11
/
+8
*
bgpd: Store data in final temp variable
Donald Sharp
2020-02-06
1
-13
/
+11
*
bgpd: bgp_nexthop_self optimize afi and new_afi handling
Donald Sharp
2020-02-06
1
-8
/
+6
*
bgpd: Remove prefix pointer creation
Donald Sharp
2020-02-06
1
-21
/
+18
*
bgpd: show martian nexthops improve code flow
Donald Sharp
2020-02-06
1
-11
/
+4
*
bgpd: Implementing a hash table for connected address - ipv4/ipv6
bisdhdh
2019-11-19
1
-23
/
+113
*
bgpd: Display peer info in NHT output
vivek
2019-08-19
1
-2
/
+11
*
Merge pull request #4219 from bisdhdh/biswajitfrr_5
Russ White
2019-05-16
1
-0
/
+71
|
\
|
*
bgpd: Prevent the ebgp ipv6 sender from changing of nexthop in a special case.
Biswajit Sadhu
2019-04-27
1
-0
/
+71
*
|
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
*
|
Revert "bgpd: Prevent IPv6 routes received via a ibgp session with own ip as ...
Donald Sharp
2019-05-02
1
-133
/
+0
*
|
bgpd: Prevent IPv6 routes received via a ibgp session with own ip as nexthop
Biswajit Sadhu
2019-04-24
1
-0
/
+133
|
/
*
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-3
/
+3
*
bgpd: add show bgp import-check-table
Philippe Guibert
2018-12-17
1
-9
/
+39
*
bgpd: Cleanup bgp_connected_set|get function names
Donald Sharp
2018-11-16
1
-8
/
+8
*
bgpd: Cleanup bgp_nexthop_set|get function names
Donald Sharp
2018-11-16
1
-3
/
+3
*
bgpd: Cleanup weird includes of zebra headers
Donald Sharp
2018-11-16
1
-2
/
+0
*
Merge pull request #3205 from donaldsharp/default
Rafael Zalamena
2018-11-07
1
-1
/
+1
|
\
|
*
bgpd: make name of default vrf/bgp instance consistent
Don Slice
2018-10-31
1
-1
/
+1
*
|
bgpd: Allow registration of nexthops after zebra connection
Donald Sharp
2018-10-31
1
-1
/
+4
|
/
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-2
/
+2
*
bgpd: Cleanup bnch_nexthop_cache_reset to fit cleaner
Donald Sharp
2018-10-17
1
-9
/
+9
*
bgpd: Fix crash when using v4 route w/ v6 nexthop
Donald Sharp
2018-10-17
1
-0
/
+7
*
bgpd: Cleanup memory leak with the martian address intf string
Donald Sharp
2018-10-10
1
-1
/
+3
*
bgpd: Use a more appropriate memory type for a string
Donald Sharp
2018-10-10
1
-2
/
+4
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-2
/
+2
*
Merge pull request #3069 from donaldsharp/bgp_nexthop_address
Russ White
2018-09-24
1
-11
/
+71
|
\
|
*
bgpd: Replace refcount with list of ifp names
Donald Sharp
2018-09-21
1
-14
/
+52
|
*
bgpd: Make `struct bgp_addr` a private data structure
Donald Sharp
2018-09-21
1
-0
/
+22
*
|
bgpd: Abstract bgp_nexthop_cache retrieving/setting from info pointer
Donald Sharp
2018-09-22
1
-31
/
+33
*
|
bgpd: Abstract bgp_connected_ref retrieving/setting from info pointer
Donald Sharp
2018-09-22
1
-12
/
+14
|
/
*
bgpd: Cleanup of bgp daemon code
Pascal Mathis
2018-07-07
1
-2
/
+0
*
bgpd isisd ldpd lib ospfd pimd: redundancy (infer)
paco
2018-06-20
1
-2
/
+2
*
bgpd: Cleanup leaked memory on shutdown
Donald Sharp
2018-05-31
1
-0
/
+18
*
bgpd: Cleanup some duplicated code
Donald Sharp
2018-05-30
1
-26
/
+13
*
bgpd: nexthop tracking with labels for vrf-vpn leaking
G. Paul Ziemba
2018-04-04
1
-3
/
+4
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-29
/
+21
*
bgpd: Reduce multiaccess_check_v4 overhead for subgroups
Donald Sharp
2017-09-27
1
-0
/
+42
*
Merge pull request #1157 from donaldsharp/recursive_blackhole
Jafar Al-Gharaibeh
2017-09-21
1
-65
/
+55
|
\
|
*
bgpd: Fix bgp display of blackhole nexthops
Donald Sharp
2017-09-12
1
-65
/
+55
*
|
bgpd: fix show ip bgp vrf <vrf> nexthop
Don Slice
2017-09-12
1
-1
/
+5
|
/
*
bgpd: Add various hash optimizations
Donald Sharp
2017-09-05
1
-3
/
+5
*
*: fix style
Quentin Young
2017-08-30
1
-2
/
+2
*
fix coding style
Mitesh Kanjariya
2017-08-19
1
-9
/
+9
*
bgpd: Ignore EVPN routes from CLAG peer when VNI comes up
Mitesh Kanjariya
2017-08-17
1
-5
/
+86
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-373
/
+372
*
Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr
Donald Sharp
2017-07-14
1
-14
/
+13
|
\
|
*
*: remove VTYNL, part 3 of 6
David Lamparter
2017-07-14
1
-2
/
+1
|
*
*: remove VTYNL, part 1 of 6
David Lamparter
2017-07-14
1
-1
/
+1
[next]