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 GitHub
parent 2f53bcf8be
commit 83f81c9676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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