]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix filter northbound crash when batching
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Thu, 30 Apr 2020 13:35:22 +0000 (10:35 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 5 Jun 2020 17:36:52 +0000 (14:36 -0300)
commit63895e83cbba519fb0d442cf4b80c021c6114b01
tree3771c8bf3e510183019260bb51f55b21fca2761d
parent7b611145c86857f28cdd736a85a2e29b78e8582c
lib: fix filter northbound crash when batching

Look up next sequence number by checking XPath instead of trying to
access unallocated context data structures.

This only applies for creation, on destroy the data structures must be
there.

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