When I setup my box with vlans on top of a lagg my interface selection list won't show the vlan interfaces with some services.
Now, correct me if i'm wrong, the interface selection is done in /etc/inc/util.inc (according to pfsense forum
Why are vlan interfaces filtered out here? Could You, in an upcoming release or update, include them in the list?
I now need to patch the util.inc file every boot:
--snip--
437c437
< if (!preg_match("/^(ppp|sl|gif|faith|lo|vlan|tun|plip|ipfw|usbus|carp)/", $ifname)) {
---
> if (!preg_match("/^(ppp|sl|gif|faith|lo|tun|plip|ipfw|usbus|carp)/", $ifname)) {
--snip--
Thanks in advance

