diff options
author | Robert Mustacchi <rm@joyent.com> | 2016-06-06 22:21:38 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2016-10-17 13:52:20 -0700 |
commit | 10a404923096d60a26c785c3cee15a5c364d51c0 (patch) | |
tree | 8e3d372a7e4f7c6605e4a15c74e3c82942f890a5 /usr/src/uts/common/sys/mac_client_impl.h | |
parent | 7d8cb570f5834dc4f535a463c1c0839a57ada912 (diff) | |
download | illumos-gate-10a404923096d60a26c785c3cee15a5c364d51c0.tar.gz |
7100 allow vnics to be unfiltered in promiscuous mode
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/common/sys/mac_client_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/mac_client_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/mac_client_impl.h b/usr/src/uts/common/sys/mac_client_impl.h index 0904b28645..9b3b4fe369 100644 --- a/usr/src/uts/common/sys/mac_client_impl.h +++ b/usr/src/uts/common/sys/mac_client_impl.h @@ -21,6 +21,7 @@ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright (c) 2012, Joyent, Inc. All rights reserved. */ /* * Copyright (c) 2013, Joyent, Inc. All rights reserved. @@ -330,6 +331,7 @@ extern int mac_tx_percpu_cnt; /* Mac protection flags */ #define MPT_FLAG_V6_LOCAL_ADDR_SET 0x0001 +#define MPT_FLAG_PROMISC_FILTERED 0x0002 /* in mac_client.c */ extern void mac_promisc_client_dispatch(mac_client_impl_t *, mblk_t *); |