]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3389a] tabs => spaces
authorTomek Mrugalski <tomasz@isc.org>
Fri, 30 Jun 2017 16:51:01 +0000 (18:51 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Fri, 30 Jun 2017 16:51:01 +0000 (18:51 +0200)
doc/examples/kea4/advanced.json
doc/examples/kea6/advanced.json

index 8f972e57f147978100a44ba245bdd1fe01e2f330..35edaa0243b137365c2116b94130ed4f1df97e95 100644 (file)
@@ -31,9 +31,9 @@
         // Ethernet/IP stack processing.
         "dhcp-socket-type": "udp",
 
-       // This makes interfaces to be re-detected at each (re-)configuration.
-       // By default it is true.
-       "re-detect": true
+        // This makes interfaces to be re-detected at each (re-)configuration.
+        // By default it is true.
+        "re-detect": true
     },
 
     // We need to specify the the database used to store leases. As of
index f5722a53878ad58ec72cd0cecdcc4a5b27074d4a..9e72576cfe80b0886ae497616fee13a9658a3721 100644 (file)
@@ -18,9 +18,9 @@
   "interfaces-config": {
     "interfaces": [ "ethX" ],
 
-       // This makes interfaces to be re-detected at each (re-)configuration.
-       // By default it is true.
-       "re-detect": true
+        // This makes interfaces to be re-detected at each (re-)configuration.
+        // By default it is true.
+        "re-detect": true
   },
 
   // We need to specify the the database used to store leases. As of