summaryrefslogtreecommitdiff
path: root/tests/atf_python/sys/netlink/attrs.py
diff options
context:
space:
mode:
authorAlexander V. Chernikov <melifaro@FreeBSD.org>2023-04-18 14:09:47 +0000
committerAlexander V. Chernikov <melifaro@FreeBSD.org>2023-04-18 14:09:47 +0000
commit04a036601e10237ae00655e515aeb78762eb5d1a (patch)
tree6b0516b423a4cbbff343311b134f3d5bd94bcb42 /tests/atf_python/sys/netlink/attrs.py
parentaf94d8cc17164e2558fc97abdfbaeb550cd337b6 (diff)
Diffstat (limited to 'tests/atf_python/sys/netlink/attrs.py')
-rw-r--r--tests/atf_python/sys/netlink/attrs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/atf_python/sys/netlink/attrs.py b/tests/atf_python/sys/netlink/attrs.py
index 58fbab7fc8db..9769ef0fc76f 100644
--- a/tests/atf_python/sys/netlink/attrs.py
+++ b/tests/atf_python/sys/netlink/attrs.py
@@ -21,7 +21,7 @@ class NlAttr(object):
@property
def nla_type(self):
- return self._nla_type & 0x3F
+ return self._nla_type & 0x3FFF
@property
def nla_len(self):