diff options
author | John Estabrook <jestabro@vyos.io> | 2022-12-14 09:06:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 09:06:27 -0600 |
commit | 6095dfec48cefbdafe77d49325a122acfad1c372 (patch) | |
tree | fc00f4a3ad5fdd1b30f62c3af58f5445d8c0184d /interface-definitions/qos.xml.in | |
parent | 0c5416e9e629a6f9028c85fe5313f43d3484860a (diff) | |
parent | f0bc6c62016d285f0645c4b3ba8b1451c40c637f (diff) | |
download | vyos-1x-6095dfec48cefbdafe77d49325a122acfad1c372.tar.gz vyos-1x-6095dfec48cefbdafe77d49325a122acfad1c372.zip |
Merge pull request #1705 from jestabro/validator-interface-name
validators: T4875: use file-path to replace validator 'interface-name'
Diffstat (limited to 'interface-definitions/qos.xml.in')
-rw-r--r-- | interface-definitions/qos.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/qos.xml.in b/interface-definitions/qos.xml.in index e2dbcbeef..dc807781e 100644 --- a/interface-definitions/qos.xml.in +++ b/interface-definitions/qos.xml.in @@ -16,7 +16,7 @@ <description>Interface name</description> </valueHelp> <constraint> - <validator name="interface-name"/> + #include <include/constraint/interface-name.xml.in> </constraint> </properties> <children> |