diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-30 11:21:15 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-30 11:21:15 +0200 |
commit | 8f1f0e9da6967319c044d410cc10f144659cc0ef (patch) | |
tree | b0692a064bf73b0955d3123dec729b601bb98ad0 /interface-definitions | |
parent | 5096a7cd4c4579ce32fa27b0a5025ce1e8660474 (diff) | |
download | vyos-1x-8f1f0e9da6967319c044d410cc10f144659cc0ef.tar.gz vyos-1x-8f1f0e9da6967319c044d410cc10f144659cc0ef.zip |
vrf: T2530: instance name must be 15 characters or less
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vrf.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index 7c75bf824..9b9828ddd 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -19,7 +19,7 @@ <constraint> <validator name="vrf-name"/> </constraint> - <constraintErrorMessage>VRF instance name must be 16 characters or less and can not\nbe named as regular network interfaces</constraintErrorMessage> + <constraintErrorMessage>VRF instance name must be 15 characters or less and can not\nbe named as regular network interfaces.\n</constraintErrorMessage> <valueHelp> <format>name</format> <description>Instance name</description> |