Re: [PATCH][XFRM]: Fix statistics.
From: David Miller <davem@davemloft.net>
Date: 2008-02-01 01:14:55
From: David Miller <davem@davemloft.net>
Date: 2008-02-01 01:14:55
From: Masahide NAKAMURA <redacted> Date: Thu, 31 Jan 2008 16:49:52 +0900
[PATCH][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 <redacted>
Applied, thank you.