Page MenuHomeVyOS Platform

DHCP range-parameters
Closed, InvalidPublicFEATURE REQUEST

Description

Just like we have "subnet-parameters" and "global-parameters", I would also like to have a "range-parameters".

Example of wanted configuration option:

[email protected]# show service dhcp-server shared-network-name VF5-XX 
 subnet 10.30.5.0/24 {
     default-router 10.30.5.1
     domain-name vf5.XX.nl
     enable-failover
     name-server 10.30.5.1
     ntp-server 10.30.5.1
     range 1 {
         start 10.30.5.9
         stop 10.30.5.9
         range-parameters "allow members of "mist" ;"
     }
 }
[edit]

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)

Event Timeline

We are against "raw" options. As it is a bad design.
Specify which exactly options you want to configure. It is better to implement them separately.

dmbaturin triaged this task as Wishlist priority.Jan 9 2024, 6:01 PM
dmbaturin edited projects, added Invalid; removed VyOS 1.4 Sagitta.