nmcontrol
nmcontrol copied to clipboard
Format Validation
Right now you can put spec-invalid data in a name's value and NMControl's "dns" plugin will happily return the invalid data. The dns plugin should actually validate data according to the namespace spec before returning it to user applications.
This is the "right" way to validate IP addresses, once we upgrade to Python3.
https://docs.python.org/3/library/ipaddress.html