index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_evpn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-2
/
+4
*
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
1
-2
/
+2
*
bgpd: Ensure RMAC extended community is unique
vivek
2020-03-31
1
-12
/
+2
*
bgpd: Allow generating EVPN type-5 routes with existing extended community
vivek
2020-03-31
1
-1
/
+9
*
bgpd: Additional options for generating link bandwidth
vivek
2020-03-31
1
-0
/
+4
*
bgpd: Ability to add/update unique extended communities
vivek
2020-03-31
1
-2
/
+2
*
bgpd: Convert users of `rn->p` to use accessor function
Donald Sharp
2020-03-26
1
-51
/
+60
*
lib, bgpd: Another round of `struct const prefix` cleanup
Donald Sharp
2020-03-26
1
-7
/
+8
*
bgpd: Rework code to use `const struct prefix`
Donald Sharp
2020-03-24
1
-4
/
+4
*
bgpd: More `const struct prefix` work
Donald Sharp
2020-03-22
1
-22
/
+22
*
bgpd: Allow EVPN advertise route-map to modify attributes
vivek
2020-03-19
1
-5
/
+23
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-4
/
+6
*
bgpd: RFC compliance wrt invalid RMAC, GWIP, ESI and VNI
Kishore Aramalla
2020-02-11
1
-1
/
+15
*
bgpd: EVPN crash because of incorrect nexthop for IPv6 prefix
Ameya Dharkar
2020-02-06
1
-4
/
+5
*
bgpd: import evpn entries with nexthop self attribute
Philippe Guibert
2020-01-08
1
-0
/
+2
*
bgpd: fix unaligned access to addpath id
Santosh P K
2020-01-07
1
-1
/
+2
*
Merge pull request #4765 from opensourcerouting/defaults-v2
Donald Sharp
2019-12-06
1
-3
/
+5
|
\
|
*
bgpd: use new defaults system (v2)
David Lamparter
2019-12-06
1
-3
/
+5
*
|
bgpd: remove bgp_attr_dup
Quentin Young
2019-12-05
1
-2
/
+2
|
/
*
Merge pull request #5432 from chiragshah6/evpn_dev2
Sri Mohana Singamsetty
2019-12-03
1
-19
/
+41
|
\
|
*
bgpd: Handle possible non-selection of local route
Chirag Shah
2019-11-26
1
-19
/
+41
*
|
bgpd: adv pip update type-5 with correct rmac
Chirag Shah
2019-11-22
1
-4
/
+5
*
|
bgpd: fix self type-2 routes rmac and nexhtop
Chirag Shah
2019-11-22
1
-22
/
+22
*
|
bgpd: evpn pip convert ntoa to ntop
Chirag Shah
2019-11-22
1
-1
/
+3
*
|
bgpd: evpn pip handle svi ip route
Chirag Shah
2019-11-22
1
-4
/
+75
*
|
bgpd: evpn pip parse vrr mac
Chirag Shah
2019-11-22
1
-3
/
+35
*
|
bgpd: evpn pip data struct and cli
Chirag Shah
2019-11-22
1
-5
/
+82
|
/
*
bgpd: Implementing a hash table for connected address - ipv4/ipv6
bisdhdh
2019-11-19
1
-2
/
+3
*
Merge pull request #5334 from adharkar/frr-master-nexthop_check
Donatas Abraitis
2019-11-18
1
-0
/
+23
|
\
|
*
bgpd: Add nexthop of received EVPN RT-5 for nexthop tracking
Ameya Dharkar
2019-11-15
1
-0
/
+23
*
|
bgpd: fix memory leak in vrf inst for evpn route
Chirag Shah
2019-11-11
1
-0
/
+2
*
|
bgpd: fix memory leak in vni table for evpn routes
Chirag Shah
2019-11-11
1
-0
/
+2
|
/
*
bgpd: clarify evpn datastruct use for SA
Mark Stapp
2019-10-23
1
-3
/
+4
*
Merge pull request #4850 from lkrishnamoor/show_cli
Russ White
2019-10-19
1
-46
/
+63
|
\
|
*
bgpd: Adding new bgp evpn cli's for ip-prefix lookup
Lakshman Krishnamoorthy
2019-09-27
1
-46
/
+63
*
|
Merge pull request #5172 from donaldsharp/sa_clean_and_clean
Renato Westphal
2019-10-18
1
-2
/
+1
|
\
\
|
*
|
bgpd: `struct bgp_path_info *`->attr must not be NULL
Donald Sharp
2019-10-16
1
-2
/
+1
*
|
|
bgpd: return created bgp_path_info
Donald Sharp
2019-10-16
1
-4
/
+7
|
/
/
*
|
bgpd: Refactor bgp_path_info creation
Donald Sharp
2019-10-15
1
-36
/
+30
*
|
bgpd: Properly lock parent node for type4 routes
Donald Sharp
2019-10-15
1
-1
/
+2
|
/
*
bgpd: clear l3vni prefix-only flag upon deletion
Chirag Shah
2019-09-06
1
-0
/
+2
*
Merge pull request #4863 from chiragshah6/evpn_dev1
frr-7.3-dev
Sri Mohana Singamsetty
2019-09-06
1
-2
/
+12
|
\
|
*
bgpd: evpn convey svi_ip to zebra post vni add
Chirag Shah
2019-08-27
1
-0
/
+3
|
*
bgpd: fix evpn ecommunity auto rts
Chirag Shah
2019-08-27
1
-2
/
+9
*
|
bgpd: Ensure correct checks for EVPN route import
vivek
2019-08-19
1
-12
/
+14
|
/
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-07-22
1
-1
/
+1
*
bgpd: BGP_ERR_MULTIPLE_INSTANCE_NOT_SET is an impossible condition
Donald Sharp
2019-06-18
1
-4
/
+0
*
Revert of PR 4078 and PR 4315
Lakshman Krishnamoorthy
2019-06-04
1
-1
/
+1
*
lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP
Lakshman Krishnamoorthy
2019-05-30
1
-1
/
+1
*
bgpd: fix debug to have proper nhop display
Chirag Shah
2019-05-28
1
-1
/
+1
[next]