Revert "[#23] Move to NetAddr::MAC for better handling of MACs"
This reverts commit 562b3d26db.
Discovered a few unpolished bits of NetAddr::MAC, unfortunately. For example
$NetAddr::MAC::errstr is not reset when new instances are created.
			
			
This commit is contained in:
		| @@ -125,9 +125,8 @@ | ||||
|                   <li> | ||||
|                     <em class="muted">MAC address format:</em><br/> | ||||
|                     <select id="nd_mac-format" name="mac_format"> | ||||
|                       [% FOREACH format IN mac_formats.keys.sort %] | ||||
|                       <option[% ' selected="selected"' IF params.mac_format == format %] | ||||
|                         value="[% format %]">[% mac_formats.$format %]</option> | ||||
|                       [% FOREACH format IN [ 'IEEE', 'Cisco', 'Microsoft', 'Sun' ] %] | ||||
|                       <option[% ' selected="selected"' IF params.mac_format == format %]>[% format %]</option> | ||||
|                       [% END %] | ||||
|                     </select> | ||||
|                   </li> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user