Page Menu
Home
VyOS Platform
Search
Configure Global Search
Log In
Files
F460421
0001-T1994-Fixed-lldpd-jinja-template-listen-on-specified.patch
All Users
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
bbs2web
Jan 29 2020, 6:26 AM
2020-01-29 06:26:38 (UTC+0)
Size
842 B
Referenced Files
None
Subscribers
None
0001-T1994-Fixed-lldpd-jinja-template-listen-on-specified.patch
View Options
From 474e3bee042a75eb656caf82c1c78b14bc382363 Mon Sep 17 00:00:00 2001
From: bbs2web <bbs2web@hotmail.com>
Date: Wed, 29 Jan 2020 06:23:39 +0200
Subject: [PATCH] T1994 - Fixed lldpd jinja template - listen on specified
interfaces
Signed-off-by: bbs2web <bbs2web@hotmail.com>
---
src/conf_mode/lldp.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/conf_mode/lldp.py b/src/conf_mode/lldp.py
index 51425aa..90cea0f 100755
--- a/src/conf_mode/lldp.py
+++ b/src/conf_mode/lldp.py
@@ -38,7 +38,7 @@ vyos_tmpl = """
configure system platform VyOS
configure system description "VyOS {{ options.description }}"
-{%- if listen_on -%}
+{% if options.listen_on -%}
configure system interface pattern "{{ options.listen_on | join(",") }}"
{%- endif %}
{% if options.mgmt_addr -%}
--
1.7.12.4
File Metadata
Details
Attached
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
39/2a/20f1b9436e4219b21158b659a5c2
Default Alt Text
0001-T1994-Fixed-lldpd-jinja-template-listen-on-specified.patch (842 B)
Attached To
Mode
T1994: lldpd not bound to specified interfaces - Fix jinja template
Attached
Detach File
Event Timeline
Log In to Comment