summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_proc.c
diff options
context:
space:
mode:
authorjamal2010-02-18 04:35:07 +0100
committerDavid S. Miller2010-02-19 00:43:09 +0100
commit72032fdbcde8b333e65b3430e1bcb4358e2d6716 (patch)
tree53f48599a1cf4d68641a009cb6322e1711dc5efc /net/xfrm/xfrm_proc.c
parentnet: TCP thin dupack (diff)
downloadkernel-qcow2-linux-72032fdbcde8b333e65b3430e1bcb4358e2d6716.tar.gz
kernel-qcow2-linux-72032fdbcde8b333e65b3430e1bcb4358e2d6716.tar.xz
kernel-qcow2-linux-72032fdbcde8b333e65b3430e1bcb4358e2d6716.zip
xfrm: Introduce LINUX_MIB_XFRMFWDHDRERROR
XFRMINHDRERROR counter is ambigous when validating forwarding path. It makes it tricky to debug when you have both in and fwd validation. Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/xfrm/xfrm_proc.c')
-rw-r--r--net/xfrm/xfrm_proc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/xfrm/xfrm_proc.c b/net/xfrm/xfrm_proc.c
index 003f2c437ac3..58d9ae005597 100644
--- a/net/xfrm/xfrm_proc.c
+++ b/net/xfrm/xfrm_proc.c
@@ -41,6 +41,7 @@ static const struct snmp_mib xfrm_mib_list[] = {
SNMP_MIB_ITEM("XfrmOutPolBlock", LINUX_MIB_XFRMOUTPOLBLOCK),
SNMP_MIB_ITEM("XfrmOutPolDead", LINUX_MIB_XFRMOUTPOLDEAD),
SNMP_MIB_ITEM("XfrmOutPolError", LINUX_MIB_XFRMOUTPOLERROR),
+ SNMP_MIB_ITEM("XfrmFwdHdrError", LINUX_MIB_XFRMFWDHDRERROR),
SNMP_MIB_SENTINEL
};