[quagga-dev 15660] [PATCH] zebra: Change bitwise operations to purpose-built macros

2016-06-20 Thread Quentin Young
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 <qlyo...@cumulusnetworks.com> --- zebra/debug.c | 20 ++-- 1 file c

[quagga-dev 15623] [PATCH] lib: Clean command.c

2016-06-16 Thread Quentin Young
Removed dead code paths and fixed a typo. Signed-off-by: Quentin Young <qlyo...@cumulusnetworks.com> --- lib/command.c | 69 +-- 1 file changed, 1 insertion(+), 68 deletions(-) diff --git a/lib/command.c b/lib/command.c index 8