c3d2: enable dhcp

This commit is contained in:
Astro 2021-06-09 22:09:18 +02:00
parent 58047f565e
commit 6d0c99c6ce
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,15 @@ in
{
core.ospf.secret = pillar.ospf.secret;
pub.dynamicDomain = true;
c3d2.dhcp = {
server = "c3d2-gw3";
router = "c3d2-anon";
start = "172.22.99.100";
end = "172.22.99.199";
time = 86400;
max-time = 30 * 86400;
};
}
# net priv* settings