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>2024-07-05 17:11:44 +0200
commit0d643d7e5e6e4e287943551f5937645e61757ef2 (patch)
tree5264d3300fcc2bfc7dde646fc17bcf9f5682841f
parent47d30412a6752cfe33d2f630e143f0b686a0740c (diff)
WIP: disable FI_TLVLIST_DELETE_SET
-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 df7ca7aa..d5037efa 100644
--- a/filter/f-inst.c
+++ b/filter/f-inst.c
@@ -1525,6 +1525,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);
@@ -1539,6 +1540,7 @@
runtime("FI_TLVLIST_DELETE_SET disabled");
#endif
}
+#endif
INST(FI_PATH_FILTER_SET, 2, 1) {
ARG(1, T_PATH);