diff options
Diffstat (limited to 'interface-definitions/vrf.xml.in')
-rw-r--r-- | interface-definitions/vrf.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index e270e8b90..1fb878f44 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -22,14 +22,14 @@ </node> <tagNode name="name"> <properties> - <help>Virtual Routing and Forwarding</help> + <help>VRF instance name</help> <constraint> - <validator name="interface-name"/> + <regex>[^/\s]{1,16}$</regex> </constraint> - <constraintErrorMessage>VRF name not allowed or to long</constraintErrorMessage> + <constraintErrorMessage>VRF instance name must be 16 characters or less</constraintErrorMessage> <valueHelp> <format>name</format> - <description>the vrf name must not contain '/' and be 16 characters or less</description> + <description>Instance name</description> </valueHelp> </properties> <children> |