dpdk: Add support for Mellanox ConnectX-4 devices
[vpp.git] / src / scripts / vnet / 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 }