]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix crash in `match ip next-hop address` command
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 2 Jun 2020 16:23:09 +0000 (12:23 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 2 Jun 2020 16:23:09 +0000 (12:23 -0400)
commit17ac51eb01f630355a6762fdcad599aa894ac760
treec7799b3840bdaa301527bf0d1d3ec1718f9d2c11
parentf981d44931ced06f594b33c54a27d6d843ad0379
bgpd: Fix crash in `match ip next-hop address` command

When issuing the command `match ip next-hop address`
bgp would crash.  This is because the no form of the
command was making the address optional and we would
try to read data we should not be.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_routemap.c