diff options
Diffstat (limited to 'usr/src/uts/common/sys/overlay.h')
-rw-r--r-- | usr/src/uts/common/sys/overlay.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/overlay.h b/usr/src/uts/common/sys/overlay.h index 12d0dbca51..90f1843282 100644 --- a/usr/src/uts/common/sys/overlay.h +++ b/usr/src/uts/common/sys/overlay.h @@ -10,7 +10,7 @@ */ /* - * Copyright 2015, Joyent, Inc. + * Copyright 2018, Joyent, Inc. */ #ifndef _SYS_OVERLAY_H @@ -40,7 +40,7 @@ extern "C" { typedef struct overlay_ioc_create { datalink_id_t oic_linkid; - uint32_t oic_filler; + uint32_t oic_dcid; uint64_t oic_vnetid; char oic_encap[MAXLINKNAMELEN]; } overlay_ioc_create_t; |