diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-27 21:14:36 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-27 21:14:36 +0200 |
commit | 4ac7fedb373fa6d2366cf40d518931363dcb3c99 (patch) | |
tree | 67bc989f5cd43091139f7e9f24a92b600f009ee3 /interface-definitions/interfaces-pppoe.xml.in | |
parent | 4af82f00036a079ec0d5e150457063e386af7788 (diff) | |
download | vyos-1x-4ac7fedb373fa6d2366cf40d518931363dcb3c99.tar.gz vyos-1x-4ac7fedb373fa6d2366cf40d518931363dcb3c99.zip |
pppoe: T1318: use MTU include file
Diffstat (limited to 'interface-definitions/interfaces-pppoe.xml.in')
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index 0092f9ce5..3747a2a7e 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -128,19 +128,7 @@ </constraint> </properties> </leafNode> - <leafNode name="mtu"> - <properties> - <help>Maximum Transmission Unit (MTU)</help> - <valueHelp> - <format>68-1500</format> - <description>Maximum Transmission Unit (default 1492)</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 68-1500"/> - </constraint> - <constraintErrorMessage>MTU must be between 68 and 1500</constraintErrorMessage> - </properties> - </leafNode> + #include <include/interface-mtu-68-1500.xml.i> <leafNode name="no-peer-dns"> <properties> <help>Do not use DNS servers provided by the peer</help> |