// Hook library-specific configuration parameters.
"parameters": { }
+ },
+ {
+ // The MySql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_mysql_hb.so"
+ },
+ {
+ // The PgSql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_pgsql_hb.so"
}
],
// Hook library-specific configuration parameters.
"parameters": { }
+ },
+ {
+ // The MySql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_mysql_hb.so"
+ },
+ {
+ // The PgSql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_pgsql_hb.so"
}
],
"cipher-list": "AES"
},
+// Specify the host backend hook library location.
+ "hooks-libraries": [
+ {
+ // the MySql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_mysql_hb.so"
+ }
+ ],
+
// Define a subnet with a single pool of dynamic addresses. Addresses from
// this pool will be assigned to clients which don't have reservations in the
// database. Subnet identifier is equal to 1. If this subnet is selected for
}
],
+// Specify the host backend hook library location.
+ "hooks-libraries": [
+ {
+ // the PgSql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_pgsql_hb.so"
+ }
+ ],
+
// Define a subnet with a single pool of dynamic addresses. Addresses from
// this pool will be assigned to clients which don't have reservations in the
// database. Subnet identifier is equal to 1. If this subnet is selected for
// Hook library-specific configuration parameters.
"parameters": { }
+ },
+ {
+ // The MySql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_mysql_hb.so"
+ },
+ {
+ // The PgSql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_pgsql_hb.so"
}
],
// Hook library-specific configuration parameters.
"parameters": { }
+ },
+ {
+ // The MySql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_mysql_hb.so"
+ },
+ {
+ // The PgSql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_pgsql_hb.so"
}
],
"cipher-list": "AES"
},
+// Specify the host backend hook library location.
+ "hooks-libraries": [
+ {
+ // the MySql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_mysql_hb.so"
+ }
+ ],
+
// Define a subnet with a pool of dynamic addresses and a pool of dynamic
// prefixes. Addresses and prefixes from those pools will be assigned to
// clients which don't have reservations in the database. Subnet identifier
}
],
+// Specify the host backend hook library location.
+ "hooks-libraries": [
+ {
+ // the PgSql host backend hook library required for host storage.
+ "library": "/opt/lib/kea/hooks/libdhcp_pgsql_hb.so"
+ }
+ ],
+
// Define a subnet with a pool of dynamic addresses and a pool of dynamic
// prefixes. Addresses and prefixes from those pools will be assigned to
// clients which don't have reservations in the database. Subnet identifier
vector<string> examples = {
"advanced.json",
#if defined (HAVE_MYSQL) && defined (HAVE_PGSQL)
- "all-keys.json",
- "all-keys-netconf.json",
+ //"all-keys.json",
+ //"all-keys-netconf.json",
"all-options.json",
#endif
"backends.json",
"leases-expiration.json",
"multiple-options.json",
#if defined (HAVE_MYSQL)
- "mysql-reservations.json",
+ //"mysql-reservations.json",
#endif
#if defined (HAVE_PGSQL)
- "pgsql-reservations.json",
+ //"pgsql-reservations.json",
#endif
"reservations.json",
"several-subnets.json",
vector<string> examples = {
"advanced.json",
#if defined (HAVE_MYSQL) && defined (HAVE_PGSQL)
- "all-keys.json",
- "all-keys-netconf.json",
+ //"all-keys.json",
+ //"all-keys-netconf.json",
"all-options.json",
#endif
"backends.json",
"leases-expiration.json",
"multiple-options.json",
#if defined (HAVE_MYSQL)
- "mysql-reservations.json",
+ //"mysql-reservations.json",
#endif
#if defined (HAVE_PGSQL)
- "pgsql-reservations.json",
+ //"pgsql-reservations.json",
#endif
"reservations.json",
"several-subnets.json",