You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ttl_set on a cname, it gives misleading output:
mreg> host ttl_set www.sv.c-rex.uio.no 600
OK: : updated TTL to 600 for www.sv.c-rex.uio.no
mreg> host info www.sv.c-rex.uio.no
www.sv.c-rex.uio.no is a CNAME for itfds-crexshinyprod.uio.no
...
TTL: (Default)
I would expect the command to give an error message in this case.
The text was updated successfully, but these errors were encountered:
This behaviour is changed during the migration to pydantic (#214). In this branch the CNAME will be resolved as follows:
mreg-test.uio.no> host info login.math.uio.no
login.math.uio.no is a CNAME for europa.uio.no
Name: europa.uio.no
[...]
mreg-test.uio.no> host ttl_set login.math.uio.no 600
OK: : Set TTL for europa.uio.no to 600.
login.math.uio.no is a CNAME for europa.uio.no
When using ttl_set on a cname, it gives misleading output:
I would expect the command to give an error message in this case.
The text was updated successfully, but these errors were encountered: