diff options
author | John Estabrook <jestabro@vyos.io> | 2022-12-13 12:09:03 -0600 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-12-13 13:49:04 -0600 |
commit | 046bb9ccd56ac5e97c638bb4a9ca856d3d36026a (patch) | |
tree | 6a5a0761c6354e63cb778251b4a934ad09e93cd9 /interface-definitions/protocols-rpki.xml.in | |
parent | 0c5416e9e629a6f9028c85fe5313f43d3484860a (diff) | |
download | vyos-1x-046bb9ccd56ac5e97c638bb4a9ca856d3d36026a.tar.gz vyos-1x-046bb9ccd56ac5e97c638bb4a9ca856d3d36026a.zip |
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> |