mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing SCTP_EOR entry.
MFC after: 3 days
This commit is contained in:
parent
5c4611cd3f
commit
bac4817b3a
1 changed files with 1 additions and 1 deletions
|
|
@ -1208,7 +1208,7 @@ sysdecode_sctp_pr_policy(int policy)
|
|||
|
||||
static struct name_table sctpsndflags[] = {
|
||||
X(SCTP_EOF) X(SCTP_ABORT) X(SCTP_UNORDERED) X(SCTP_ADDR_OVER)
|
||||
X(SCTP_SENDALL) X(SCTP_SACK_IMMEDIATELY) XEND
|
||||
X(SCTP_SENDALL) X(SCTP_EOR) X(SCTP_SACK_IMMEDIATELY) XEND
|
||||
};
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue