summaryrefslogtreecommitdiffstats
path: root/vtysh (unfollow)
Commit message (Expand)AuthorFilesLines
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-11doc: add Backwards Compatibility section to COMMUNITY.mdLou Berger1-0/+21
2017-07-11vty: add some more defines for backwards compatibilityLou Berger1-0/+4
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-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
2017-07-02*: update hash_create(), hash_create_size()Quentin Young28-37/+38
2017-07-02lib, vtysh: hashtable statisticsQuentin Young4-136/+231
2017-07-02lib: add statistics for hash tablesQuentin Young4-0/+164
2017-06-30bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST tableDaniel Walton1-7/+2
2017-06-30lib: printf bugfixes & improvementQuentin Young4-11/+14
2017-06-30ospfd: Fix 'advanced' type data base showDonald Sharp1-29/+11
2017-06-30ospf6d: Fix zclient cleanup on shutdownDonald Sharp1-1/+4
2017-06-30ospfd: Fix zclient cleanup on shutdownDonald Sharp1-0/+2
2017-06-30pimd: Fix zclient cleanup on shutdownDonald Sharp2-0/+10
2017-06-30ripd: Fix zclient cleanup on shutdownDonald Sharp3-0/+10
2017-06-30ripngd: Fix zclient cleanup on shutdownDonald Sharp3-0/+9
2017-06-30nhrpd: Fix zclient cleanup on shutdownDonald Sharp1-0/+1
2017-06-30isisd: Fix zclient cleanup on shutdownDonald Sharp3-0/+10
2017-06-30eigrpd: Fix zclient cleanup on shutdownDonald Sharp1-2/+4
2017-06-30babeld: Fix zclient cleanup on shutdownDonald Sharp1-0/+1
2017-06-30lib: Fix clang warningDonald Sharp1-1/+1
2017-06-30bgpd: Make SAFI-1 and SAFI-4 use the same tableDaniel Walton1-3/+4
2017-06-30bgpd: Make SAFI-1 and SAFI-4 use the same tableDaniel Walton1-2/+2
2017-06-30lib: fix merge errorQuentin Young1-1/+0
2017-06-30lib: more `show thread cpu`Quentin Young20-29/+49
2017-06-30lib: make `show thread...` commands mt-awareQuentin Young2-164/+163
2017-06-30lib: mt-safe tracebacksQuentin Young3-20/+30
2017-06-30lib: un-static trash buffer for pipe pokerQuentin Young1-1/+1
2017-06-30lib: always use 64-bit integers for jsonQuentin Young3-10/+2
2017-06-29lib, bgpd: fix .gitignoreQuentin Young2-0/+4
2017-06-29*: rebase vty_outln() -> masterQuentin Young5-16/+15
2017-06-29*: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young49-216/+216
2017-06-29*: s/VTY_NEWLINE/VTYNL/gQuentin Young47-1041/+1032
2017-06-29*: use vty_outlnQuentin Young121-4545/+4177