egress_priority_map


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ NoAccessorMethod ]
public string[] egress_priority_map { owned get; set; }

For outgoing packets, a list of mappings from Linux SKB priorities to 802.1p priorities.

The mapping is given in the format "from:to" where both "from" and "to" are unsigned integers, ie "7:3".