summaryrefslogtreecommitdiffstats
path: root/tools/render_md.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-18pbrd: fix multiple unsafe string copiesQuentin Young2-7/+7
2018-04-18pbrd: remove potential null dereferenceQuentin Young1-0/+7
2018-04-18pbrd: remove pbr-policy resource leakQuentin Young1-4/+5
2018-04-18pbrd: remove unsafe string copyQuentin Young1-16/+9
2018-04-18bgpd: avoid indexing with negative integerQuentin Young1-1/+1
2018-04-18pimd: avoid writing to negative fdQuentin Young1-1/+1
2018-04-18lib: avoid writing to negative fdQuentin Young1-0/+3
2018-04-18lib, zebra: Move label conversion strings to libDonald Sharp5-89/+112
2018-04-18lib, zebra: Move help string to appropriate headerDonald Sharp2-4/+4
2018-04-18lib: Handle if up/down and vrf enable/disable eventsDonald Sharp4-50/+219
2018-04-18pbrd: Use proper decode function for interfaceDonald Sharp1-12/+1
2018-04-18lib: Store nexthop information independentlyDonald Sharp2-3/+134
2018-04-18pbrd: Fix unused functionDonald Sharp1-18/+0
2018-04-18pbrd: Allow pbr-policy add/removal to install/remove rulesDonald Sharp2-7/+1
2018-04-18pbrd: don't collapse pbr debugsQuentin Young1-5/+0
2018-04-18pbrd: move debug vty into pbr_vty.cQuentin Young3-76/+82
2018-04-18pbrd, zebra: Properly notice rule deletionDonald Sharp2-0/+3
2018-04-18pbrd, zebra: Fix multiple pbr-policy installDonald Sharp6-22/+43
2018-04-18pbrd: Fix installation and deletion in some casesDonald Sharp2-4/+14
2018-04-18pbrd: Prevent attempt at re-install for several scenariosDonald Sharp2-4/+15
2018-04-18zebra: Tell rib_process to actually rethink pbr routes.Donald Sharp1-1/+3
2018-04-18lib: Clean up delete of a nexthop from a nexthop groupDonald Sharp1-0/+4
2018-04-18lib, pbrd: Do not allow v6 LL nexthops to be specified without an interface.Donald Sharp2-2/+14
2018-04-17ospfd: use __func__ in ospf_te.cQuentin Young1-2/+2
2018-04-17bgpd: clean up clist management logicQuentin Young3-29/+19
2018-04-17ospf6d: handle realloc() failure in lsa testQuentin Young1-1/+7
2018-04-17bgpd: fix stylistic issueQuentin Young1-13/+10
2018-04-17eigrpd: remove unnecessary assignmentQuentin Young1-1/+1
2018-04-17lib: initialize imsg_hdrQuentin Young1-0/+2
2018-04-17ospfd: remove unnecessary assignmentQuentin Young1-1/+1
2018-04-17ospfd: fix stylistic issueQuentin Young1-10/+7
2018-04-17zebra: fix error-prone array iteratorQuentin Young1-3/+2
2018-04-17zebra: fix flaw in fix for import-table crashDon Slice1-1/+1
2018-04-17tools: more lsan suppressions for clippyIlya Shipitsin1-0/+4
2018-04-16zebra: Check for NULL in connected_add_ipv6Donald Sharp1-1/+7
2018-04-16zebra: resolve assert when adding ip import-table entryDon Slice1-1/+4
2018-04-16zebra: rename pbr_unique structure to pbr_rule_uniquePhilippe Guibert1-3/+3
2018-04-16zebra: adapt zebra_pbr_rule based with pbr_rulePhilippe Guibert5-141/+93
2018-04-16lib: enhance pbr_rule structure for zapi encode and for common usagePhilippe Guibert4-6/+143
2018-04-16zebra: add a helper structure to look zebra_pbr_ipset per ipsetnamePhilippe Guibert1-17/+27
2018-04-16zebra: add IPTABLE_ADD and IPTABLE_DEL commands in zapiPhilippe Guibert7-0/+231
2018-04-16zebra: pbr rule structure is being added fwmark tagPhilippe Guibert3-4/+22
2018-04-16zebra: handling notifications upon ipset creation/destruction donePhilippe Guibert6-7/+209
2018-04-16lib: add ZEBRA IPSET definesPhilippe Guibert5-1/+115
2018-04-16zebra: handle entry pointfs for ipset creation/destructionPhilippe Guibert5-0/+249
2018-04-15zebra: Fix crash with certain types of tunnelsDonald Sharp6-10/+30
2018-04-15bgp/rfapi: fix rfapiNhlAddNodeRoutes SA issueG. Paul Ziemba1-4/+9
2018-04-14bgpd: bugfix vpn-vrf leak: consider route changed if labels changeG. Paul Ziemba1-18/+65
2018-04-13bgpd: remove unused variableQuentin Young1-2/+1
2018-04-13bgpd: verify that multipath infos are setQuentin Young1-0/+2