Enable ipset support in unbound in order to be able to migrate over from dnsmasq (#13791)

Message ID 173101db3c06$fd6ab220$f8401660$@at
State New
Headers
Series Enable ipset support in unbound in order to be able to migrate over from dnsmasq (#13791) |

Commit Message

Ludwig Ertl Nov. 21, 2024, 11:17 a.m. UTC
  Enable ipset support in unbound in order to be able to migrate over from
dnsmasq (#13791)

Signed-off-by: Ludwig Ertl ert@csp.at
---
 lfs/unbound | 2 ++
 1 file changed, 2 insertions(+)

--
2.20.1
  

Comments

Michael Tremer Nov. 22, 2024, 2:59 p.m. UTC | #1
Thank you!

Acked-by: Michael Tremer <michael.tremer@ipfire.org>

> On 21 Nov 2024, at 12:17, Ludwig Ertl <ert@csp.at> wrote:
> 
> Enable ipset support in unbound in order to be able to migrate over from
> dnsmasq (#13791)
> 
> Signed-off-by: Ludwig Ertl ert@csp.at
> ---
> lfs/unbound | 2 ++
> 1 file changed, 2 insertions(+)
> 
> diff --git a/lfs/unbound b/lfs/unbound
> index d8efaf872..49e29b2b4 100644
> --- a/lfs/unbound
> +++ b/lfs/unbound
> @@ -81,6 +81,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>                        --enable-event-api \
>                        --enable-tfo-client \
>                        --enable-tfo-server \
> +                       --enable-ipset \
> +                       --with-libmnl \
>                        ac_cv_func_getentropy=no
> 
>        cd $(DIR_APP) && make $(MAKETUNING)
> --
> 2.20.1
> 
> 
>
  
Adolf Belka Dec. 20, 2024, 2:14 p.m. UTC | #2
Hi All,

Not sure but this might have dropped off the radar as it has not yet been merged.

Regards,

Adolf.

On 22/11/2024 15:59, Michael Tremer wrote:
> Thank you!
>
> Acked-by: Michael Tremer <michael.tremer@ipfire.org>
>
>> On 21 Nov 2024, at 12:17, Ludwig Ertl <ert@csp.at> wrote:
>>
>> Enable ipset support in unbound in order to be able to migrate over from
>> dnsmasq (#13791)
>>
>> Signed-off-by: Ludwig Ertl ert@csp.at
>> ---
>> lfs/unbound | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/lfs/unbound b/lfs/unbound
>> index d8efaf872..49e29b2b4 100644
>> --- a/lfs/unbound
>> +++ b/lfs/unbound
>> @@ -81,6 +81,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>>                         --enable-event-api \
>>                         --enable-tfo-client \
>>                         --enable-tfo-server \
>> +                       --enable-ipset \
>> +                       --with-libmnl \
>>                         ac_cv_func_getentropy=no
>>
>>         cd $(DIR_APP) && make $(MAKETUNING)
>> --
>> 2.20.1
>>
>>
>>
  

Patch

diff --git a/lfs/unbound b/lfs/unbound
index d8efaf872..49e29b2b4 100644
--- a/lfs/unbound
+++ b/lfs/unbound
@@ -81,6 +81,8 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --enable-event-api \
                        --enable-tfo-client \
                        --enable-tfo-server \
+                       --enable-ipset \
+                       --with-libmnl \
                        ac_cv_func_getentropy=no

        cd $(DIR_APP) && make $(MAKETUNING)