summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_mroute.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-16*: remove cmd_node->vtyshDavid Lamparter53-98/+1
2020-04-16*: clean up cmd_node initializersDavid Lamparter51-249/+604
2020-04-16tests: Check if the right next-hop is shown (bgp_show_ip_bgp_fqdn)Donatas Abraitis5-16/+44
2020-04-16bgpd: Show hostname in `show [ip] bgp ...` only if nexthop is connectedDonatas Abraitis1-4/+7
2020-04-15bgpd: Validate all large communities if specified more per lineDonatas Abraitis1-14/+22
2020-04-15nhrpd: Actually allow json outputDonald Sharp1-1/+1
2020-04-15zebra: Modify netlink_request to statisfy coverityDonald Sharp5-11/+12
2020-04-15ldpd: ldp_vty_neighbor_password(): fix auth.md5key_len calculationG. Paul Ziemba1-1/+1
2020-04-14zebra: use %u for unsigned when printing countersQuentin Young1-18/+18
2020-04-14zebra: fix hash_backet typo in data plane FPMRafael Zalamena1-4/+4
2020-04-14zebra: hide verbose data plane FPM log messagesRafael Zalamena1-28/+41
2020-04-14zebra: fix some formatting/style issuesRafael Zalamena2-25/+20
2020-04-14zebra: data plane FPM add support RMAC VNIRafael Zalamena5-12/+77
2020-04-14zebra: fix style on data plane FPM moduleRafael Zalamena1-14/+14
2020-04-14build: fix data plane FPM netlink moduleRafael Zalamena4-27/+61
2020-04-14zebra: use atomic operations in FPMRafael Zalamena1-36/+45
2020-04-14zebra: queue data plane context for FPMRafael Zalamena1-3/+74
2020-04-14zebra: improve FPM output buffer handlingRafael Zalamena1-2/+47
2020-04-14zebra: simplify FPM buffer full detectionRafael Zalamena1-35/+29
2020-04-14zebra: implement FPM countersRafael Zalamena1-4/+125
2020-04-14zebra: CLI commands for new FPM interfaceRafael Zalamena2-20/+190
2020-04-14zebra: data plane FPM RMAC walk codeRafael Zalamena1-2/+119
2020-04-14zebra: adapt and export rmac netlink functionsRafael Zalamena4-40/+76
2020-04-14ospfd: router LSA link info missing length checkQuentin Young1-17/+23
2020-04-14pbrd: fix wording in pbr_send_pbr_map commentStephen Worley1-1/+1
2020-04-14zebra: data plane FPM RIB walk codeRafael Zalamena3-4/+118
2020-04-14zebra: data plane plugin for FPM netlinkRafael Zalamena2-0/+450
2020-04-14zebra: dataplane context reset and init apisMark Stapp2-68/+122
2020-04-14zebra: export netlink function and change returnRafael Zalamena2-6/+10
2020-04-14zebra: simplify netlink_route_multipathRafael Zalamena1-22/+17
2020-04-14zebra: simplify some netlink debug messagesRafael Zalamena1-74/+55
2020-04-14zebra: generalize netlink route talk functionRafael Zalamena1-57/+66
2020-04-14doc: update BFD debugging sectionRafael Zalamena1-3/+26
2020-04-14topotest: enable bfd debugs on all BFD testsRafael Zalamena14-0/+70
2020-04-14bfdd: add more zebra debug messagesRafael Zalamena1-25/+22
2020-04-14bfdd: constify satostrRafael Zalamena2-4/+4
2020-04-14bfdd: remove time calculation debugsRafael Zalamena1-16/+0
2020-04-14bfdd: simplify code flowRafael Zalamena4-30/+5
2020-04-14bfdd: add debug fine tuning capabilitiesRafael Zalamena5-68/+208
2020-04-14zebra: fix some coverity SA warningsMark Stapp2-19/+14
2020-04-14lib/defaults: don't use "static" in a weird wayDavid Lamparter1-2/+3
2020-04-14lib/defaults: more bool confusionDavid Lamparter1-1/+1
2020-04-14ospfd: fix uaf upon rx of self-originated lsaQuentin Young1-2/+2
2020-04-14doc: Documentation for weighted ECMP and link bandwidthvivek4-1/+315
2020-04-13lib: fix SA warning in vrf creation zapi handlerQuentin Young1-3/+3
2020-04-13lib: fix if_set_valueQuentin Young1-118/+29
2020-04-13lib: work around enum issue in old gccQuentin Young1-1/+8
2020-04-13bgpd: Replace 0 to false for bool assignment in bgp_update_martian_nexthop()Donatas Abraitis1-1/+1
2020-04-13lib: re-add accidentally deleted pfx family setQuentin Young1-0/+1
2020-04-13lib: improve sanity check on vrf backend valueQuentin Young1-1/+1