]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: defer CLI tree building
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 18 Oct 2021 09:51:09 +0000 (11:51 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Mon, 18 Oct 2021 17:48:11 +0000 (19:48 +0200)
commit0e06eb8b2ea1eff8c67752533d66e96bb9bebfdb
treee906e47b16d0b157368d8ad7b1af3cf65c2d9c7d
parent8005767b2e5c177d0185a1541c7393d9ed8d1712
vtysh: defer CLI tree building

We don't need the CLI tree until we actually enter the node.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/command.c
lib/command.h
lib/grammar_sandbox.c
vtysh/vtysh.c