mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Line-break sync to the MAC development branch.
This commit is contained in:
parent
a44ca4f05f
commit
aa6a0037e2
1 changed files with 2 additions and 1 deletions
|
|
@ -2716,4 +2716,5 @@ static struct mac_policy_ops mac_lomac_ops =
|
|||
};
|
||||
|
||||
MAC_POLICY_SET(&mac_lomac_ops, mac_lomac, "TrustedBSD MAC/LOMAC",
|
||||
MPC_LOADTIME_FLAG_NOTLATE | MPC_LOADTIME_FLAG_LABELMBUFS, &mac_lomac_slot);
|
||||
MPC_LOADTIME_FLAG_NOTLATE | MPC_LOADTIME_FLAG_LABELMBUFS,
|
||||
&mac_lomac_slot);
|
||||
|
|
|
|||
Loading…
Reference in a new issue