Skip to content

Easy IPv4 auto-assign defaults to /8 subnet for managed route #94

@ryanjc12

Description

@ryanjc12

When selecting Auto-Assign from Range and using:

10.147.17.*
10.147.18.*
10.147.19.*
10.147.20.*
192.168.191.*
192.168.192.*
192.168.193.*
192.168.194.*
192.168.195.*
192.168.196.*

The default managed route is a /8 subnet instead of the correct /24. DHCP for clients do not work properly until managed route corrected to /24.

In Client.tsx file:
target: ${name.replaceAll('*', '0')}/${8 * astreriskCount},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions