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-09 20:52:57 +0100 |
commit | 74798924ce1eba45f98080dcc8fea07b35bbad5c (patch) | |
tree | 790163ccf0d67a2f5e69555fb27a092e3aba3102 | |
parent | 96c40cb40551b84899b4dd59b0458339d2f33509 (diff) |
WIP: disable FI_TLVLIST_DELETE_SETwireguard-next-tmp8-1
-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); |