]> git.puffer.fish Git - mirror/frr.git/commit
vtysh: dispatch unique-id backtrace cmd properly 10074/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 16 Nov 2021 12:29:44 +0000 (13:29 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 16 Nov 2021 17:51:22 +0000 (18:51 +0100)
commit0beb61abc21c082e18dc1f1d78e256ca57cff337
tree874f8bb694d09032b926930c41094248762ca166
parentdd2c81b8c09ac8c27ca909cf16640815941df31e
vtysh: dispatch unique-id backtrace cmd properly

i.e. to whoever cares, since some unique IDs (from libfrr) are valid
everywhere but some others (from the daemons) only apply to specific
daemons.

(Default handling aborts on first error, so configuring any unique IDs
that don't exist on the first daemon vtysh connects to just failed
before this.)

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