mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
add "disable autodisconnect" flags
This commit is contained in:
parent
e6e799d2bc
commit
d22fcb6b75
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ typedef struct {
|
|||
*/
|
||||
#define LUN_TQAE 0x00000001 /* bit1 Tagged Queue Action Enable */
|
||||
#define LUN_DSSM 0x01000000 /* bit24 Disable Sending SDP Message */
|
||||
#define LUN_DISAD 0x02000000 /* bit25 Disable autodisconnect */
|
||||
#define LUN_DM 0x40000000 /* bit30 Disconnects Mandatory */
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue