mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
parent
4b79d6a898
commit
fdefda9cbe
@ -70,7 +70,7 @@ global expression for that subnet. An example subnet expression is shown below:
|
||||
// This is a subnet-specific user context.
|
||||
"user-context": {
|
||||
"ddns-tuning:" {
|
||||
"hostame-expr": "'guest-'+Int8ToText(substring(pkt4.yiaddr, 0,1))+'-' \
|
||||
"hostname-expr": "'guest-'+Int8ToText(substring(pkt4.yiaddr, 0,1))+'-' \
|
||||
+Int8ToText(substring(pkt4.yiaddr, 1,2))+'-' \
|
||||
+Int8ToText(substring(pkt4.yiaddr, 2,3))+'-' \
|
||||
+Int8ToText(substring(pkt4.yiaddr, 3,4))",
|
||||
|
Loading…
x
Reference in New Issue
Block a user