]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_zebra.c
pimd: use bool instead of int to pass true/false
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Sep 2018 18:09:06 +0000 (14:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 17 Sep 2018 18:09:06 +0000 (14:09 -0400)
commit85a13586ed7fa718d30f73afb443a48072dcb0d9
tree248b02bc681c733ee772e9a5e1b2d6d038382016
parent59752d4ea5fc500db2f659f85f2e8c68045a83b8
pimd: use bool instead of int to pass true/false

In pim_if_new use bool instead of an int to pass
true/false values for what we should create the
pim interface type for.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c
pimd/pim_iface.c
pimd/pim_iface.h
pimd/pim_zebra.c