aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gre.h
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2017-04-11 08:56:18 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2017-04-11 08:56:18 +0000
commitc00bf7307678c1ec7feb5b0c16f0ad888bd8fac6 (patch)
tree9a1d6654740990f588ecd7f92c2fe07c818d1b62 /sys/net/if_gre.h
parent6627d919dee4ea9d2a242dd7a61ce090373f4f76 (diff)
downloadsrc-c00bf7307678c1ec7feb5b0c16f0ad888bd8fac6.tar.gz
src-c00bf7307678c1ec7feb5b0c16f0ad888bd8fac6.zip
Do not adjust interface MTU automatically. Leave this task to the system
administrator. This restores the behavior that was prior to r274246. No objection from: #network MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D10215
Notes
Notes: svn path=/head/; revision=316699
Diffstat (limited to 'sys/net/if_gre.h')
-rw-r--r--sys/net/if_gre.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h
index 806b0cb82964..8fb811cbe4bd 100644
--- a/sys/net/if_gre.h
+++ b/sys/net/if_gre.h
@@ -69,7 +69,6 @@ struct gre_softc {
uint32_t gre_oseq;
uint32_t gre_key;
uint32_t gre_options;
- uint32_t gre_mtu;
u_int gre_fibnum;
u_int gre_hlen; /* header size */
union {