aboutsummaryrefslogtreecommitdiff
path: root/tests/atf_python
diff options
context:
space:
mode:
authorAndrey V. Elsukov <ae@FreeBSD.org>2026-05-17 10:12:20 +0000
committerAndrey V. Elsukov <ae@FreeBSD.org>2026-05-17 10:12:20 +0000
commit2872268c7f6d473aae9b02ebb5d2c24fc2cff9b1 (patch)
treec293e153f04f003329186f6eb6d0b5d6d26b520f /tests/atf_python
parent43a8585cb2bb0e284df672174a57780e53107d27 (diff)
Diffstat (limited to 'tests/atf_python')
-rw-r--r--tests/atf_python/sys/netpfil/ipfw/insns.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/atf_python/sys/netpfil/ipfw/insns.py b/tests/atf_python/sys/netpfil/ipfw/insns.py
index dbb9af659794..c5f729ac4d63 100644
--- a/tests/atf_python/sys/netpfil/ipfw/insns.py
+++ b/tests/atf_python/sys/netpfil/ipfw/insns.py
@@ -682,6 +682,8 @@ insn_attrs = prepare_attrs_map(
AttrDescr(IpFwOpcode.O_NOP, InsnComment),
+ AttrDescr(IpFwOpcode.O_IP4, InsnEmpty),
+ AttrDescr(IpFwOpcode.O_IP6, InsnEmpty),
AttrDescr(IpFwOpcode.O_PROTO, InsnProto),
AttrDescr(IpFwOpcode.O_PROB, InsnProb),
AttrDescr(IpFwOpcode.O_IP_DST_ME, InsnEmpty),