diff options
author | nordmark <none@none> | 2007-05-21 21:54:37 -0700 |
---|---|---|
committer | nordmark <none@none> | 2007-05-21 21:54:37 -0700 |
commit | 23f4867fdff96a11dd674de6259a5a0d0a13251c (patch) | |
tree | 91e50ab9fb90da7c56b577b18c9f4200308b8a59 /usr/src/uts/common/sys/netstack.h | |
parent | 91216fe4fad15d011cd2eaf16747b7eb64f1e290 (diff) | |
download | illumos-joyent-23f4867fdff96a11dd674de6259a5a0d0a13251c.tar.gz |
6555071 system panics on access to freed netstack instance
Diffstat (limited to 'usr/src/uts/common/sys/netstack.h')
-rw-r--r-- | usr/src/uts/common/sys/netstack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/netstack.h b/usr/src/uts/common/sys/netstack.h index df1b1ca732..795cf37eb5 100644 --- a/usr/src/uts/common/sys/netstack.h +++ b/usr/src/uts/common/sys/netstack.h @@ -63,6 +63,7 @@ typedef id_t netstackid_t; * the creation (which done in ascending order) and destruction (which is * done ine in decending order). */ +#define NS_ALL -1 /* Match all */ #define NS_HOOK 0 #define NS_NETI 1 #define NS_ARP 2 |