Actions
Bug #15399
closedLocal host gateways are shown in the default gateways list
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
24.03
Release Notes:
Force Exclusion
Affected Version:
2.8.0
Affected Architecture:
All
Description
In System > Routing > Gateways the default gateway drop-down selection should not contain localhost (null) gateways. It does in 24.03-RC.
The function get_gateways is incorrectly handling the options passed to it here:
https://gitlab.netgate.com/pfSense/factory/-/blob/plus-RELENG_24_03/src/etc/inc/gwlb.inc?ref_type=heads#L2596
Localhost gateway should be removed from the returned list.
Actions