diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-22 13:28:26 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-22 18:09:50 +0100 |
commit | dddacd5fa7865384bf8e77c5db9e02105d8e23ac (patch) | |
tree | 6a05fa862d52c31e4c21825943fa035f4418e8ee /interface-definitions | |
parent | c3adb46835c17ed6a17a8fc3c9f2b742bef1e320 (diff) | |
download | vyos-1x-dddacd5fa7865384bf8e77c5db9e02105d8e23ac.tar.gz vyos-1x-dddacd5fa7865384bf8e77c5db9e02105d8e23ac.zip |
lldp: T393: rename XML interface definition to xml.in
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/lldp.xml.in (renamed from interface-definitions/lldp.xml) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/interface-definitions/lldp.xml b/interface-definitions/lldp.xml.in index a0c610dfa..f04994607 100644 --- a/interface-definitions/lldp.xml +++ b/interface-definitions/lldp.xml.in @@ -1,9 +1,8 @@ <?xml version="1.0"?> - <interfaceDefinition> <node name="service"> <children> - <node name="lldp" owner="${vyos_sbindir}/vyos-update-lldp.py"> + <node name="lldp" owner="${vyos_conf_scripts_dir}/lldp.py"> <properties> <help>LLDP settings</help> <priority>985</priority> |