-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Signed-off-by: Gavin Lam <gavin.oss@tutamail.com>
- Loading branch information
1 parent
e508aff
commit 332232c
Showing
7 changed files
with
579 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
XfrmInError 1 | ||
XfrmInBufferError 2 | ||
XfrmInHdrError 4 | ||
XfrmInNoStates 3 | ||
XfrmInStateProtoError 40 | ||
XfrmInStateModeError 100 | ||
XfrmInStateSeqError 6000 | ||
XfrmInStateExpired 7 | ||
XfrmInStateMismatch 23451 | ||
XfrmInStateInvalid 55555 | ||
XfrmInTmplMismatch 51 | ||
XfrmInNoPols 65432 | ||
XfrmInPolBlock 100 | ||
XfrmInPolError 10000 | ||
XfrmOutError 1000000 | ||
XfrmOutBundleGenError 43321 | ||
XfrmOutBundleCheckError 555 | ||
XfrmOutNoStates 869 | ||
XfrmOutStateProtoError 4542 | ||
XfrmOutStateModeError 8 | ||
XfrmOutStateSeqError 543 | ||
XfrmOutStateExpired 565 | ||
XfrmOutPolBlock 43456 | ||
XfrmOutPolDead 7656 | ||
XfrmOutPolError 1454 | ||
XfrmFwdHdrError 6654 | ||
XfrmOutStateInvalid 28765 | ||
XfrmAcquireError 24532 |
Oops, something went wrong.