diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-05-24 03:25:32 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-05-29 02:00:30 +0000 |
commit | e91da55ff5412995f14d956fc173096f48a0dbe7 (patch) | |
tree | c99a6090f55600f4d2fc49ace8cdcf35e3da7f45 /usr/src/uts/common/sys/vnic_impl.h | |
parent | 88d1ad82179b795c150d676c55cbde142aa68441 (diff) | |
download | illumos-joyent-20140529.tar.gz |
OS-3053 VNICs should support a variable MTU20140529release-20140529
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Rob Gulewich <robert.gulewich@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/vnic_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/vnic_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/vnic_impl.h b/usr/src/uts/common/sys/vnic_impl.h index ffaa2939f5..7e50091347 100644 --- a/usr/src/uts/common/sys/vnic_impl.h +++ b/usr/src/uts/common/sys/vnic_impl.h @@ -21,7 +21,7 @@ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. - * Copyright 2013 Joyent, Inc. All rights reserved. + * Copyright 2014 Joyent, Inc. All rights reserved. */ #ifndef _SYS_VNIC_IMPL_H @@ -64,6 +64,7 @@ typedef struct vnic_s { mac_notify_handle_t vn_mnh; uint32_t vn_hcksum_txflags; + uint32_t vn_mtu; } vnic_t; #define vn_mch vn_mc_handles[0] |