OPNsense Forum

English Forums => 25.7 Series => Topic started by: Maurice on July 20, 2025, 02:46:05 PM

Title: Tunables reset to defaults
Post by: Maurice on July 20, 2025, 02:46:05 PM
Upgrade from 25.1.11 to 25.7.r2 went smoothly on four systems so far (switched to Development to unlock the upgrade and back to Community afterwards).

I noticed that the reset to defaults button in System: Settings: Tunables is missing. There is just an empty box where it used to be. Is that on purpose?

Cheers
Maurice
Title: Re: Tunables reset to defaults
Post by: Monviech (Cedrik) on July 20, 2025, 03:26:16 PM
That empty spot is the grid reset button. If you change the grid layout it appears.

If the tunable reset button does not show up (a different button) maybe theres an issue here:

https://github.com/opnsense/core/blob/9b749b88b009f347de94b108e4408c8cda616eb2/src/opnsense/mvc/app/views/OPNsense/Core/tunables.volt#L94

If you make a ticket it would be appreciated.
Title: Re: Tunables reset to defaults
Post by: Monviech (Cedrik) on July 20, 2025, 05:18:11 PM
Found the issue.

https://github.com/opnsense/core/pull/8961
Title: Re: Tunables reset to defaults
Post by: Maurice on July 21, 2025, 02:07:13 AM
Thanks for the quick fix!

opnsense-patch 2d65b84 works for me.

And you're right: The empty box somehow made me think that this is where the tunables reset button used to be, but it is indeed the grid reset button.
Title: Re: Tunables reset to defaults
Post by: Monviech (Cedrik) on July 21, 2025, 06:05:27 AM
Thanks for testing :)