revert hack for NetAddr::MAC now that upstream has fixed Microsoft and IEEE formats
This commit is contained in:
@@ -38,7 +38,7 @@ requires 'MCE' => 1.515;
|
||||
requires 'Net::Domain' => 1.23;
|
||||
requires 'Net::DNS' => 0.72;
|
||||
requires 'Net::LDAP' => 0;
|
||||
requires 'NetAddr::MAC' => 0.87;
|
||||
requires 'NetAddr::MAC' => 0.9;
|
||||
requires 'NetAddr::IP' => 4.068;
|
||||
requires 'Opcode' => 1.07;
|
||||
requires 'Path::Class' => 0.32;
|
||||
|
||||
@@ -125,10 +125,9 @@
|
||||
<li>
|
||||
<em class="muted">MAC address format:</em><br/>
|
||||
<select id="nd_mac-format" name="mac_format">
|
||||
<option[% ' selected="selected"' IF params.mac_format == 'Cisco' %]>Cisco</option>
|
||||
<option[% ' selected="selected"' IF params.mac_format == 'Microsoft' %] value="Microsoft">IEEE</option>
|
||||
<option[% ' selected="selected"' IF params.mac_format == 'IEEE' %] value="IEEE">Microsoft</option>
|
||||
<option[% ' selected="selected"' IF params.mac_format == 'Sun' %]>Sun</option>
|
||||
[% FOREACH format IN [ 'IEEE', 'Cisco', 'Microsoft', 'Sun' ] %]
|
||||
<option[% ' selected="selected"' IF params.mac_format == format %]>[% format %]</option>
|
||||
[% END %]
|
||||
</select>
|
||||
</li>
|
||||
[% FOREACH item IN vars.connected_properties %]
|
||||
|
||||
@@ -55,10 +55,9 @@
|
||||
<div class="clearfix">
|
||||
<em class="muted">MAC address format:</em><br/>
|
||||
<select id="nd_node-mac-format" name="mac_format">
|
||||
<option[% ' selected="selected"' IF params.mac_format == 'Cisco' %]>Cisco</option>
|
||||
<option[% ' selected="selected"' IF params.mac_format == 'Microsoft' %] value="Microsoft">IEEE</option>
|
||||
<option[% ' selected="selected"' IF params.mac_format == 'IEEE' %] value="IEEE">Microsoft</option>
|
||||
<option[% ' selected="selected"' IF params.mac_format == 'Sun' %]>Sun</option>
|
||||
[% FOREACH format IN [ 'IEEE', 'Cisco', 'Microsoft', 'Sun' ] %]
|
||||
<option[% ' selected="selected"' IF params.mac_format == format %]>[% format %]</option>
|
||||
[% END %]
|
||||
</select>
|
||||
</div>
|
||||
<button id="[% tab.tag %]_submit" type="submit" class="btn btn-info">
|
||||
|
||||
Reference in New Issue
Block a user