]> git.ipfire.org Git - thirdparty/bird.git/commit
Conf: Switch options should use boolean values
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 9 May 2025 13:38:31 +0000 (15:38 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 10 May 2025 13:32:02 +0000 (15:32 +0200)
commit474ce47b25d3753839bea701de8a2cd52a5421f6
tree4cfc894c227940ec5af882096d005eb5ef893c26
parent36b2092213347a00021c9ae04ad5ccc75baef947
Conf: Switch options should use boolean values

Fix switch options to use boolean constants and expressions intead of
integer ones. Still allow integer values with deprecation warning.

Also, allow true/false in addition to on/off and yes/no.
conf/confbase.Y