summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_eiface.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_eiface.h')
-rw-r--r--sys/netgraph/ng_eiface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_eiface.h b/sys/netgraph/ng_eiface.h
index db07a55..6fc1c5b 100644
--- a/sys/netgraph/ng_eiface.h
+++ b/sys/netgraph/ng_eiface.h
@@ -46,7 +46,7 @@
/* MTU bounds */
#define NG_EIFACE_MTU_MIN 72
-#define NG_EIFACE_MTU_MAX 2312
+#define NG_EIFACE_MTU_MAX ETHER_MAX_LEN_JUMBO
#define NG_EIFACE_MTU_DEFAULT 1500
/* Netgraph commands */
OpenPOWER on IntegriCloud