]> git.proxmox.com Git - mirror_frr.git/commit - pbrd/pbr_map.c
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)
committerStephen Worley <sworley@cumulusnetworks.com>
Wed, 23 Sep 2020 18:17:15 +0000 (14:17 -0400)
commit5d06c5d5ef50b66f7ffc2fee70c20f49d064aa87
tree4b7477ec79aa225e58b74489cac722ceadedff77
parentfe870621b577e3a486604b95cedd4fde86d36ccd
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