* Missing description.

svn path=/nixos/trunk/; revision=10047
This commit is contained in:
Eelco Dolstra 2008-01-02 12:50:46 +00:00
parent 27d5e93920
commit 0cb6f3e5c3

View File

@ -607,6 +607,10 @@
ipAddress = "192.168.1.11"; ipAddress = "192.168.1.11";
} }
]; ];
description = ''
A list mapping ethernet addresses to IP addresses for the
DHCP server.
'';
}; };
}; };