diff options
Diffstat (limited to 'usr/src/uts/common/sys/hook_event.h')
-rw-r--r-- | usr/src/uts/common/sys/hook_event.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/hook_event.h b/usr/src/uts/common/sys/hook_event.h index df99a67956..f9f29c845b 100644 --- a/usr/src/uts/common/sys/hook_event.h +++ b/usr/src/uts/common/sys/hook_event.h @@ -74,7 +74,9 @@ typedef enum nic_event { NE_UNPLUMB, NE_UP, NE_DOWN, - NE_ADDRESS_CHANGE + NE_ADDRESS_CHANGE, + NE_LIF_UP, + NE_LIF_DOWN } nic_event_t; typedef void *nic_event_data_t; |