]> git.puffer.fish Git - matthieu/frr.git/commit
pbrd: use bool for pbr_send_pbr_map() return val
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 23 Sep 2020 18:17:15 +0000 (14:17 -0400)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 7 Oct 2020 08:01:16 +0000 (11:01 +0300)
commit3e6ad80a1758c8bb13c639a09eff13c8383d6127
tree75a124dbb52300e655ae965fdf44043906236396
parentf513b3724a97a2829d10d3402d7e82fa1681a22c
pbrd: use bool for pbr_send_pbr_map() return val

Use a bool as the return val for pbr_send_pbr_map() to make
the code a bit more readable. Dont expect there to be need
for values other than true or false anyway.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
pbrd/pbr_map.c
pbrd/pbr_zebra.c
pbrd/pbr_zebra.h