[vs]: only send lldp over eth0 (management port) (#2309)

In vs platform, eth[n] where n > 0 is physical port,
we should not send lldp over those ports

Signed-off-by: Guohan Lu <gulv@microsoft.com>
This commit is contained in:
lguohan 2018-11-27 22:02:06 -08:00 committed by GitHub
parent ce60c53933
commit 03e0efa704
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* -C eth0
command=/usr/sbin/lldpd -d -I Ethernet*,eth0 -C eth0
priority=3
autostart=false
autorestart=false