]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd, ospfd, ospf6d: long is not bool :(
authorDavid Lamparter <equinox@diac24.net>
Thu, 2 Apr 2020 19:16:04 +0000 (21:16 +0200)
committerDavid Lamparter <equinox@diac24.net>
Thu, 2 Apr 2020 19:16:04 +0000 (21:16 +0200)
commit4c1458b595282bff6a6e0b20767bb5cb655d0b4c
tree93b03c47e1f42240e917b9f0c4583c804a186532
parent85775c536183fef1dedd9aac68128a2b0c3761e5
bgpd, ospfd, ospf6d: long is not bool :(

... Oops ...

(for context, the defaults code originally didn't have a dedicated
"bool" variant and just used long for bools...  I derp'd this when
adding bool as a separate case :( )

Reported-by: Donald Sharp <sharpd@cumulusnetworks.com>
Signed-off-by: David Lamparter <equinox@diac24.net>
bgpd/bgp_vty.c
ospf6d/ospf6_top.c
ospfd/ospf_vty.c