Re: networking in 14.1 release notes

From: mike tancsa <mike_at_sentex.net>
Date: Sun, 19 May 2024 23:29:52 UTC
On 5/18/2024 10:49 AM, Mike Karels wrote:
> I have no networking changes at all in the 14.1 release notes.  Is there
> anything that should be mentioned?  Feel free to reply to me individually.
>
Not sure if appropriate or not, but when going to 13.x to 14.x, not all 
vlan configs work now in rc.conf

Both

ifconfig_vlan2="192.168.1.51/24 vlandev igb1 vlan 2"
ifconfig_vlan2="192.168.1.51/24 vlan 2 vlandev igb1"

used to work on RELENG_13

now only

ifconfig_vlan2="192.168.1.51/24  vlan 2 vlandev igb1"

is allowed.  Maybe a heads up in UPDATING ?

     ---Mike