Can now set untagged VLAN on trunking and non-trunking ports

This commit is contained in:
Oliver Gorwits
2013-11-02 19:20:46 +00:00
parent d0cd743006
commit 327a3c5e7f
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
2.019004 -
[ENHANCEMENTS]
* Can now set untagged VLAN on trunking and non-trunking ports
[BUG FIXES]
* Set of Port Name (description) fixed to assume OK dialog response

View File

@@ -35,7 +35,7 @@ requires 'Plack::Middleware::Expires' => 0.03;
requires 'Role::Tiny' => 1.002005;
requires 'Socket6' => 0.23;
requires 'Starman' => 0.4008;
requires 'SNMP::Info' => 3.08;
requires 'SNMP::Info' => 3.09;
requires 'SQL::Translator' => 0.11016;
requires 'Template' => 2.24;
requires 'Template::Plugin::CSV' => 0.04;

View File

@@ -41,7 +41,7 @@ sub set_vlan {
return job_error("Cannot alter vlan: $vlan_reconfig_check")
if $vlan_reconfig_check;
return _set_port_generic($job, 'vlan');
return _set_port_generic($job, 'untagged', 'vlan');
}
sub _set_port_generic {