We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c884f26 commit cb28c34Copy full SHA for cb28c34
dockers/docker-lldp-sv2/lldpmgrd
@@ -157,7 +157,7 @@ class LldpManager(object):
157
158
# if there is a description available, also configure that
159
if port_desc:
160
- lldpcli_cmd += " description {}".format(port_desc)
+ lldpcli_cmd += " description '{}'".format(port_desc)
161
else:
162
log_info("Unable to retrieve description for port '{}'. Not adding port description".format(port_name))
163
0 commit comments