summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12646 from pguibert6WIND/mpls_alloc_per_nhDonatas Abraitis2023-05-021-69/+75
|\
| * zebra: mpls nexthop entry displays also interface when availablePhilippe Guibert2023-03-221-0/+4
| * zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messagesPhilippe Guibert2023-03-221-35/+39
| * zebra: accept LSP entries with an mpls-less outgoing interfacePhilippe Guibert2023-03-221-36/+34
* | Merge pull request #13403 from anlancs/fix/zebra-missing-vrf-flagRuss White2023-05-022-2/+5
|\ \
| * | zebra: Fix missing VRF flaganlan_cs2023-05-012-2/+5
* | | Merge pull request #13270 from pguibert6WIND/better_srv6_output_seg6localRuss White2023-05-021-5/+9
|\ \ \
| * | | zebra: keep seg6local information from 'show ipv6 route' consistent with ipro...Philippe Guibert2023-04-141-1/+3
| * | | zebra: display seg6local only when specifiedPhilippe Guibert2023-04-141-4/+6
* | | | zebra:add df flag into evpn esi json outputSindhu Parvathi Gopinathan2023-04-291-0/+3
| |/ / |/| |
* | | Merge pull request #13246 from opensourcerouting/rip-bfdRuss White2023-04-251-1/+1
|\ \ \
| * | | ripd: support BFD integrationRenato Westphal2023-04-191-1/+1
* | | | Merge pull request #13330 from chiragshah6/fdev1Donatas Abraitis2023-04-241-6/+15
|\ \ \ \
| * | | | zebra:fix evpn dup detected local mac del eventChirag Shah2023-04-211-4/+3
| * | | | zebra: evpn handle del event for dup detected macChirag Shah2023-04-211-2/+12
| |/ / /
* / / / zebra: ctx has to be non NULL at this pointDonald Sharp2023-04-211-2/+1
|/ / /
* / / zebra: evpn mh sync mac install as inactiveChirag Shah2023-04-141-3/+6
|/ /
* | Merge pull request #13273 from donaldsharp/metaq_not_making_me_meta_happyMark Stapp2023-04-121-0/+3
|\ \
| * | zebra: Actually free up memory associated with the mq listDonald Sharp2023-04-121-0/+3
* | | Merge pull request #13249 from Pdoijode/connected-route-install-fixMark Stapp2023-04-121-0/+5
|\ \ \ | |/ / |/| |
| * | zebra: Install directly connected route after interface flapPooja Jagadeesh Doijode2023-04-111-0/+5
* | | Merge pull request #12959 from leonshaw/fix/zif-link-nsidJafar Al-Gharaibeh2023-04-112-8/+18
|\ \ \
| * | | zebra: Add link_nsid to zebra interfaceXiao Liang2023-03-082-8/+18
* | | | Merge pull request #13213 from mjstapp/fix_dplane_shutdown_eventDonatas Abraitis2023-04-111-4/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: fix race during shutdownMark Stapp2023-04-041-4/+0
* | | | Merge pull request #13214 from chiragshah6/fdev2Donatas Abraitis2023-04-061-87/+127
|\ \ \ \
| * | | | zebra:return empty dict when evpn is disabledSindhu Parvathi Gopinathan2023-04-051-87/+127
* | | | | zebra: null-check client pointer during GR processingMark Stapp2023-04-051-0/+3
|/ / / /
* | | | Merge pull request #13145 from donaldsharp/do_deleteJafar Al-Gharaibeh2023-04-055-217/+255
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: Ensure gr events run after Meta Queue has runDonald Sharp2023-03-303-38/+120
| * | | zebra: remove current_afi as that it is no longer usedDonald Sharp2023-03-293-9/+2
| * | | zebra: Allow GR to run per AFI as they are reportedDonald Sharp2023-03-291-54/+100
| * | | zebra: Rearrange zebra_gr zapi functionsDonald Sharp2023-03-291-96/+57
| * | | zebra: zebra GR only works with AFI's limit itDonald Sharp2023-03-292-41/+32
| * | | zebra: Remove redundant check for pointers being goodDonald Sharp2023-03-291-3/+0
| * | | zebra: GR code could potentially stop runningDonald Sharp2023-03-293-42/+12
| * | | zebra: Cleanup indentation in functionDonald Sharp2023-03-291-44/+44
| * | | zebra: Just set the variable for what is wanted in GR codeDonald Sharp2023-03-291-5/+3
* | | | Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White2023-04-041-4/+4
|\ \ \ \
| * | | | bgpd, ospfd, zebra: Use unlikely for DEBUG_ROUTEMAP_DETAILDonald Sharp2023-03-231-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #13179 from donaldsharp/array_sizeChristian Hopps2023-04-021-1/+1
|\ \ \ \
| * | | | isisd, zebra: Use array_size instead of ARRAY_SIZEDonald Sharp2023-03-311-1/+1
* | | | | zebra: Cleanup ctx leak on shutdown and turn off eventDonald Sharp2023-03-313-0/+22
|/ / / /
* | | | Merge pull request #13082 from inspurSDN/bugfix_zebra_crash_rebootingJafar Al-Gharaibeh2023-03-311-5/+5
|\ \ \ \
| * | | | some threads will still get vrf, when a new entry would created with insuffic...scotchung2023-03-221-5/+5
| |/ / /
* | / / zebra: Use zebra_vrf_lookup_by_id when we canDonald Sharp2023-03-2811-38/+38
| |/ / |/| |
* | | *: Convert event.h to frrevent.hDonald Sharp2023-03-2421-21/+21
* | | *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-2413-16/+16
* | | *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-2424-103/+103
* | | lib, zebra: Convert THREAD_TIMER_STRLEN to EVENT_TIMER_STRLENDonald Sharp2023-03-243-5/+5