summaryrefslogtreecommitdiffstats
path: root/ripd (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-12pbrd: allow configurable table id rangeQuentin Young2-2/+30
2018-06-12vtysh: fix config writeQuentin Young1-0/+3
2018-06-12lib: null return value check (Coverity 1469894)paco1-2/+3
2018-06-12eigrpd: null return value check (Coverity 1455338)paco1-0/+1
2018-06-12zebra: Out-of-bounds read (Coverity 1465495)paco1-1/+1
2018-06-12ospfd: logically dead code (Coverity 1399236)paco1-3/+0
2018-06-11lib: null dereference (Coverity 1469895)paco1-3/+5
2018-06-11vtysh: null dereference (Coverity 1469896)paco1-2/+4
2018-06-11bgpd: OoB access (Coverity 1469897, 1469893)paco1-6/+6
2018-06-10bgpd: accept vni rd_rt command for default vrfChirag Shah1-1/+37
2018-06-08spf6d: fix use after free (Coverity 1221459)paco1-2/+3
2018-06-08lib: fix sizeof expression (Coverity 1455482)paco1-1/+1
2018-06-08*: disable all sanitizers for clippy buildQuentin Young18-1082/+1059
2018-06-08zebra: resource leak fix (Coverity 1453454)paco1-1/+1
2018-06-08zebra: resource leak fix (Coverity 1465679)paco1-5/+9
2018-06-08pimd: Fix connected route nexthop fix from 66f5152fMartin Buck2-7/+15
2018-06-08doc: cleanup community list docs moreQuentin Young1-92/+74
2018-06-08doc: move find command docs to better spotQuentin Young1-27/+27
2018-06-08doc: remove :caption: from toctreeQuentin Young1-6/+17
2018-06-08doc: update EXTRA_DISTQuentin Young1-2/+1
2018-06-08doc: clean up introductory user docsQuentin Young3-230/+190
2018-06-08doc: reorganize into multiple toctreesQuentin Young7-26/+51
2018-06-08bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp7-15/+14
2018-06-08vtysh, zebra: Fix function parametersDonald Sharp2-23/+11
2018-06-08doc: massive cleanup of bgp.rstQuentin Young1-675/+663
2018-06-07bgpd: Actually display labeled unicast routes receivedDonald Sharp1-1/+1
2018-06-07zebra: remove unnecessary preprocessor checkRenato Westphal2-6/+0
2018-06-07pimd: Fix ecmp_enable and ecmp_rebalance_enableDonald Sharp6-16/+19
2018-06-06doc: add docs on | actions, find commandQuentin Young1-2/+58
2018-06-06lib: fix output mangling with | includeQuentin Young3-28/+64
2018-06-06bgpd: Collapse bgp_aggregate_add into bgp_aggregate_routeDonald Sharp1-104/+19
2018-06-06bgpd: Allow bgp to know when to actually add/delete agg routeDonald Sharp1-4/+47
2018-06-06bgpd: Move bgp_aggregate_delete to a better locationDonald Sharp1-47/+44
2018-06-06bgpd: Seperate out install/removal of aggregate from delete functionDonald Sharp1-48/+53
2018-06-06lib: initialize vty->ofQuentin Young1-0/+2
2018-06-06lib: add vector_compact(), use after str splitsQuentin Young4-2/+16
2018-06-06lib: fix static analysis issues, use regfree()Quentin Young4-6/+39
2018-06-06lib: add vector_remove() to vector.[ch]Quentin Young4-5/+18
2018-06-06*: style for | supportQuentin Young5-8/+17
2018-06-06vtysh: add | supportQuentin Young8-278/+326
2018-06-06lib: add cli preprocessor for `|` actionsQuentin Young4-15/+116
2018-06-06lib: add hook for preprocessing commandsQuentin Young2-0/+85
2018-06-06lib: add string utilitiesQuentin Young8-85/+287
2018-06-06tests/isisd: bypass test_fuzz_isis_tlv when inet_ntop is brokenArthur Jones1-2/+13
2018-06-05doc: fix broken link to 'code formatting' sectionMark Stapp1-2/+2
2018-06-05bgpd: Dissallow useless aggregation commands from the cliDonald Sharp1-11/+7
2018-06-05bgpd: first variable is set but never used.Donald Sharp1-4/+0
2018-06-05bgpd: rework bgp_aggregate_routeDonald Sharp1-56/+53
2018-06-05bgpd: Remove AGGREGATE_NEXTHOP_CHECK as it's been unusedDonald Sharp1-32/+1
2018-06-05bgpd: Trust the bgp_table_top_nolock for aggregatesDonald Sharp1-12/+0