kea: Add routers DHCP option
This commit is contained in:
parent
51672c186b
commit
36d0dc1fe0
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@
|
|||
pools = [ { pool = "10.0.0.150 - 10.0.0.200"; } ];
|
||||
subnet = "10.0.0.0/24";
|
||||
option-data = [
|
||||
{
|
||||
name = "routers";
|
||||
data = "10.0.0.1";
|
||||
}
|
||||
{
|
||||
name = "domain-name-servers";
|
||||
data = "10.0.0.206";
|
||||
|
|
Loading…
Reference in a new issue