+ Fix a buffer overflow when receiving a too large management
address TLV. Unless hardening has been disabled, this overflow
cannot be used for arbitrary code execution.
- + Change the numeric value for LLDP-MED policy L2 priority value
- for "Best effort" to 0 to match 802.1D-2004.
+ + Update LLDP-MED policy L2 priority values to match
+ 802.1Q-2005. This may be a breaking change.
* Change:
+ PIE is now disabled by default. It's too difficult to reliably
detect if it works. Use --enable-pie to enable it.
.key = lldpctl_k_med_policy_priority,
.map = {
{ 1, "Background" },
- { 2, "Spare" },
{ 0, "Best effort" },
- { 3, "Excellent effort" },
- { 4, "Controlled load" },
- { 5, "Video" },
- { 6, "Voice" },
+ { 2, "Excellent effort" },
+ { 3, "Critical applications" },
+ { 4, "Video" },
+ { 5, "Voice" },
+ { 6, "Internetwork control" },
{ 7, "Network control" },
{ 0, NULL },
},