Skip to content

fix: correct wrong value types for ip_portrange, ipv6_cpe_wanif and i…#21

Merged
scovl merged 1 commit intomainfrom
fix/incorrect-value-types-in-config-options
Mar 20, 2026
Merged

fix: correct wrong value types for ip_portrange, ipv6_cpe_wanif and i…#21
scovl merged 1 commit intomainfrom
fix/incorrect-value-types-in-config-options

Conversation

@scovl
Copy link
Copy Markdown
Owner

@scovl scovl commented Mar 20, 2026

…pv6_default_interface

ip_portrange_first and ip_portrange_last are port numbers, not booleans. Change from TYPE_BOOL to TYPE_INT.

ipv6_cpe_wanif and ipv6_default_interface accept network interface names (e.g. em0), not YES/NO. Change from TYPE_BOOL to TYPE_STRING.

…pv6_default_interface

ip_portrange_first and ip_portrange_last are port numbers, not booleans.
Change from TYPE_BOOL to TYPE_INT.

ipv6_cpe_wanif and ipv6_default_interface accept network interface
names (e.g. em0), not YES/NO. Change from TYPE_BOOL to TYPE_STRING.
@scovl scovl merged commit 64a4874 into main Mar 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant