]> git.proxmox.com Git - mirror_frr.git/commit
lib: Fixed bad node copy, modified token regex
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 1 Aug 2016 17:03:39 +0000 (17:03 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 1 Aug 2016 17:03:39 +0000 (17:03 +0000)
commit1a8c390d4abc7c3f599813ddee6ca3990de7576c
treee7a7978f6423049e91b5de4183804d13a2b78f38
parent6d53a10e4cf873ff61a3dada644d15be83dd54c0
lib: Fixed bad node copy, modified token regex

When building argv for matched command, only the
last node was being copied to argv; the rest were
added by reference. Additionally the regex for
certain tokens was too restrictive and disallowed
characters allowed by the old parser; these have
been reinstated.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
feed.x [changed mode: 0644->0755]
lib/command_graph.c
lib/command_graph.h
lib/command_lex.l
lib/command_match.c
lib/command_parse.y