summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* zebra: Consolidate the stream_failure section with normal returnDonald Sharp2023-06-011-2/+0
* zebra: No need to set msg to NULLDonald Sharp2023-06-011-2/+0
* Merge pull request #13631 from donaldsharp/fix_some_ping_issuesDonatas Abraitis2023-05-301-0/+3
|\
| * lib, zebra: Ensure that the ifp->node existsDonald Sharp2023-05-281-0/+3
* | zebra: use ifindex vs ifp to avoid use-after-free on shutdownChristian Hopps2023-05-302-7/+17
* | zebra: avoid unneeded vxlan work on shutdownChristian Hopps2023-05-301-1/+3
|/
* Merge pull request #13556 from donaldsharp/token_to_descRuss White2023-05-231-1/+1
|\
| * zebra: Make memory description string smaller to fit in vty spaceDonald Sharp2023-05-201-1/+1
* | zebra: Fix paths that have already de-refed ctxDonald Sharp2023-05-221-8/+4
* | zebra: On shutdown stop hook calls for fpm rmac updatesDonald Sharp2023-05-191-0/+2
* | zebra: Properly handle zfpm_g->t_conn_down in zebra_fpm.cDonald Sharp2023-05-191-4/+7
* | zebra: Do not allow old FPM to access freed memory after shutdownDonald Sharp2023-05-191-6/+3
|/
* zebra: Fix build error when `--disable-bfdd`Carmine Scarpitta2023-05-171-0/+1
* Merge pull request #13444 from donaldsharp/fix_dplane_provider_counterMark Stapp2023-05-121-1/+16
|\
| * zebra: Fix dp_out_queued counter to actually reflect real lifeDonald Sharp2023-05-121-1/+16
* | zebra: mpls nexthop entry displays also interface when availablePhilippe Guibert2023-05-091-0/+4
* | zebra: handle nexthop vrf_id in ZEBRA_MPLS_LABELS messagesPhilippe Guibert2023-05-091-35/+39
* | zebra: accept LSP entries with an mpls-less outgoing interfacePhilippe Guibert2023-05-091-36/+34
|/
* Merge pull request #13445 from donaldsharp/lua_scripting_mem_leakDonatas Abraitis2023-05-091-17/+20
|\
| * zebra: Reduce creation and fix memory leak of frrscripting pointersDonald Sharp2023-05-051-17/+20
* | Merge pull request #13413 from chiragshah6/fdev2Mark Stapp2023-05-083-4/+88
|\ \
| * | zebra:re-install dependent nhgs on interface upChirag Shah2023-05-051-5/+38
| * | zebra: re-install nhg on interface upAshwini Reddy2023-05-053-0/+51
| |/
* | zebra: dplane_gre_set could return while leaking ctxDonald Sharp2023-05-061-4/+10
* | zebra: Dplane ctx allocation cannot failDonald Sharp2023-05-061-34/+0
|/
* Revert "MPLS allocation mode per next hop"Donatas Abraitis2023-05-031-75/+69
* 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
|\ \ \ \ | |_|/ / |/| | |