]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: fix checking empty interface node 14153/head
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 4 Aug 2023 21:46:45 +0000 (00:46 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 4 Aug 2023 21:46:45 +0000 (00:46 +0300)
commitcedba2406f9c46aa83778185c0e4028fe6f3ee05
treeb0e2e83bfd0ac7cf1c38ace7402b6aeaa6b5f796
parent3eb4d42e62bd47a3265f5b08ec372108ef1388d8
vtysh: fix checking empty interface node

vtysh is not supposed to show empty interface node in running config,
however the corresponding check is broken and empty nodes are shown.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
vtysh/vtysh_config.c