summaryrefslogtreecommitdiffstats
path: root/watchfrr (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-23lib: table.h needs to include prefix.hQuentin Young1-0/+1
2018-04-20doc: spelling fixesQuentin Young17-123/+356
2018-04-19zebra: resolve issue when changing import-table route-map configDon Slice1-2/+6
2018-04-18alpine build docs: Document docker images and alpine packagesArthur Jones1-0/+22
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-18zebra: Add pass up through zapi what zebra is capable of handlingDonald Sharp3-0/+42
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-18bgpd: vpn-vrf routemaps: no leak if named route-map not definedG. Paul Ziemba2-17/+34
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-17vtysh: remove exit-vrf for vtysh -mQuentin Young1-2/+0
2018-04-17vtysh, zebra: print exit-vrf at end of vrf contextQuentin Young3-7/+12
2018-04-17ospfd: use __func__ in ospf_te.cQuentin Young1-2/+2
2018-04-17zebra: Leave some warning breadcrumbsDonald Sharp2-1/+6
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-17zebra: Allow blackhole route deletion for prefixesDonald Sharp1-1/+11
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