]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Change bitwise operations to purpose-built macros
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 20 Jun 2016 13:31:55 +0000 (13:31 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 20 Jun 2016 14:02:15 +0000 (14:02 +0000)
commit0d72b3440bc912fc1e27a00d96ed0d94af356e6d
tree6a31f00536b26263e52d79cf44e116032bdd3f8c
parent795b5abf69904d8607e88f4dba92ab371755d2c0
zebra: Change bitwise operations to purpose-built macros

Some bitfields for zebra_debug_* flags were being modified
with bitwise operators instead of the purpose-built macros
in lib/zebra.h. Changed such instances to use the macros.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/debug.c