]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix the "no match ipv6 next-hop type" command
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 19 Oct 2018 18:55:31 +0000 (15:55 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 20 Oct 2018 15:39:05 +0000 (12:39 -0300)
commit4cfecc3ea9dd2c4d3d5f5d4a17971f9cc826e14c
treeb923f0ad215106e8746ce8de46d6d169ce2051e7
parent9f2337c913d0881701597edd419d1ba96b06f109
lib: fix the "no match ipv6 next-hop type" command

Trivial NULL pointer dereference bug.

Fixes the following crash:
bgpd aborted: vtysh -c "configure terminal" -c "route-map RMAP permit 1" -c "no match ipv6 next-hop type"

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