remove_vlan_by_vid
Description:
Remove the VLAN with range vid_start to vid_end.
If vid_end is zero, it is assumed to be equal to vid_start and so the single-id VLAN with id vid_start
is removed.
Parameters:
| this |
the SettingBridge |
| vid_start |
the vlan start index |
| vid_end |
the vlan end index |
Returns:
|
true if the vlan was found and removed; false otherwise |