aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorMasahide NAKAMURA <nakam@linux-ipv6.org>2008-01-31 20:14:58 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-31 22:28:30 -0500
commit9472c9ef645d03ea823801d7716e658aeaf894e4 (patch)
tree349327bc0ea264312a2d753840e7c32590e4f6c8 /Documentation/networking
parent5255dc6e14ce640ccb3e062362510a00ac59bbcd (diff)
[XFRM]: Fix statistics.
o Outbound sequence number overflow error status is counted as XfrmOutStateSeqError. o Additionaly, it changes inbound sequence number replay error name from XfrmInSeqOutOfWindow to XfrmInStateSeqError to apply name scheme above. o Inbound IPv4 UDP encapsuling type mismatch error is wrongly mapped to XfrmInStateInvalid then this patch fiex the error to XfrmInStateMismatch. Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/xfrm_proc.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/networking/xfrm_proc.txt b/Documentation/networking/xfrm_proc.txt
index 53c1a58b02f1..d0d8bafa9016 100644
--- a/Documentation/networking/xfrm_proc.txt
+++ b/Documentation/networking/xfrm_proc.txt
@@ -26,8 +26,9 @@ XfrmInStateProtoError:
26 e.g. SA key is wrong 26 e.g. SA key is wrong
27XfrmInStateModeError: 27XfrmInStateModeError:
28 Transformation mode specific error 28 Transformation mode specific error
29XfrmInSeqOutOfWindow: 29XfrmInStateSeqError:
30 Sequence out of window 30 Sequence error
31 i.e. Sequence number is out of window
31XfrmInStateExpired: 32XfrmInStateExpired:
32 State is expired 33 State is expired
33XfrmInStateMismatch: 34XfrmInStateMismatch:
@@ -60,6 +61,9 @@ XfrmOutStateProtoError:
60 Transformation protocol specific error 61 Transformation protocol specific error
61XfrmOutStateModeError: 62XfrmOutStateModeError:
62 Transformation mode specific error 63 Transformation mode specific error
64XfrmOutStateSeqError:
65 Sequence error
66 i.e. Sequence number overflow
63XfrmOutStateExpired: 67XfrmOutStateExpired:
64 State is expired 68 State is expired
65XfrmOutPolBlock: 69XfrmOutPolBlock: