From: Marcin Siodelski Date: Tue, 2 Dec 2014 12:20:11 +0000 (+0100) Subject: [3630] Added missing "lease-database" entry to the DHCPv6 configuration. X-Git-Tag: kea-eng-20141219~18^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b80cea93c6c1cd82c69db8bbf8abc707f485dcc4;p=thirdparty%2Fkea.git [3630] Added missing "lease-database" entry to the DHCPv6 configuration. --- diff --git a/src/bin/keactrl/kea.conf.pre b/src/bin/keactrl/kea.conf.pre index 5a25a90cf6..526b6da91a 100644 --- a/src/bin/keactrl/kea.conf.pre +++ b/src/bin/keactrl/kea.conf.pre @@ -36,6 +36,11 @@ # Add names of interfaces to listen on. "interfaces": [ ], +# Use Memfile lease database backend to store leases in a CSV file. + "lease-database": { + "type": "memfile" + }, + # Addresses will be assigned with preferred and valid lifetimes # being 3000 and 4000, respectively. Client is told to start # renewing after 1000 seconds. If the server does not repond