Bug #2384
closed"Network interface mismatch" displayed for some valid configurations
100%
Description
http://forum.pfsense.org/index.php/topic,48366.0.html
Should tap and the various IPv6 interfaces be added to the lists in is_interface_mismatch() and get_interface_list() from etc/inc/util.inc ? There may be other things that may need to be synchronized in those lists. For example, ovpnc and ovpns are probably supposed to be in the $vfaces list of get_interface_list().
Updated by Seth Mos over 12 years ago
The code recommended in the forum post seems appropriate. I think we only use stf for IPv6 specifically.
Commit that.
Updated by Erik Fonnesbeck over 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset fd863e5cebe67258ed48387d6471c4411701cf6b.
Updated by Erik Fonnesbeck over 12 years ago
Reverted the get_interface_list() part. I had forgotten that the interfaces named in $vfaces don't show for interface assignment without special code for listing them. There must be code already there on the interface assignment page for handling it, but only to modify the entry, not to add it if it does not already exist in the returned list.
Updated by Jim Pingle about 12 years ago
- Status changed from Feedback to Resolved