summaryrefslogtreecommitdiff
path: root/net/test/xfrm.py
diff options
context:
space:
mode:
Diffstat (limited to 'net/test/xfrm.py')
-rwxr-xr-xnet/test/xfrm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/xfrm.py b/net/test/xfrm.py
index 3cd1af9..d1e1871 100755
--- a/net/test/xfrm.py
+++ b/net/test/xfrm.py
@@ -368,7 +368,7 @@ class Xfrm(netlink.NetlinkSocket):
else:
print("%s" % cmdname)
- def _Decode(self, command, unused_msg, nla_type, nla_data):
+ def _Decode(self, command, unused_msg, nla_type, nla_data, nested):
"""Decodes netlink attributes to Python types."""
name = self._GetConstantName(nla_type, "XFRMA_")