From c112ad75605ccdfcb8bbce2f57b0e7a077f057f8 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Mon, 15 Dec 2025 13:50:56 +0000 Subject: [PATCH] options: describe WITH_IPFILTER_IPFS Add a description for WITH_IPFILTER_IPFS. Fixes: 0ff0c19e7f70 ("ipfilter: Disable ipfs(8) by default") --- tools/build/options/WITH_IPFILTER_IPFS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tools/build/options/WITH_IPFILTER_IPFS diff --git a/tools/build/options/WITH_IPFILTER_IPFS b/tools/build/options/WITH_IPFILTER_IPFS new file mode 100644 index 00000000000..6822b70f443 --- /dev/null +++ b/tools/build/options/WITH_IPFILTER_IPFS @@ -0,0 +1,3 @@ +Enable building the +.Xr ipfs 8 +tool to save and restore IPFilter state tables.