18e97fba2c
* We don't need configure anything until we have interfaces created * Don't run lldpcli for a port, until a port is up and running * Remove lldpd socket before starting lldpd * Fix sample files for lldpd configuration * Another attempt to make the test working * Quick fix for lldpd paused after start bug
4 lines
116 B
Django/Jinja
4 lines
116 B
Django/Jinja
{% if MGMT_INTERFACE %}
|
|
configure ports eth0 lldp portidsubtype local {{ MGMT_INTERFACE.keys()[0][0] }}
|
|
{% endif %}
|