diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2024-11-09 23:51:18 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2024-11-09 23:51:18 +0100 |
commit | fd8f3dce24949642b495d4de6f0234e3765b9d71 (patch) | |
tree | 9399310f740f6840ca42bfc0944264a430d09cd4 | |
parent | 60b1168332a31f99098b568ac18921a0c520dad6 (diff) |
Revert "WIP: disable FI_TLVLIST_DELETE_SET"wireguard-next-tmp11
This reverts commit 0d643d7e5e6e4e287943551f5937645e61757ef2.
-rw-r--r-- | filter/f-inst.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/f-inst.c b/filter/f-inst.c index d5037efa..df7ca7aa 100644 --- a/filter/f-inst.c +++ b/filter/f-inst.c @@ -1525,7 +1525,6 @@ 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); @@ -1540,7 +1539,6 @@ runtime("FI_TLVLIST_DELETE_SET disabled"); #endif } -#endif INST(FI_PATH_FILTER_SET, 2, 1) { ARG(1, T_PATH); |