mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Use KTR_INET for MROUTING CTRs.
This commit is contained in:
parent
c566b47669
commit
5cf93e5d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <security/mac/mac_framework.h>
|
||||
|
||||
#ifndef KTR_IPMF
|
||||
#define KTR_IPMF KTR_SUBSYS
|
||||
#define KTR_IPMF KTR_INET
|
||||
#endif
|
||||
|
||||
#define VIFI_INVALID ((vifi_t) -1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue