diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-09-16 16:27:18 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-09-16 16:27:18 +0200 |
commit | 42bee93f070d79a436f99e0d59a012f6201c7328 (patch) | |
tree | b4b9b924df392b2634c582b584a13c2bd6f7be8b | |
parent | 6a184e45ad814410e33ae2b6dec250cce45ea1e2 (diff) | |
download | vyos-1x-42bee93f070d79a436f99e0d59a012f6201c7328.tar.gz vyos-1x-42bee93f070d79a436f99e0d59a012f6201c7328.zip |
T393: fix a wrong tag in the LLDP interface definition.
-rw-r--r-- | interface-definitions/lldp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/lldp.xml b/interface-definitions/lldp.xml index 90bf80e19..193d1c00c 100644 --- a/interface-definitions/lldp.xml +++ b/interface-definitions/lldp.xml @@ -40,7 +40,7 @@ <help>Civic-based location data</help> </properties> <children> - <TagNode name="ca-type"> + <tagNode name="ca-type"> <properties> <help>LLDP-MED Civic Address type [REQUIRED]</help> <valueHelp> @@ -139,7 +139,7 @@ </properties> </leafNode> </children> - </TagNode> + </tagNode> <leafNode name="country-code"> <properties> <help>Country code [REQUIRED]</help> @@ -254,4 +254,4 @@ </node> </children> </node> -</interfaceDefinition>
\ No newline at end of file +</interfaceDefinition> |