Page MenuHomeVyOS Platform

dhcp range exclude improve documentation
Closed, InvalidPublic

Description

range should be inside subnet

in documentation https://docs.vyos.io/en/latest/configuration/service/dhcp-server.html we have

set service dhcp-server shared-network-name <name> subnet <subnet> exclude <address>

but it should be

set service dhcp-server shared-network-name <name> subnet <subnet> range <n> exclude <address>

that apply in all documentation branches.

I can fix in documentation, just opened task to make sure

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Documentation update

Event Timeline

Always exclude this address from any defined range. This address will never be assigned by the DHCP server.

Ok, it will exclude in any range.
Forget about it