Skip to content

Commit

Permalink
[vs]: only send lldp over eth0 (management port) (#2309)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lguohan committed Nov 28, 2018
1 parent ce60c53 commit 03e0efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-lldp-sv2/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03e0efa

Please sign in to comment.