Use eth0 interface only to generate lldpd SystemId (#1577)
This commit is contained in:
parent
2f53bcf8be
commit
83f81c9676
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user