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

@@ -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 {