summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-14*: remove VTYNL, part 5 of 6David Lamparter7-142/+134
2017-07-14*: remove VTYNL, part 4 of 6David Lamparter33-1067/+906
2017-07-14*: remove VTYNL, part 3 of 6David Lamparter27-136/+100
2017-07-14*: remove VTYNL, part 2 of 6David Lamparter28-515/+442
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter50-219/+219
2017-07-14ospf6d: VNL -> VTYNLDavid Lamparter15-345/+345
2017-07-14*: ditch vty_outln(), part 2 of 2David Lamparter37-233/+233
2017-07-13babeld: Allow babel to redistribute v6 routesDonald Sharp1-0/+2
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton67-872/+898
2017-07-13vtysh: fixup password commandsQuentin Young1-27/+4
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter119-2685/+2685
2017-07-13lib: move \n vs. \r\n handling into vty codeDavid Lamparter5-44/+74
2017-07-13lib: vty: warn when using compatibility macrosDavid Lamparter1-7/+29
2017-07-13*: COMMUNITY.md: compatibility foo & deprecationDavid Lamparter1-0/+12
2017-07-12doc: update a few places to say FRRJafar Al-Gharaibeh2-4/+4
2017-07-12zebra: rename to frrconfdirJafar Al-Gharaibeh1-1/+1
2017-07-12tools: update to use FRR nameJafar Al-Gharaibeh3-6/+6
2017-07-12gitignore: update references to FRRJafar Al-Gharaibeh3-14/+14
2017-07-12lib: fix error message to reference FRRJafar Al-Gharaibeh1-1/+1
2017-07-12lib: Change comment to reference watchfrrJafar Al-Gharaibeh1-1/+1
2017-07-12watchfrr: fix error messageJafar Al-Gharaibeh1-1/+1
2017-07-12config: switch a few references to say FRRJafar Al-Gharaibeh4-24/+24
2017-07-11doc: add Backwards Compatibility section to COMMUNITY.mdLou Berger1-0/+21
2017-07-11lib: use 32-bit atomics, s/pow/mulQuentin Young2-9/+4
2017-07-11vty: add some more defines for backwards compatibilityLou Berger1-0/+4
2017-07-11bgpd: --enable-multipath=256 setting is ignoredDaniel Walton2-10/+11
2017-07-11lib: grammar_sandbox: don't pre-setup nodegraphDavid Lamparter1-11/+19
2017-07-11lib: drop off "masters" list on master_free()David Lamparter1-0/+6
2017-07-11build: fix ttable testDavid Lamparter1-1/+3
2017-07-11lib: fix out-of-tree buildDavid Lamparter1-1/+1
2017-07-11lib: hash: don't double-init hash listDavid Lamparter1-1/+7
2017-07-11vty: add some defines for backwards compatibilityLou Berger1-0/+5
2017-07-11bgpd: have labeled unicast print consistent with other safisLou Berger1-2/+2
2017-07-10lib: Remove typedef from ipaddrDonald Sharp2-6/+6
2017-07-10bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton1-1/+0
2017-07-07bgpd: peer-group members 'activate' when they shouldn'tDaniel Walton1-0/+4
2017-07-07config: No need to test these if enabled. Plays havoc with make distribution.Ryan Hagelstrom1-9/+3
2017-07-07docs: Changed the manpage section from 1 to 8 so it conforms with its definitionRyan Hagelstrom1-1/+1
2017-07-07tools: etc needed in extra dist to make distribution correctlyRyan Hagelstrom1-1/+1
2017-07-07build: Hard directory instead of dynamic so make distribution works correctlyRyan Hagelstrom1-3/+2
2017-07-06lib: fix more docstringsQuentin Young2-5/+2
2017-07-06lib: fix vty_out with >1024 bytes of outputDavid Lamparter1-2/+4
2017-07-05bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton2-39/+4
2017-07-05bgpd: "address-family" not displayed in configurationDaniel Walton1-1/+1
2017-07-05*: fix excess docstringQuentin Young14-151/+53
2017-07-05doc: update build docs for ubuntuQuentin Young3-12/+12
2017-07-05lib: warn about too much docstringQuentin Young1-0/+8
2017-07-05zebra: fix mpls_str2label()Quentin Young1-1/+1
2017-07-02lib, vtysh: rebase hashstatsQuentin Young2-17/+14
2017-07-02lib: use doubles instead of long doublesQuentin Young1-20/+21