]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: de-conditionalize and reorder install_node
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 21 Jul 2024 01:30:31 +0000 (18:30 -0700)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 31 Jul 2024 12:08:53 +0000 (08:08 -0400)
commite26c580588b3689463c76aa96888147e53a48885
treedcbce24d37f8475db69e3be763ebabdcf52f10cb
parentece3132471a1f361b82dde47bbf8cbf9675a12a8
vtysh: de-conditionalize and reorder install_node

There is entirely no point to these being conditional.  And pull them up
so the upcoming pre-parse code can work on a clean slate.

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