diff options
| author | Andrey V. Elsukov <ae@FreeBSD.org> | 2026-05-17 10:12:20 +0000 |
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2026-05-17 10:12:20 +0000 |
| commit | 2872268c7f6d473aae9b02ebb5d2c24fc2cff9b1 (patch) | |
| tree | c293e153f04f003329186f6eb6d0b5d6d26b520f /tests/atf_python | |
| parent | 43a8585cb2bb0e284df672174a57780e53107d27 (diff) | |
Diffstat (limited to 'tests/atf_python')
| -rw-r--r-- | tests/atf_python/sys/netpfil/ipfw/insns.py | 2 |
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), |
