Use eth0 interface only to generate lldpd SystemId (#1577)

This commit is contained in:
pavel-shirshov 2018-04-10 13:37:46 -07:00 committed by Guohan Lu
parent df34960dd3
commit d54b9ef49a

View File

@ -25,7 +25,7 @@ stderr_logfile=syslog
# - `-dd` means to stay in foreground, log warnings to console
# - `-ddd` means to stay in foreground, log warnings and info to console
# - `-dddd` means to stay in foreground, log all to console
command=/usr/sbin/lldpd -d -I Ethernet*,eth*
command=/usr/sbin/lldpd -d -I Ethernet*,eth* -C eth0
priority=3
autostart=false
autorestart=false