remove_vlan
Description:
[
Version ( since =
"1.14" ) ]
public bool remove_vlan (
uint vlan_id)
Removes a VLAN from a VF.
Parameters:
this |
the SriovVF
|
vlan_id |
the VLAN id
|
Returns:
true if the VLAN was removed, false if the VLAN vlan_id
did not belong to the VF.
|