summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2023-12-09 20:52:57 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2023-12-09 20:55:04 +0100
commit57ed1c4dfccc96225b64d56082f62cbf877d9e98 (patch)
tree83a1d7504b0382d3c3407ad748ad15472bcec992
parente214f4ad096d72be710c8151d0dea3858f9c0fe9 (diff)
WIP: disable FI_TLVLIST_DELETE_SETwireguard-next-tmp9
-rw-r--r--filter/f-inst.c2
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);