remove_priority_by_value


Description:

public bool remove_priority_by_value (VlanPriorityMap map, uint32 from, uint32 to)

Removes the priority map form:to from the ingress_priority_map or egress_priority_map (according to map argument) properties.

Parameters:

this

the SettingVlan

map

the type of priority map

from

the priority to map to to

to

the priority to map from to

Returns:

true if the priority mapping was found and removed; false if it was not.