]> git.puffer.fish Git - matthieu/frr.git/commit
lib: don't allow to recurse inside route-map node
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 19 Feb 2020 20:51:07 +0000 (17:51 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 19 Feb 2020 20:54:08 +0000 (17:54 -0300)
commit2f95da328470ed346b9c6a223fe65d98eb636132
tree63312463b91c851bb3ffaff3765ea749f9f2d703
parent67c5e28cb9a61eb4a30a8d4566977bf1ce1d8e59
lib: don't allow to recurse inside route-map node

vtysh should handle going back up one level to try the command, there is
no need to be able to recurse inside route-map.

This also fixes a problem with northbound hitting the XPath queue limit
of 8 nodes.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
lib/routemap_cli.c