bird1: rename get_bool() to get_a_bool() in bird{4,6}-lib.sh
authorRoger Pueyo Centelles <roger.pueyo@guifi.net>
Sun, 26 Feb 2023 16:02:08 +0000 (17:02 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 6 Mar 2023 12:00:14 +0000 (13:00 +0100)
commitd32f93e0499164ac171228bbb6e8a5b17b8785fe
treee47205d01c13e8ecf7ffc5117f68fdb9d4c68948
parent6697ca291f97438e937897d73acc46a29d7dc9f4
bird1: rename get_bool() to get_a_bool() in bird{4,6}-lib.sh

This patch renames the get_bool() function, implemented in the
bird4-lib.sh and bird6-lib.sh files (respectively, for the IPv4 and
the IPv6 versions of the package), as well as all the calls to it.
This way, we avoid a function name collision with the one provided by
file /lib/functions.sh, which is slightly different and caused an
out-of-memory error when parsing the bird4/bird6 UCI config files.

Fixes #920.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
bird1-openwrt/Makefile
bird1-openwrt/bird1-ipv4-openwrt/src/init.d/bird4-lib.sh
bird1-openwrt/bird1-ipv6-openwrt/src/init.d/bird6-lib.sh