summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11502 from donaldsharp/zebra_dplane_finiRuss White2022-07-056-46/+10
|\
| * zebra: make rib_process_dplane_results own ctx freeingDonald Sharp2022-06-296-46/+10
* | Merge pull request #11507 from donaldsharp/setsockopt_changesDavid Lamparter2022-07-041-13/+37
|\ \
| * | zebra: Realign SOL_NETLINK to warn when FRR does not have itDonald Sharp2022-06-301-2/+7
| * | zebra: Correct implication of SOL_NETLINK NETLINK_ADD_MEMBERSHIP usageDonald Sharp2022-06-301-13/+32
| |/
* | Merge pull request #11514 from donaldsharp/zebra_odds_and_endsDonatas Abraitis2022-07-046-17/+43
|\ \
| * | zebra: Add more cases to proto2zebra for understanding kernel routesDonald Sharp2022-07-011-0/+16
| * | zebra: move allow_delete to zrouter.allow_deleteDonald Sharp2022-07-015-16/+15
| * | zebra: Notice to end operator when a failure happensDonald Sharp2022-07-011-1/+12
| |/
* | zebra: Add a subqueue2str function to give more useful data in debugsDonald Sharp2022-07-031-14/+38
* | zebra: handle FreeBSD routing socket ENOBUFSRafael Zalamena2022-07-011-0/+11
|/
* Merge pull request #11454 from routingrocks/evpn_clag_frrlogsmobash-rasool2022-06-281-3/+4
|\
| * Zebra EVPN Debug: Fixing log flooding when disabling MLAG leaf configurationrvaratharaj2022-06-221-3/+4
* | Merge pull request #11474 from donaldsharp/dp-dpdkRuss White2022-06-2818-35/+1761
|\ \
| * | zebra: PBR dpdk programmingAnuradha Karuppiah2022-06-274-19/+388
| * | zebra: setup the zebra interface to dpdk port map tableAnuradha Karuppiah2022-06-274-0/+186
| * | zebra: initialize hw via DPDKAnuradha Karuppiah2022-06-272-3/+30
| * | configure, zebra: include DPDK headers and shared libs in the dp-dpdk buildAnuradha Karuppiah2022-06-272-3/+9
| * | zebra: infastructure for the new dataplane pluginAnuradha Karuppiah2022-06-277-0/+393
| * | zebra: add ipc_lock, read_search and sys_rawio to zebra's privilegesAnuradha Karuppiah2022-06-271-3/+3
| * | zebra: pass PBR expanded actions to the dataplaneAnuradha Karuppiah2022-06-273-1/+120
| * | zebra: expand pbr rule action for dataplane programmingAnuradha Karuppiah2022-06-273-27/+226
| * | zebra: add support for maintaining local neigh entriesAnuradha Karuppiah2022-06-2710-6/+433
* | | zebra: Add ability for netconf dplane to handle global valuesDonald Sharp2022-06-274-46/+80
* | | zebra: Pass afi received for netconf updatesDonald Sharp2022-06-273-15/+47
* | | zebra: mc_forwarding was being sent but not retrieved across dataplaneDonald Sharp2022-06-272-5/+20
|/ /
* | Merge pull request #11429 from donaldsharp/interface_funkinessDonatas Abraitis2022-06-241-8/+33
|\ \
| * | zebra: Fix rtadv startup when config read in is before interface upDonald Sharp2022-06-241-8/+33
* | | Merge pull request #11469 from donaldsharp/fdev2Jafar Al-Gharaibeh2022-06-243-1/+73
|\ \ \
| * | | zebra: netlink rtm tunnel msg parsingChirag Shah2022-06-243-1/+73
| |/ /
* | | Merge pull request #11464 from donaldsharp/linkdownRuss White2022-06-248-63/+87
|\ \ \
| * | | zebra: Allow kernel routes to stick around better on interface state changesDonald Sharp2022-06-231-16/+11
| * | | zebra: Add interface sysctl ignore on linkdown statusDonald Sharp2022-06-235-9/+62
| * | | lib, zebra: Notice when a nexthop is set linkdownDonald Sharp2022-06-232-0/+12
| * | | zebra: Fix bug in netconf handling where dplane would drop the changeDonald Sharp2022-06-233-39/+3
* | | | Merge pull request #11258 from anlancs/fix/zebra-keep-nb-checkDonald Sharp2022-06-241-4/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: move the check for l3vnianlan_cs2022-06-231-4/+3
* | | | Merge pull request #11453 from ribarroetavena/masterDonald Sharp2022-06-232-24/+47
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: rtnetlink: flow attr per gateway attr in multipath updatesRicardo2022-06-232-24/+47
| | |/ | |/|
* | | Merge pull request #10629 from leonshaw/fix/mp-evpn-nhRuss White2022-06-234-11/+15
|\ \ \ | |_|/ |/| |
| * | lib, zebra, bgpd: Move route EVPN flag to nexthopXiao Liang2022-06-104-11/+15
* | | Merge pull request #11427 from anlancs/fix/minor-2Donatas Abraitis2022-06-221-6/+0
|\ \ \ | |_|/ |/| |
| * | zebra: remove redundant calling hook for fpmanlan_cs2022-06-171-6/+0
* | | Merge pull request #11417 from donaldsharp/nhg_timerDonatas Abraitis2022-06-216-12/+96
|\ \ \
| * | | zebra: Add a configurable knob `zebra nexthop-group keep (1-3600)`Donald Sharp2022-06-164-2/+28
| * | | zebra: Add a timer to nexthop group deletionDonald Sharp2022-06-163-4/+47
| * | | zebra: Move where zebra marks a nhg as uninstalled in fibDonald Sharp2022-06-162-7/+6
| * | | zebra: Document some data structures betterDonald Sharp2022-06-161-1/+17
* | | | Merge pull request #11423 from donaldsharp/lgtm_fixesDonatas Abraitis2022-06-191-58/+51
|\ \ \ \
| * | | | zebra: ret is always -1 or 0 at this point so remove the if testDonald Sharp2022-06-161-58/+51
| |/ / /