remove_vlan_by_vid


Description:

[ Version ( since = "1.18" ) ]
public bool remove_vlan_by_vid (uint16 vid_start, uint16 vid_end)

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 SettingBridgePort

vid_start

the vlan start index

vid_end

the vlan end index

Returns:

true if the vlan was found and removed; false otherwise