::
- "Dhcp4:" {
+ "Dhcp4": {
# This specifies global reservations.
# They will apply to all subnets that
# have global reservations enabled.
::
- "Dhcp6:" {
+ "Dhcp6": {
# This specifies global reservations.
# They will apply to all subnets that
# have global reservations enabled.
// This is a subnet-specific user context.
"user-context": {
- "ddns-tuning:" {
+ "ddns-tuning": {
"hostname-expr": "'guest-'+Int8ToText(substring(pkt4.yiaddr, 0,1))+'-' \
+Int8ToText(substring(pkt4.yiaddr, 1,2))+'-' \
+Int8ToText(substring(pkt4.yiaddr, 2,3))+'-' \
"pool": "192.0.2.10 - 192.0.2.20",
} ],
"user-context": {
- "ddns-tuning:" {
+ "ddns-tuning": {
"hostname-expr": "'guest-'+Int8ToText(substring(pkt4.yiaddr, 0,1))+'-' \
+Int8ToText(substring(pkt4.yiaddr, 1,2))+'-' \
+Int8ToText(substring(pkt4.yiaddr, 2,3))+'-' \