|
@@ -8,7 +8,9 @@
|
|
|
|
|
|
{
|
|
|
# Kea is told to listen on ethX interface only.
|
|
|
- "interfaces": [ "ethX" ],
|
|
|
+ "interfaces-config": {
|
|
|
+ "interfaces": [ "ethX" ]
|
|
|
+ },
|
|
|
|
|
|
# We need to specify lease type. As of May 2014, three backends are supported:
|
|
|
# memfile, mysql and pgsql. We'll just use memfile, because it doesn't require
|