blob: fa0518dad825625d70862a7a1cb95a2d19bea789 (
plain)
1
2
3
4
5
6
|
<!-- include start from constraint/vrf.xml.i -->
<constraint>
<validator name="vrf-name"/>
</constraint>
<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 -->
|