commit | 54f1476c2ab201808fae1ec9f2ee1a5460f7882b | [log] [tgz] |
---|---|---|
author | Quentin Young <qlyoung@cumulusnetworks.com> | Mon Jun 20 13:58:05 2016 -0400 |
committer | Paul Jakma <paul@quagga.net> | Mon Jan 23 18:51:55 2017 +0000 |
tree | 038a2fe8af729e9cbf18af0cbbd3cc284581cfbc | |
parent | be987c2804730f39828e2e047fb09f05ebd9915a [diff] |
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> Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com> Acked-by: Jafar Al-Gharaibeh <jafar@atcorp.com> Tested-by: NetDEF CI System <cisystem@netdef.org>