mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Bump MAC_VERSION to 5
2449b9e5fe introduced API changes
that require ensuring that loadable MAC modules use the matching API.
Sponsored by: Juniper Networks, Inc.
Sponsored by: Klara, Inc.
This commit is contained in:
parent
46fcf947c6
commit
5031550134
1 changed files with 2 additions and 1 deletions
|
|
@ -1022,8 +1022,9 @@ struct mac_policy_conf {
|
|||
* 2 6.x
|
||||
* 3 7.x
|
||||
* 4 8.x
|
||||
* 5 14.x
|
||||
*/
|
||||
#define MAC_VERSION 4
|
||||
#define MAC_VERSION 5
|
||||
|
||||
#define MAC_POLICY_SET(mpops, mpname, mpfullname, mpflags, privdata_wanted) \
|
||||
static struct mac_policy_conf mpname##_mac_policy_conf = { \
|
||||
|
|
|
|||
Loading…
Reference in a new issue