Code

< 40 %
40-60 %
> 60 %
1
"""Settings for the of_lldp NApp."""
2 1
FLOW_VLAN_VID = 3799
3 1
FLOW_PRIORITY = 1000
4 1
TABLE_ID = 0
5 1
POLLING_TIME = 3
6
7
FLOW_MANAGER_URL = 'http://localhost:8181/api/kytos/flow_manager/v2'
8