Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin to assign routers/subnet from router interfaces #165

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dulitz
Copy link

@dulitz dulitz commented Feb 8, 2023

The routercidr plugin sets the DHCPv4 router(s) and subnet mask based on the IP address assigned by a preceding plugin. Its config file consists of a series of router interfaces in CIDR notation, against which the IP address is matched.

This PR loads the plugin by default. The justification for that is that, without it, default coredhcp can't assign a router when it's allocating addresses in more than one subnet, since with the router plugin there can only be one.

… on the IP address

assigned by a preceding plugin. Its config file consists of a series of router interfaces
in CIDR notation, against which the IP address is matched.

Signed-off-by: dulitz <[email protected]>
Signed-off-by: dulitz <[email protected]>
@dulitz dulitz mentioned this pull request Feb 9, 2023
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.

None yet

1 participant