Brief description
The attribute flag of LOCAL_PREF should be 0x00, but in scapy, it is 0x40.
Please note that the LOCAL_PREF is not a transitive attribute.
Scapy version
latest
Python version
3.11
Operating system
Ubuntu 22.04
Additional environment information
No response
How to reproduce
from scapy.contrib.bgp import *
print(attributes_flags[5])
Actual result
No response
Expected result
No response
Related resources
No response