summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9898 from donaldsharp/nexthop_stuffIgor Ryzhov2021-10-262-0/+5
|\
| * include, zebra: Add recent nexthop.hDonald Sharp2021-10-252-0/+5
* | Merge pull request #9883 from pguibert6WIND/iface_deleted_omitted_gre_tundestJafar Al-Gharaibeh2021-10-261-0/+1
|\ \ | |/ |/|
| * zebra: GRE_UPDATE message incompletePhilippe Guibert2021-10-251-0/+1
* | Merge pull request #9316 from ton31337/fix/send_best_path_reason_for_zebraDonald Sharp2021-10-251-0/+5
|\ \
| * | bgpd: Send BGP best path reason to ZebraDonatas Abraitis2021-10-141-0/+5
* | | Merge pull request #9742 from elimbaum/add-vlan-actionsJafar Al-Gharaibeh2021-10-232-0/+19
|\ \ \
| * | | pbrd: add vlan actions to vtyEli Baum2021-10-072-0/+19
* | | | Merge pull request #9378 from AnuradhaKaruppiah/evpn-mh-cleanupSri Mohana Singamsetty2021-10-224-10/+77
|\ \ \ \
| * | | | zebra: defer local MAC dataplane install on an ES till the ES-EVI is createdAnuradha Karuppiah2021-10-153-2/+53
| * | | | zebra: ignore sync updates from bgp if the dest ES is not readyAnuradha Karuppiah2021-10-151-2/+18
| * | | | zebra: deref the ES on interface delete even if it was not setup as a br-portAnuradha Karuppiah2021-10-151-6/+6
| | |/ / | |/| |
* | | | Merge pull request #9765 from idryzhov/lib-bool-thread-addMark Stapp2021-10-221-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: change thread_add_* APIIgor Ryzhov2021-10-201-4/+4
* | | | Merge pull request #9856 from donaldsharp/always_trueIgor Ryzhov2021-10-201-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: Fix code paths that always resolve to trueDonald Sharp2021-10-201-2/+2
* | | | zebra: modify rib_update to be a bit smarter about mallocDonald Sharp2021-10-201-5/+7
|/ / /
* | | Merge pull request #9656 from chiragshah6/mdevRuss White2021-10-201-0/+7
|\ \ \
| * | | zebra: add resolver for nexthop in jsonChirag Shah2021-09-281-0/+7
| | |/ | |/|
* | | lib: allow to create interfaces in non-existing VRFsIgor Ryzhov2021-10-194-25/+15
| |/ |/|
* | Merge pull request #9676 from donaldsharp/import_registerDavid Lamparter2021-10-1310-312/+145
|\ \
| * | lib, zebra: Send safi for rnh resolutionDonald Sharp2021-09-273-4/+10
| * | zebra: Create the SAFI_MULTICAST rnh tablesDonald Sharp2021-09-273-4/+15
| * | zebra: Start carrying safi for rnh processingDonald Sharp2021-09-278-28/+42
| * | zebra: Attempt to clarify variable names as they are usedDonald Sharp2021-09-271-9/+10
| * | zebra: remove zvrf->import_check_tableDonald Sharp2021-09-272-11/+0
| * | zebra: remove 'enum rnh_type' from systemDonald Sharp2021-09-278-139/+81
| * | zebra: remove import check resolution from zebraDonald Sharp2021-09-275-141/+4
| * | *: Remove the ZEBRA_IMPORT_ROUTE_XXX zapi messagesDonald Sharp2021-09-272-7/+1
| * | *: Add resolve via default flagDonald Sharp2021-09-273-7/+20
| * | zebra: Being able to use the default route is a boolean not an intDonald Sharp2021-09-272-6/+6
| |/
* | Merge pull request #9655 from yyuanam/first_commitJafar Al-Gharaibeh2021-10-121-5/+16
|\ \
| * | Zebra: Ignore the failure of startup intf lookup.Yuan Yuan2021-10-061-5/+16
* | | Merge pull request #9686 from idryzhov/fix-nda-lladdrDonald Sharp2021-10-121-2/+1
|\ \ \
| * | | zebra: fix buffer overflowIgor Ryzhov2021-09-281-2/+1
| | |/ | |/|
* | | Merge pull request #9779 from donaldsharp/gr_repeatedRuss White2021-10-121-18/+2
|\ \ \
| * | | zebra: Display how long zebra is expected to wait for GRDonald Sharp2021-10-071-1/+2
| * | | zebra: GR data was being printed 2 times for `show zebra client`Donald Sharp2021-10-071-17/+0
* | | | Merge pull request #9789 from idryzhov/if-ll-typeMark Stapp2021-10-111-0/+4
|\ \ \ \
| * | | | lib: set type for newly created interfacesIgor Ryzhov2021-10-081-0/+4
| |/ / /
* | | | Merge pull request #9471 from pguibert6WIND/table_manager_alloc2Russ White2021-10-087-54/+219
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: extend table manager per vrf, add vty configurationPhilippe Guibert2021-09-217-54/+219
* | | | Merge pull request #9698 from idryzhov/cleanup-loopback-or-vrfRuss White2021-10-072-25/+12
|\ \ \ \
| * | | | *: cleanup interface loopback/vrf checkIgor Ryzhov2021-09-302-25/+12
| | |/ / | |/| |
* | | | Merge pull request #9734 from donaldsharp/interface_startupRenato Westphal2021-10-065-29/+29
|\ \ \ \
| * | | | zebra: Use a bool for startup indicationsDonald Sharp2021-10-055-29/+29
| * | | | zebra: On interface startup note that we are in startupDonald Sharp2021-10-041-1/+1
| |/ / /
* | | | Merge pull request #9731 from ton31337/fix/thread_null_setRuss White2021-10-063-3/+0
|\ \ \ \
| * | | | zebra: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-043-3/+0
| |/ / /
* / / / zebra: add nhg id to show ip route jsonChirag Shah2021-10-041-0/+1
|/ / /