summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4631 from chiragshah6/evpn_dev1Sri Mohana Singamsetty2019-07-081-3/+16
|\
| * zebra: evpn entries are not cleaned upon frr stopChirag Shah2019-07-021-3/+16
* | Merge pull request #4641 from qlyoung/remove-zebra-bs-irdpMark Stapp2019-07-033-15/+6
|\ \
| * | zebra: remove bs irdp error codeQuentin Young2019-07-033-15/+6
* | | Merge pull request #4550 from manuhalo/fix_bgp_label_cbDonald Sharp2019-07-031-4/+9
|\ \ \
| * | | zebra: fix label manager EAGAIN errorEmanuele Di Pascale2019-06-241-4/+9
* | | | lib: Add a couple functions to nexthop_group.c (#4323)David Lamparter2019-07-032-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | lib: Private api for nexthop_group manipulationStephen Worley2019-06-262-3/+5
* | | | Merge pull request #4622 from donaldsharp/import_table_fixSri Mohana Singamsetty2019-07-025-77/+118
|\ \ \ \
| * | | | zebra: When installing route use a good protoDonald Sharp2019-06-251-0/+3
| * | | | zebra: import table entries are not showing up in the right tableDonald Sharp2019-06-251-3/+3
| * | | | zebra: Push VRF_DEFAULT outside of import table codeDonald Sharp2019-06-254-73/+108
| * | | | zebra: Use correct parameter order for table lookup up.Donald Sharp2019-06-251-2/+2
| * | | | zebra: Improve debugging when we can't find a route to deleteDonald Sharp2019-06-251-3/+6
| | |_|/ | |/| |
* | | | Merge pull request #4624 from qlyoung/use-standard-boolsDavid Lamparter2019-07-027-26/+23
|\ \ \ \ | |/ / / |/| | |
| * | | *: s/TRUE/true/, s/FALSE/false/Quentin Young2019-07-017-26/+23
| |/ /
* | | Nexthop Tracking and Static route fix (#4602)David Lamparter2019-06-261-4/+2
|\ \ \ | |/ / |/| |
| * | zebra: Fix rnh old -vs- new comparisonDonald Sharp2019-06-241-4/+2
| |/
* | Merge pull request #4575 from nitinsoniism/show_mac_arp_cache_vni_json_fixSri Mohana Singamsetty2019-06-261-10/+10
|\ \
| * | zebra: show evpn mac vni xx json output is brokenNitin Soni2019-06-211-10/+10
* | | Merge pull request #4458 from karamalla0406/frr4123Donald Sharp2019-06-253-33/+199
|\ \ \
| * | | zebra: Clean up BGP EVPN configuration when the client, BGPD, goes downKishore Aramalla2019-06-193-33/+199
* | | | Merge pull request #4584 from donaldsharp/rib_detail_improvementsDavid Lamparter2019-06-252-18/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | zebra: failed neighbor event logging was a bit too aggresiveDonald Sharp2019-06-201-9/+11
| * | | zebra: Put route in debug dump of rib dataDonald Sharp2019-06-201-9/+10
* | | | Revert "Ospf missing interface handling 2"Donald Sharp2019-06-2417-164/+136
* | | | Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-2217-136/+164
|\ \ \ \
| * | | | *: change interface structure, from vrf_id to vrfPhilippe Guibert2019-06-1214-105/+122
| * | | | lib, bgpd, ospfd, pimd, zebra, rip, ripng, bfd: change if_update_to_new_vrf()...Philippe Guibert2019-06-122-2/+3
| * | | | zebra, ifp: on netlink discovery, anticipate the vrf creationPhilippe Guibert2019-06-121-2/+2
| * | | | zebra, lib: upon entering interface, create vrf contextPhilippe Guibert2019-06-121-3/+3
| * | | | lib: create interface upon accessing interface NB API.Philippe Guibert2019-06-122-17/+14
| * | | | *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-124-6/+8
| * | | | lib, ospfd, pimd, zebra: change if_create() api with vrfPhilippe Guibert2019-06-111-1/+2
| * | | | ospf, ospf6d, zebra, lib: change if_get_by_name prototype with vrfPhilippe Guibert2019-06-114-6/+16
* | | | | Merge pull request #4294 from adharkar/frr-master-fpm_rmacDonald Sharp2019-06-225-16/+531
|\ \ \ \ \
| * | | | | Zebra: Address review comments for RMAC FPM feature 1Ameya Dharkar2019-06-172-5/+4
| * | | | | Zebra: Build nelink message for RMAC updatesAmeya Dharkar2019-06-173-1/+72
| * | | | | Zebra: Handle FPM connection up/down eventsAmeya Dharkar2019-06-171-3/+35
| * | | | | Zebra: FPM processing of mac_q and dest_qAmeya Dharkar2019-06-171-19/+161
| * | | | | Zebra: Handle RMAC add/delete operation and add fpm_mac_info_tAmeya Dharkar2019-06-173-4/+147
| * | | | | Zebra: Data structures for RMAC processing in FPMAmeya Dharkar2019-06-172-0/+128
* | | | | | rmap: Add hooks into zebra,ospf,rip for `match ip next-hop type blackhole`Donatas Abraitis2019-06-211-0/+76
| |_|/ / / |/| | | |
* | | | | Merge pull request #4573 from opensourcerouting/mtype_cleanupDonald Sharp2019-06-217-17/+10
|\ \ \ \ \
| * | | | | zebra: use MTYPE_STATICDavid Lamparter2019-06-217-17/+10
| | |_|_|/ | |/| | |
* | | | | Merge pull request #4531 from donaldsharp/repeaty_mcrepeatDavid Lamparter2019-06-211-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | zebra: Handle 5549 neighbor entry failure stateDonald Sharp2019-06-151-2/+7
* | | | | Merge pull request #4545 from nitinsoniism/show_evpn_mac_vni_seq_numberSri Mohana Singamsetty2019-06-211-7/+11
|\ \ \ \ \
| * | | | | zebra: When displaying `show evpn mac vni XX` add local and remote seqNitin Soni2019-06-181-7/+11
* | | | | | zebra: resolve issue with rnh not evaluating nexhops correctlyDon Slice2019-06-191-1/+1