]> git.puffer.fish Git - matthieu/frr.git/commit
lib: optimize VTY_CHECK_XPATH
authorRenato Westphal <renato@opensourcerouting.org>
Sat, 5 Oct 2019 23:52:36 +0000 (20:52 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 12 Oct 2019 00:18:36 +0000 (21:18 -0300)
commitcaaa8b9c834dcf26292af67ebaaf154cac7cb8fe
treea90d02fef0f02c7740d752a60d8d23921bcf0ad9
parent09ea1a40386f02a13cdb0462cc55af0d03f0c277
lib: optimize VTY_CHECK_XPATH

There's no need to check for removed configuration objects in the
following two cases:
* A private candidate configuration is being edited;
* The startup configuration is being read.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
lib/vty.h