diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-22 18:24:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-22 18:24:36 +0100 |
commit | 7e0e0e504817ed1d6654893c457b7ebc71a3a909 (patch) | |
tree | 04d31b03cbfcdae8fc21e0d3933a8debd741c49c /interface-definitions | |
parent | 4a75bb5a6027e1444c9ba0dbf48af30514b077bf (diff) | |
download | vyos-1x-7e0e0e504817ed1d6654893c457b7ebc71a3a909.tar.gz vyos-1x-7e0e0e504817ed1d6654893c457b7ebc71a3a909.zip |
lldp: T393: interface disable node must be valueless
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/lldp.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/lldp.xml.in b/interface-definitions/lldp.xml.in index 2ec699b91..4c927f603 100644 --- a/interface-definitions/lldp.xml.in +++ b/interface-definitions/lldp.xml.in @@ -27,6 +27,7 @@ <leafNode name="disable"> <properties> <help>Disable lldp on this interface</help> + <valueless/> </properties> </leafNode> <node name="location"> |