|
Description
|
RFE to add "promisc" or "mac_mode" to kstat for the hme driver.
This capability is important for customers , as described in CERT Advisory CA-94:01, in order to detect if intruder performing network monitoring of a interface has set promiscuous mode.
Other drivers have this feature, but the "hme" does not have it implemented.
# netstat -k vge0
... ifPromiscuousMode 1
# netstat -k ge0
... mac_mode 4
# netstat -k elxl0
... promisc off
# netstat -k iprb0
... promisc on
# netstat -k ba0
... promisc on
# netstat -k dmfe0
... promisc on
# netstat -k ce0
... promisc on
|