summaryrefslogtreecommitdiffstats
path: root/stamp-h.in (unfollow)
Commit message (Expand)AuthorFilesLines
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 Young4-14/+27
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-08bgpd, lib, ospf6d, vtysh: fix possible snprintf possible truncationDonald Sharp7-15/+14
2018-06-08vtysh, zebra: Fix function parametersDonald Sharp2-23/+11
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
2018-06-05bgpd: Cleanup bgp_aggregate_set/unset to not worry about safi so muchDonald Sharp1-20/+2
2018-06-05lib: make netns command visible under vtyshPhilippe Guibert1-5/+5
2018-06-05bgpd: Cleanup assumptions in bgp_evpn.cDonald Sharp2-44/+31
2018-06-05ospfd: lp may be null, make sure it isn'tDonald Sharp1-2/+3
2018-06-05ospfd: Note that we do not care about self origination in this caseDonald Sharp1-1/+1
2018-06-05ripd: Intentionally ignore return from rip_send_packetDonald Sharp1-1/+1
2018-06-05vtysh: fp can never be NULL at this point in codeDonald Sharp1-1/+1
2018-06-05pimd: Comment spelling fixMartin Buck2-2/+2
2018-06-05doc: expanded PIM doc. w/ missing commandsMladen Sablic1-0/+89
2018-06-05pimd: Fix nexthop determination when sending towards RPMartin Buck2-25/+32
2018-06-04bgpd: fix missing docstringQuentin Young1-1/+2
2018-06-04doc: document 'show cli graph'Quentin Young1-9/+35
2018-06-04zebra: Fix memory leak on host prefix removalDonald Sharp1-1/+3
2018-06-04pimd: Fix debug messagesMartin Buck2-3/+3
2018-06-04zebra: Add some vrf information to debug messagesDonald Sharp1-14/+19
2018-06-04bgpd: Actually release peer from bgp_peer hashDonald Sharp1-2/+9
2018-06-04bgpd: open per vrf listen socket for linux type vrfsLou Berger2-48/+14