diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-26 21:57:12 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-02-26 22:05:24 +0100 |
| commit | 08e5d166c4afca2476f88f483be28a65d64d9e92 (patch) | |
| tree | 94aa9b3dc293ee823bc22a47293b01686c2ccd66 /interface-definitions/include | |
| parent | 61ba7ee632fd2ee8fe58b636087e539da89c6e65 (diff) | |
| download | vyos-1x-08e5d166c4afca2476f88f483be28a65d64d9e92.tar.gz vyos-1x-08e5d166c4afca2476f88f483be28a65d64d9e92.zip | |
vrf: T8320: improve constraint error message for given name
Diffstat (limited to 'interface-definitions/include')
| -rw-r--r-- | interface-definitions/include/constraint/vrf.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/constraint/vrf.xml.i b/interface-definitions/include/constraint/vrf.xml.i index a1922bb6d..fa0518dad 100644 --- a/interface-definitions/include/constraint/vrf.xml.i +++ b/interface-definitions/include/constraint/vrf.xml.i @@ -2,5 +2,5 @@ <constraint> <validator name="vrf-name"/> </constraint> -<constraintErrorMessage>VRF instance name must be 15 characters or less and can not\nbe named as regular network interfaces.\nA name must starts from a letter.\n</constraintErrorMessage> +<constraintErrorMessage>VRF instance name must be 15 characters or less and can not be named as a\nregular network interfaces. VRF name must start with a letter.\n</constraintErrorMessage> <!-- include end --> |
