]> git.proxmox.com Git - mirror_frr.git/commit - lib/command_parse.y
lib: assign CLI varnames while parsing
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 18 Oct 2021 12:30:01 +0000 (14:30 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 18 Oct 2021 17:48:11 +0000 (19:48 +0200)
commit8005767b2e5c177d0185a1541c7393d9ed8d1712
tree0462205169c10478ddfb11bf6bb2fbd93183df6c
parente9f7b2b597ad8c6947ce3b7238e89391e4f9f863
lib: assign CLI varnames while parsing

... rather than running a costly extra pass across the finished tree.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command_graph.c
lib/command_graph.h
lib/command_parse.y