mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
Add entry for EVFILT_NETDEV, which was inadverdently omitted back in Sept.
This commit is contained in:
parent
9201dc40bf
commit
cd75bfa75f
1 changed files with 1 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ static struct filterops *sysfilt_ops[] = {
|
|||
&proc_filtops, /* EVFILT_PROC */
|
||||
&sig_filtops, /* EVFILT_SIGNAL */
|
||||
&timer_filtops, /* EVFILT_TIMER */
|
||||
&file_filtops, /* EVFILT_NETDEV */
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue