Code

< 40 %
40-60 %
> 60 %
1
"""Constants for the of_lldp NApp."""
2
3
# Mac Address used by LLDP to multicast messages
4
LLDP_MULTICAST_MAC = '01:80:c2:00:00:0e'
5