summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | zebra: don't send RAs w/o LLv6 or on bridge-portsTrey Aspelund2022-03-311-3/+5
* | Merge pull request #10902 from bobuhiro11/fix_zebra_srv6_func_bitsDonatas Abraitis2022-03-301-1/+5
|\ \ | |/ |/|
| * zebra: output optional param "func-bits" for SRv6Nobuhiro MIKI2022-03-281-1/+5
* | Merge pull request #10897 from opensourcerouting/safi-nhtDonald Sharp2022-03-284-21/+28
|\ \
| * | zebra: add a few `const` in RNH codeDavid Lamparter2022-03-272-4/+4
| * | zebra: `show ip nht mrib`David Lamparter2022-03-273-10/+12
| * | zebra: register NHT nexthops with proper SAFIDavid Lamparter2022-03-273-5/+5
| * | zebra: check other SAFIs when removing gone clientDavid Lamparter2022-03-271-4/+9
| |/
* / zebra: Note when the netlink DUMP command is interruptedDonald Sharp2022-03-261-0/+12
|/
* Merge pull request #10862 from anlancs/zebra-mh-svi-addDonald Sharp2022-03-251-6/+7
|\
| * zebra: optimization on the mac addition for evpn-mhanlan_cs2022-03-241-6/+7
* | Merge pull request #10867 from donaldsharp/ifp_use_after_freeDavid Lamparter2022-03-255-18/+22
|\ \
| * | zebra: Fix use after deletion event in freebsdDonald Sharp2022-03-255-18/+22
* | | Merge pull request #10866 from donaldsharp/freebsd_unknown_type2strDavid Lamparter2022-03-251-1/+7
|\ \ \ | |/ / |/| |
| * | zebra: When handling unprocessed messages from kernel print usable stringDonald Sharp2022-03-251-1/+7
| |/
* / zebra: Don't send uninited data to kernel on FreeBSDDonald Sharp2022-03-241-4/+4
|/
* Merge pull request #10726 from chiragshah6/fdev2Sri Mohana Singamsetty2022-03-232-54/+119
|\
| * zebra: cleanup host prefix from rmacChirag Shah2022-03-112-49/+15
| * zebra: print rmac nexthop listChirag Shah2022-03-111-0/+11
| * zebra: remove host prefix mapping in rmacChirag Shah2022-03-111-16/+18
| * zebra: maintain list of nhs in rmac dbChirag Shah2022-03-112-3/+89
* | Merge pull request #9953 from donaldsharp/system_route_replaceDonatas Abraitis2022-03-201-1/+1
|\ \
| * | zebra: Better handle replacing our route by a system routeDonald Sharp2022-01-261-1/+1
* | | Merge pull request #10830 from anlancs/zebra-rb-removeDonald Sharp2022-03-201-8/+2
|\ \ \
| * | | zebra: remove check returning value of RB_INSERT()anlan_cs2022-03-191-8/+2
* | | | zebra: Do not complain if deletion failsDonald Sharp2022-03-191-0/+6
|/ / /
* | | Merge pull request #10806 from donaldsharp/dplane_fixup_for_luaJafar Al-Gharaibeh2022-03-161-0/+3
|\ \ \
| * | | zebra: Fixup lua with new dplane opsDonald Sharp2022-03-161-0/+3
* | | | Merge pull request #10790 from anlancs/zebra-adjust-flagDonald Sharp2022-03-163-18/+16
|\ \ \ \ | |/ / / |/| | |
| * | | zebra: minor changes on "zebra_evpn_mac_gw_macip_add" functionanlan_cs2022-02-193-18/+16
* | | | Merge pull request #10427 from sworleys/Protodown-Reason-UpstreamRuss White2022-03-1623-193/+1027
|\ \ \ \
| * | | | zebra: cleanup protodown netlink logsStephen Worley2022-03-102-10/+23
| * | | | zebra: use SET/UNSET/CHECK/COND in protodown codeStephen Worley2022-03-103-33/+29
| * | | | zebra: include old reason in evpn-mh bond updateStephen Worley2022-03-101-1/+1
| * | | | zebra: make netlink protodown func more readableStephen Worley2022-03-101-2/+2
| * | | | zebra: clear dplane flags on failure for protodownStephen Worley2022-03-101-6/+8
| * | | | zebra: simplify reason code printing in showStephen Worley2022-03-101-35/+17
| * | | | zebra: cleanup protodown api logsStephen Worley2022-03-101-11/+11
| * | | | zebra: wrap macro zif argument in paransStephen Worley2022-03-101-2/+2
| * | | | zebra: avoid initialization in ctx_intf_initStephen Worley2022-03-101-2/+2
| * | | | zebra: evpn-mh bonds protodown check for setStephen Worley2022-03-101-0/+7
| * | | | zebra: evpn-mh use protodown update reason apiStephen Worley2022-03-101-2/+2
| * | | | zebra: extern setting protodown reason directlyStephen Worley2022-03-102-8/+14
| * | | | zebra: only clear pd_reason on shutdown/sweepStephen Worley2022-03-104-35/+52
| * | | | zebra: add boilerplate protodown updates for *bsdStephen Worley2022-03-104-0/+51
| * | | | zebra: remove old protodown dplane pathStephen Worley2022-03-103-62/+0
| * | | | zebra: use a macro for check protodownStephen Worley2022-03-103-7/+6
| * | | | zebra: clear protodown_rc on shutdown and sweepStephen Worley2022-03-104-48/+104
| * | | | zebra: add enum set/unset states for queingStephen Worley2022-03-093-19/+90
| * | | | zebra: add command for setting protodown bitStephen Worley2022-03-094-0/+72