diff options
| author | Daniil Baturin <daniil@vyos.io> | 2026-03-02 08:26:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 08:26:30 +0000 |
| commit | 4292d2b893f429003b70e8f1cb74986a5f12cf47 (patch) | |
| tree | 392dd6258ad55abdf3166774c688a14ce04fdba6 /interface-definitions/include/constraint/vrf.xml.i | |
| parent | 3e448bd51685688bdae6ec698a3923cfdeb83689 (diff) | |
| parent | da2349c0eaca742dffa5e271d0d53937ecec9f8f (diff) | |
| download | vyos-1x-4292d2b893f429003b70e8f1cb74986a5f12cf47.tar.gz vyos-1x-4292d2b893f429003b70e8f1cb74986a5f12cf47.zip | |
Merge pull request #5018 from c-po/vrf
vrf: T8320: only allow alpha numerical characters, - and _ as VRF name
Diffstat (limited to 'interface-definitions/include/constraint/vrf.xml.i')
| -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 --> |
