diff options
author | John Estabrook <jestabro@vyos.io> | 2022-12-14 09:07:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 09:07:40 -0600 |
commit | 92aa324fef80bdb0bcb3e93feba2f4e2aa787d38 (patch) | |
tree | 7dc4a5d1ff463c9502fb5c4dfd0f298f3f29d35c /interface-definitions/protocols-rpki.xml.in | |
parent | 6095dfec48cefbdafe77d49325a122acfad1c372 (diff) | |
parent | 046bb9ccd56ac5e97c638bb4a9ca856d3d36026a (diff) | |
download | vyos-1x-92aa324fef80bdb0bcb3e93feba2f4e2aa787d38.tar.gz vyos-1x-92aa324fef80bdb0bcb3e93feba2f4e2aa787d38.zip |
Merge pull request #1706 from jestabro/validator-file-exists
validators: T4798: replace python file-exists validator with file-path
Diffstat (limited to 'interface-definitions/protocols-rpki.xml.in')
-rw-r--r-- | interface-definitions/protocols-rpki.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/protocols-rpki.xml.in b/interface-definitions/protocols-rpki.xml.in index 4535d3990..0098cacb6 100644 --- a/interface-definitions/protocols-rpki.xml.in +++ b/interface-definitions/protocols-rpki.xml.in @@ -51,7 +51,7 @@ <properties> <help>RPKI SSH known hosts file</help> <constraint> - <validator name="file-exists"/> + <validator name="file-path"/> </constraint> </properties> </leafNode> @@ -59,7 +59,7 @@ <properties> <help>RPKI SSH private key file</help> <constraint> - <validator name="file-exists"/> + <validator name="file-path"/> </constraint> </properties> </leafNode> @@ -67,7 +67,7 @@ <properties> <help>RPKI SSH public key file path</help> <constraint> - <validator name="file-exists"/> + <validator name="file-path"/> </constraint> </properties> </leafNode> |