Correct logic for display of MAC address & vendor (if present). Fixes #6078
Merge pull request #2839 from phil-davis/patch-6
Merge pull request #2841 from NOYB/System_-_Miscellaneous_-_Remove_Personalizations
Merge pull request #2840 from phil-davis/patch-7
Merge pull request #2837 from phil-davis/we
Merge pull request #2836 from phil-davis/patch-4
System - Miscellaneous - Remove Personalizations
Remove "you" personalizations.
Allow to update existing alias from diag DNS
See Redmine #6077This seems the easy and reasonable thing to do. Make the button text reflect what is going to happen "Add alias" or "Update alias". Then the backend code can just either create a new alias or overwrite an existing one.
Handle alias from CNAME in diag_dns
If I resolve a CNAME with diag_dns, it gives back the translated FQDNs - e.g. www.inf.org translates to inf.org. Then press "Add Alias".Problem: The existing code puts a "/32" CIDR after that in the alias "www_inf_org" in the config - "inf.org./32" - and if you then edit the "www_inf_org" alias it shows as "inf.org./32" in the Network or FQDN Address field. Normally when putting an FQDN into an alias, no CIDR is inserted....
Truncate alias name at 31 characters to prevent creating an invalid ruleset. Ticket #6075
View revisions
Also available in: Atom