summaryrefslogtreecommitdiffstats
path: root/lib/command.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into bfd-finalDonald Sharp2018-08-141-5/+1
|\
| * *: ALLOC calls cannot failDonald Sharp2018-08-111-5/+1
* | bfdd: add vty shell commandsRafael Zalamena2018-08-081-0/+11
|/
* Merge pull request #2503 from pacovn/Coverity_1469898_Uninitialized_scalar_va...Quentin Young2018-06-261-2/+5
|\
| * lib: uninitialized variable (2) (Coverity 1469898)paco2018-06-221-2/+5
* | *: remove deprecated 'log trap' commandsQuentin Young2018-06-251-39/+0
* | lib: null check (Coverity 1470150)paco2018-06-221-0/+3
* | lib: Add --log-level to daemonsDonald Sharp2018-06-191-4/+14
* | lib: Add new cli to specify where to output logs on startupDonald Sharp2018-06-191-1/+22
|/
* lib: null return value check (Coverity 1469894)paco2018-06-121-2/+3
* lib: fix output mangling with | includeQuentin Young2018-06-061-3/+2
* lib: add vector_compact(), use after str splitsQuentin Young2018-06-061-2/+4
* lib: fix static analysis issues, use regfree()Quentin Young2018-06-061-2/+11
* lib: add vector_remove() to vector.[ch]Quentin Young2018-06-061-1/+2
* *: style for | supportQuentin Young2018-06-061-5/+6
* vtysh: add | supportQuentin Young2018-06-061-2/+2
* lib: add cli preprocessor for `|` actionsQuentin Young2018-06-061-0/+53
* lib: add hook for preprocessing commandsQuentin Young2018-06-061-0/+63
* lib: add string utilitiesQuentin Young2018-06-061-79/+39
* lib: Moved no-password warnings into header filePascal Mathis2018-05-131-16/+4
* lib: Improved warnings for 'no (enable) password'Pascal Mathis2018-05-121-14/+22
* Merge pull request #2132 from donaldsharp/missed_stuffRuss White2018-05-121-78/+101
|\
| * lib: Fix bad functionDonald Sharp2018-05-091-1/+1
| * bgpd, lib, zebra: Cleanup formatting issues foundDonald Sharp2018-05-091-14/+22
| * watchfrr always writes 'log syslog informational' to the configDaniel Walton2018-05-091-78/+93
| * lib: move ip node above vrf node for config orderQuentin Young2018-05-091-1/+1
* | lib: Ported 'no (enable) password' from stable/3.0Pascal Mathis2018-05-111-3/+46
|/
* lib: allow hostname to begin with a letter or numberDon Slice2018-05-011-1/+1
* lib: add ability to dump cli mode graphQuentin Young2018-04-221-0/+40
* pbrd: Add PBR to FRRDonald Sharp2018-04-061-0/+3
* lib: remove IRDP_NODEQuentin Young2018-04-031-1/+0
* Merge pull request #2005 from qlyoung/remove-masc-nodeRafael Zalamena2018-04-021-3/+0
|\
| * lib: remove MASC_NODEQuentin Young2018-03-301-3/+0
* | lib: remove SERVICE_NODEQuentin Young2018-03-301-1/+0
|/
* bgpd: add flowspec featurejaydom2018-03-301-0/+10
* bgpd: new vpn-policy CLIG. Paul Ziemba2018-03-201-8/+0
* lib: add new BGP VPN policy command nodeG. Paul Ziemba2018-03-091-0/+8
* lib, vtysh: Start cli for nexthop-groupDonald Sharp2018-03-091-0/+3
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-14/+12
* Merge pull request #1728 from mkanjari/evpn-bug-fixesPhilippe Guibert2018-03-061-0/+3
|\
| * vtysh/lib: write domainname to config fileMitesh Kanjariya2018-02-091-0/+3
* | lib: split logicalrouter and vrf netns featurePhilippe Guibert2018-02-271-3/+3
|/
* *: silence '-Wchar-subscripts' warnings on NetBSDRenato Westphal2018-02-021-2/+2
* lib, pimd: Remove PIM_NODE as it is not neededDonald Sharp2018-01-301-3/+0
* Merge pull request #1436 from rtrlib/rpkiDonald Sharp2017-11-131-0/+1
|\
| * bgpd: Add RPKI/RTR supportMarcel Röthke2017-11-101-0/+1
* | lib: Fix command `copy running-config startup-config` to alias `write file`pogojotz2017-11-121-24/+31
|/
* *: add missing \n in some help stringsRenato Westphal2017-10-241-1/+1
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-4/+4
* lib: Hash creation cleanupDonald Sharp2017-09-051-2/+7