diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-28 19:05:34 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-10-28 19:05:34 +0100 |
commit | 8e11d9cc51b16949f42cde3cb9a002fe3ab92228 (patch) | |
tree | 705e7cdc9bc76ecb958d950717c2edcc3fa62150 /interface-definitions/interfaces-bonding.xml.in | |
parent | 9cf806a8b60af3b9ce5f1d8141099879c8faef69 (diff) | |
download | vyos-1x-8e11d9cc51b16949f42cde3cb9a002fe3ab92228.tar.gz vyos-1x-8e11d9cc51b16949f42cde3cb9a002fe3ab92228.zip |
mtu: T2630: add support for ethernet MTU up to 16000 bytes
There is a Myricom 10G card with 16k MTU available.
Diffstat (limited to 'interface-definitions/interfaces-bonding.xml.in')
-rw-r--r-- | interface-definitions/interfaces-bonding.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-bonding.xml.in b/interface-definitions/interfaces-bonding.xml.in index 4e2c61d07..a72ffa01e 100644 --- a/interface-definitions/interfaces-bonding.xml.in +++ b/interface-definitions/interfaces-bonding.xml.in @@ -170,7 +170,7 @@ </leafNode> </children> </node> - #include <include/interface-mtu-68-9000.xml.i> + #include <include/interface-mtu-68-16000.xml.i> <leafNode name="primary"> <properties> <help>Primary device interface</help> |