mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Use kldload -n when loading if_deqna
This fixes if_deqna from being loaded by accident twice if it's already loaded in the kernel. MFC after: 1 week Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
08da267775
commit
7664382295
1 changed files with 1 additions and 1 deletions
|
|
@ -272,7 +272,7 @@ nomatch 10 {
|
|||
match "bus" "pccard[0-9]+";
|
||||
match "manufacturer" "0x1234";
|
||||
match "product" "0x2323";
|
||||
action "kldload if_deqna";
|
||||
action "kldload -n if_deqna";
|
||||
};
|
||||
attach 10 {
|
||||
device-name "deqna[0-9]+";
|
||||
|
|
|
|||
Loading…
Reference in a new issue