Add a regex for macaddress to diff.py.
Macaddresses were caught by the IPv6 regex, which made certain commands in the testsuite look like the wrong type of parameter was supplied.
Remove unnecessary warning from dhcp assocdhcp assoc <hostname> <ip> would warn that the hostname isn't a valid ip address. This commit changes the code so the exception isn't raised, but otherwise it works the same. I am interested in your opinion on whether this is a good solution.
dhcp assoc <hostname> <ip>
would warn that the hostname isn't a valid ip address. This commit changes the code so the exception isn't raised, but otherwise it works the same. I am interested in your opinion on whether this is a good solution.