summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_evpn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-041-32/+42
* Merge pull request #10430 from ton31337/fix/addpath_maximum-prefix-outIgor Ryzhov2022-02-011-8/+5
|\
| * bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis2022-02-011-8/+5
* | bgpd: Fixing memcmp to avoid coverity issueIqra Siddiqui2022-02-011-1/+1
|/
* bgpd: replace custom union gw_addr with struct ipaddrIgor Ryzhov2022-01-191-17/+19
* bgpd: initial batch of evpn lttng tracepointsAnuradha Karuppiah2021-10-011-0/+6
* Merge pull request #9422 from pguibert6WIND/update_autort_l3vniSri Mohana Singamsetty2021-09-281-0/+50
|\
| * bgpd: update auto route target for l3vni appropriatelyPhilippe Guibert2021-09-021-0/+50
* | bgpd: Extend EVPN next hop tracking to type-1 and type-4 routesAnuradha Karuppiah2021-09-141-4/+6
|/
* bgpd: imported evpn rt5 routes copy igpmetricPhilippe Guibert2021-08-171-0/+1
* Merge pull request #8956 from pguibert6WIND/bgp_loop_through_itselfDonatas Abraitis2021-07-211-1/+1
|\
| * bgpd: prevent routes loop through itselfPhilippe Guibert2021-07-121-1/+1
* | Merge pull request #9039 from ton31337/fix/no_need_to_check_for_null_in_cmp_f...Donald Sharp2021-07-131-5/+1
|\ \
| * | bgpd: Do not check for NULL values for vni_hash_cmp()Donatas Abraitis2021-07-131-5/+1
| |/
* / bgpd: hash compare functions never receive null valuesDonald Sharp2021-07-121-12/+0
|/
* *: Replace 4/16 integers to IPV4_MAX_BYTELEN/IPV6_MAX_BYTELENDonatas Abraitis2021-07-011-4/+5
* Merge pull request #8853 from ton31337/fix/bgp_dest_lock_unlockDonald Sharp2021-06-231-3/+9
|\
| * bgpd: Make sure we don't miss to unlock for bgp_dest before returningDonatas Abraitis2021-06-221-3/+9
* | bgpd: Add CLI for overlay index recursive resolutionAmeya Dharkar2021-06-081-14/+72
* | bgpd: EVPN route type-5 to type-2 recursive resolution using gateway IPAmeya Dharkar2021-06-081-1/+432
* | bgpd, zebra: Add svi_interface to zebra VNI and bgp EVPN structuresAmeya Dharkar2021-06-081-5/+11
* | bgpd: Import received EVPN RT-5 prefix with gateway IP in BGP VRFAmeya Dharkar2021-06-081-6/+53
* | bgpd: Parse EVPN RT-5 NLRI and store gateway IP for EVPN routeAmeya Dharkar2021-06-081-8/+36
* | bgpd: Generate and advertise gateway IP overlay index with EVPN RT-5Ameya Dharkar2021-06-081-4/+25
|/
* Merge pull request #8406 from adharkar/frr-es_rdRuss White2021-05-111-5/+24
|\
| * bgpd: Handle EAD/EVI local route updates on VNI RD changeAmeya Dharkar2021-04-281-5/+24
* | Merge pull request #8459 from taspelund/no_rmac_on_mac_onlyPatrick Ruddy2021-05-051-2/+3
|\ \
| * | bgpd: Fix IP-VRF ext-comm check for MACIP routesTrey Aspelund2021-04-201-2/+3
| |/
* | bgpd, zebra: encode ip addr len as uint16Quentin Young2021-04-281-3/+3
* | bgpd: fix bgp_get_vty return valuesIgor Ryzhov2021-04-261-2/+3
|/
* bgpd: handle local ES del or transition to LACP bypassAnuradha Karuppiah2021-03-261-15/+43
* bgpd: changes for maintaining evpn nexthops and their rmac mappingAnuradha Karuppiah2021-03-261-0/+9
* bgpd: re-eval use-l3nhg when a remote ES is [de]activated in a VRFAnuradha Karuppiah2021-03-261-68/+64
* bgpd: allow routes to be imported if the ES/ES-VRF is not presentAnuradha Karuppiah2021-03-261-10/+13
* bgpd: on ES down re-advertise the MAC-IP entry without the L3 ECOMAnuradha Karuppiah2021-03-261-22/+21
* bgpd: Update EVPN type-1 routes when VNI RT changesAmeya Dharkar2021-03-231-1/+3
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-2/+2
* bgpd: Convert remaining string output to our internal typesDonald Sharp2021-03-101-53/+24
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-141-2/+2
* bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp2021-01-181-8/+8
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-1/+1
* bgpd: fix evpn route-map vni filter at originChirag Shah2020-12-121-0/+2
* bgpd: Use L3NHGs for symmetric IRB host routesAnuradha Karuppiah2020-11-241-1/+1
* bgpd: Handle ES VTEP add/del to a host routeAnuradha Karuppiah2020-11-241-25/+94
* bgpd: skip VRF import of MAC-IP routes that belong to locally attached hostsAnuradha Karuppiah2020-11-241-0/+33
* Merge pull request #7523 from donaldsharp/route_map_object_tRuss White2020-11-171-1/+1
|\
| * *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-1/+1
* | Merge pull request #7461 from donaldsharp/attribute_setgetDonatas Abraitis2020-11-161-11/+15
|\ \
| * | bgpd: Convert attr->evpn_overlay to accessor functionsDonald Sharp2020-11-151-3/+5
| * | bgpd: Add accessor for bgp_attr.pmsi_tnl_typeDonald Sharp2020-11-151-8/+10
| |/