diff options
author | <Eric.Cheng@Sun.COM> | 2009-11-09 20:01:32 -0800 |
---|---|---|
committer | <Eric.Cheng@Sun.COM> | 2009-11-09 20:01:32 -0800 |
commit | 8d4cf8d8d2965ea43bccdc838f15c18634fee02d (patch) | |
tree | 87ace970c3bc9c66d8b1d5fbe22559f3bc858ba4 /usr/src/uts/common/sys/dld_impl.h | |
parent | bd9f6899328e19cbb74e3ad02f5c32002285887e (diff) | |
download | illumos-gate-8d4cf8d8d2965ea43bccdc838f15c18634fee02d.tar.gz |
6890826 DLPI consumers using IP receive only broadcast messages
6888482 failure to initialize link props should not be ignored
Diffstat (limited to 'usr/src/uts/common/sys/dld_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/dld_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/dld_impl.h b/usr/src/uts/common/sys/dld_impl.h index c244204727..b2da85ff31 100644 --- a/usr/src/uts/common/sys/dld_impl.h +++ b/usr/src/uts/common/sys/dld_impl.h @@ -219,6 +219,7 @@ struct dld_str_s { /* Protected by */ void *ds_private; boolean_t ds_lowlink; /* SL */ + boolean_t ds_nonip; /* SL */ }; |