]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add check for prefix length from kernel messages
authorStephen Worley <sworley@cumulusnetworks.com>
Sat, 21 Jul 2018 03:20:28 +0000 (23:20 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 23 Jul 2018 18:21:59 +0000 (14:21 -0400)
commit930571d24f051e2088b76e7e9eeed58b2bb51455
tree05831efc3c1ad2e7799ab9319e341950e7524d7c
parentf4f9200dec321a567348ad45dd9bfe1641e0074a
zebra: Add check for prefix length from kernel messages

Zebra needed a check that varifies the prefix length
of an address is a valid length when receiving route
changes and interface address changes.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/if_netlink.c
zebra/rt_netlink.c