f5-declarative-onboarding
f5-declarative-onboarding copied to clipboard
DNS_Resolver_forwardZones/name should accept “.” as FQDN
Is your feature request related to a problem? Please describe.
An ISP customer, Orange, would like the possibility to configure the DNS_Resolver_forwardZones/name with “.” as FQDN.
Describe the solution you'd like
It should be supported in the DO schema: name(string) can be "." only
Describe alternatives you've considered
It works when it's configured either by GUI or tmsh as shown below:
list net dns-resolver **Test** all-properties
net dns-resolver Test {
answer-default-zones no
app-service none
cache-size 5632k
description none
**forward-zones {
. {**
nameservers {
192.168.10.110:domain { }
}
}
}
partition Common
randomize-query-name-case yes
route-domain 0
use-ipv4 yes
use-ipv6 yes
use-tcp yes
use-udp yes
}
Additional context
Add any other context, such as the desired tmsh configuration, about the feature request here.
I'd like this too, if possible. Looks like it might need the schema customized to support the single dot as it's not compliant with the "hostname" type.
Bumping this. I just ran into this, any ETA?
Adding a vote for this as well.
Thank you everyone for your feedback. I have added this to our internal product backlog as AUTOTOOL-3308.