diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-06 17:53:27 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-06 20:58:56 +0100 |
commit | 85349b54ab4de42f81d4c8c4dc84901d1313025f (patch) | |
tree | 0b1dc6838c93df17f825937fb9ee27d125e95434 /interface-definitions/include/vif.xml.i | |
parent | 6c51461bfe1e29ecc6ea84288d080330f974111d (diff) | |
download | vyos-1x-85349b54ab4de42f81d4c8c4dc84901d1313025f.tar.gz vyos-1x-85349b54ab4de42f81d4c8c4dc84901d1313025f.zip |
T1843: use include files for interface description
Diffstat (limited to 'interface-definitions/include/vif.xml.i')
-rw-r--r-- | interface-definitions/include/vif.xml.i | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/interface-definitions/include/vif.xml.i b/interface-definitions/include/vif.xml.i index 0cc3d3dc8..d9b5cfe34 100644 --- a/interface-definitions/include/vif.xml.i +++ b/interface-definitions/include/vif.xml.i @@ -12,15 +12,7 @@ </properties> <children> #include <include/address-ipv4-ipv6-dhcp.xml.i> - <leafNode name="description"> - <properties> - <help>Interface description</help> - <constraint> - <regex>^.{1,256}$</regex> - </constraint> - <constraintErrorMessage>Interface description too long (limit 256 characters)</constraintErrorMessage> - </properties> - </leafNode> + #include <include/interface-description.xml.i> #include <include/dhcp-dhcpv6-options.xml.i> <leafNode name="disable-link-detect"> <properties> |