OPNsense Forum

English Forums => High availability => Topic started by: patient0 on March 19, 2025, 02:45:09 PM

Title: On 25.1.3 CARP interface dialog: advskew field missing
Post by: patient0 on March 19, 2025, 02:45:09 PM
While checking CARP settings in responds to a CARP thread here I realized that the field 'advskew' is missing (with 'advanced mode' enabled).

To verify I setup a pristine 25.1 with the ISO image 'OPNsense-25.1-dvd-amd64.iso', the setting is visible. Update to latest 25.1.3 and it's gone.

Can anyone verify that, or is it only me?
Title: Re: On 25.1.3 CARP interface dialog: advskew field missing
Post by: tofuSCHNITZEL on March 19, 2025, 03:45:43 PM
yes can confirm, its gone with 25.1.3 (even with advanced on) which is weird, because its still here in the source code?
https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/Interfaces/Vip.xml
Title: Re: On 25.1.3 CARP interface dialog: advskew field missing
Post by: Monviech (Cedrik) on March 19, 2025, 05:30:38 PM
Its just hidden in the browser with "display: none" due to a small regression.

https://github.com/opnsense/core/issues/8451

It has been fixed.

opnsense-patch https://github.com/opnsense/core/commit/62f442526f605b1e9ba360c11a9db87f24ad3be3
Title: Re: On 25.1.3 CARP interface dialog: advskew field missing
Post by: patient0 on March 19, 2025, 06:10:02 PM
Quote from: Monviech (Cedrik) on March 19, 2025, 05:30:38 PMopnsense-patch https://github.com/opnsense/core/commit/62f442526f...
Thanks a lot, worked excellent.

Never quite understood why that setting is 'behind' the advanced mode, for half of all the interfaces - all interfaces on one instance - I gotta enter a value in that field.

But nevermind, thank a lot for the quick reply!
Title: Re: On 25.1.3 CARP interface dialog: advskew field missing
Post by: tofuSCHNITZEL on March 19, 2025, 06:18:13 PM
Quote from: patient0 on March 19, 2025, 06:10:02 PMNever quite understood why that setting is 'behind' the advanced mode, for half of all the interfaces - all interfaces on one instance - I gotta enter a value in that field.


could you maybe elaborate? why would I need to add a skew? on the secondary the skew is automatically set (+100) via the HA config sync feature...?
Title: Re: On 25.1.3 CARP interface dialog: advskew field missing
Post by: patient0 on March 19, 2025, 06:20:37 PM
Quote from: tofuSCHNITZEL on March 19, 2025, 06:18:13 PMon the secondary the skew is automatically set (+100) via the HA config sync feature...?
Mmmh, I see. That never crossed my mind, I always set it manually *slaps forehead*.