]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Make prefix length check return error
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 26 Jul 2018 19:10:53 +0000 (15:10 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 26 Jul 2018 19:10:53 +0000 (15:10 -0400)
commite17d9b2dfe77e5b5962b02566eb22f209cd431bf
tree4bd2fc2bbe758cad00bd2203b9099918e25c6d45
parent758297039c05736c7881ff8719fe5a300cc0c4da
zebra: Make prefix length check return error

Prefix length validation checks should be returning an error
rather than 0. Switch to that and make them error messages.

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