summaryrefslogtreecommitdiff
path: root/lib/command.c
AgeCommit message (Expand)Author
2021-01-19lib: Fix up str2prefix usage in lua codeDonald Sharp
2021-01-19Merge pull request #7639 from qlyoung/frr-luaRuss White
2020-12-18pathd: Add optional support for PCEP to pathdSebastien Merle
2020-12-18pathd: New SR-TE policy management daemonSebastien Merle
2020-12-01build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young
2020-12-01lib: add ability to decode from lua scriptsQuentin Young
2020-12-01lib: add 'script <type> foo' test commandQuentin Young
2020-12-01lib: start adding generic scripting stuffQuentin Young
2020-11-12lib: Fix crash walking up command chain in bgp commandsDonald Sharp
2020-10-26lib: handle exit cmd for bgp afi-safi nodesChirag Shah
2020-09-21lib: don't execute command if pre-processing hook has failedIgor Ryzhov
2020-08-03lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal
2020-07-14Revert "Rpki Encapsulation"revert-5015-rpki_vrf_encapsulationQuentin Young
2020-07-02bgpd: duplicate config commands into rpki-vrf subnodePhilippe Guibert
2020-06-19build: Allow removal of build configs from version stringJafar Al-Gharaibeh
2020-05-20bfdd,lib,vtysh: new command node for BFD profilesRafael Zalamena
2020-04-28Revert "vtysh: fix searching commands in parent nodes"Donald Sharp
2020-04-23Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter
2020-04-20*: manually remove some more sprintfQuentin Young
2020-04-17*: replace all random() callsRafael Zalamena
2020-04-16Merge pull request #6135 from opensourcerouting/cli-node-cleanupDonald Sharp
2020-04-16*: add ->node_exit to struct cmd_nodeDavid Lamparter
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2020-04-01lib: rewrite zlog lock-free & TLS-bufferedDavid Lamparter
2020-02-04*: remove null check before XFREEQuentin Young
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-12-06lib: new defaults logicDavid Lamparter
2019-11-30lib: make cmd_element & qobj_type constDavid Lamparter
2019-10-31vtysh: Add an option to set banner motd from an inputDonatas Abraitis
2019-10-14Merge pull request #5083 from zays26/feature/vtysh-masterQuentin Young
2019-10-11lib: avoid expensive operations when editing a candidate configRenato Westphal
2019-10-08vtysh: fix searching commands in parent nodesPavel Ivashchenko
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal
2019-09-05lib: optimize non-transactional cliRenato Westphal
2019-09-03vtysh, lib: allow regexp in `find` commandQuentin Young
2019-08-30bgpd/bmp: BMP implementationDavid Lamparter
2019-08-06Merge pull request #4790 from opensourcerouting/ctype-castQuentin Young
2019-08-06*: fix ctype (isalpha & co.) castsDavid Lamparter
2019-08-02all: remove logical-router functionalityIgor Ryzhov
2019-07-03lib: split off c-ares code from nhrpdDavid Lamparter
2019-06-21lib: use MTYPE_STATICDavid Lamparter
2019-06-18Merge pull request #4300 from adharkar/frr-master-rmap_debugDonald Sharp
2019-06-12lib: fix outdated candidate configuration issueRenato Westphal
2019-06-11Lib: Debugs for route-map code in FRRAmeya Dharkar
2019-05-31Merge pull request #4430 from lkrishnamoor/hostname_crashDonald Sharp
2019-05-31lib: crash when FRR hostname length > 80 charsLakshman Krishnamoorthy