f5-declarative-onboarding icon indicating copy to clipboard operation
f5-declarative-onboarding copied to clipboard

DNS_Resolver_forwardZones/name should accept “.” as FQDN

Open leondelyon3 opened this issue 3 years ago • 5 comments

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.

leondelyon3 avatar Nov 14 '21 10:11 leondelyon3

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.

vsnine avatar Mar 19 '22 05:03 vsnine

Bumping this. I just ran into this, any ETA?

devildog-tech avatar May 12 '22 22:05 devildog-tech

Adding a vote for this as well.

walterk82 avatar May 13 '22 14:05 walterk82

Thank you everyone for your feedback. I have added this to our internal product backlog as AUTOTOOL-3308.

dstokesf5 avatar May 13 '22 17:05 dstokesf5