diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-12-09 20:52:57 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2023-12-21 22:53:23 +0100 |
commit | c6599070804804e618c7793c75185af3ca5d26b3 (patch) | |
tree | 4b394a9267166ef9cd9e6d453b1d720c6b434591 | |
parent | 2ce415f4af68380ce1259723de990c81fc5dc1c6 (diff) |
WIP: disable FI_TLVLIST_DELETE_SETwireguard-next-tmp10
-rw-r--r-- | filter/f-inst.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c index b26facb0..cebdafa0 100644 --- a/filter/f-inst.c +++ b/filter/f-inst.c @@ -1460,6 +1460,7 @@ RESULT(T_LCLIST, ad, [[ lclist_filter(fpool, v1.val.ad, &v2, 0) ]]); } +#if 0 INST(FI_TLVLIST_DELETE_SET, 2, 1) { ARG(1, T_TLVLIST); ARG(2, T_SET); @@ -1474,6 +1475,7 @@ runtime("FI_TLVLIST_DELETE_SET disabled"); #endif } +#endif INST(FI_PATH_FILTER_SET, 2, 1) { ARG(1, T_PATH); |