d4cb3ed718ab955e75da1976574ad860a1b41759
[vpp.git] / vnet / etc / scripts / dhcp / dhcpd.conf
1 # add at the bottom
2
3 subnet 192.168.0.0 netmask 255.255.0.0 {
4    range 192.168.1.10 192.168.1.254;
5    option routers 192.168.1.1;
6    default-lease-time 15;
7    max-lease-time 15;
8 }