diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-26 09:55:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-07-26 15:07:27 +0200 |
commit | 6b531e04474d7d976d7cee11e556c3fe3dc2b69f (patch) | |
tree | ef43d93bdd8b24fd1005740acae40434a5921788 /interface-definitions | |
parent | 5f78e67c746e9357cbb59fe066c2b32f34bc92ae (diff) | |
download | vyos-1x-6b531e04474d7d976d7cee11e556c3fe3dc2b69f.tar.gz vyos-1x-6b531e04474d7d976d7cee11e556c3fe3dc2b69f.zip |
pseudo-ethernet: ifconfig: T2733: support MTU configuration
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-pseudo-ethernet.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/interfaces-pseudo-ethernet.xml.in b/interface-definitions/interfaces-pseudo-ethernet.xml.in index 0ef45e2c2..4382db598 100644 --- a/interface-definitions/interfaces-pseudo-ethernet.xml.in +++ b/interface-definitions/interfaces-pseudo-ethernet.xml.in @@ -72,6 +72,7 @@ </properties> <defaultValue>private</defaultValue> </leafNode> + #include <include/interface-mtu-68-9000.xml.i> #include <include/vif-s.xml.i> #include <include/vif.xml.i> </children> |