Date: Thu, 28 Feb 2019 15:39:51 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 221317] ifconfig down/up issue after ixgbe driver update in r320897 Message-ID: <bug-221317-7501-8xbyPlVfzM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-221317-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-221317-7501@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221317 Timo Voelker <timo.voelker@fh-muenster.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |timo.voelker@fh-muenster.de --- Comment #45 from Timo Voelker <timo.voelker@fh-muenster.de> --- I experienced this issue while configuring VLANs. I installed FreeBSD 12.0 Release on a Dell PowerEdge R430 with an Intel Ethernet 10G 2P X520 Adapter. If I add these lines to /etc/rc.conf ifconfig_ix0=3D"up" vlans_ix0=3D"102" ifconfig_ix0_102=3D"inet 10.10.10.12/24 description test" ix0 stays down. A 'ifconfig ix0 up' has no effect then. If I start FreeBSD = with only ifconfig_ix0=3D"up" in /etc/rc.conf, I can use the following commands to successfully add and u= se the vlan (ix0 is up). ifconfig ix0 up ifconfig ix0.102 create vlan 102 vlandev ix0 inet 10.10.10.12/24 An update to 12.0-p3 with the commands # freebsd-update fetch # freebsd-update install did not fix it. I then downloaded the FreeBSD sources (base/releng/12.0), applied the patch=20 https://reviews.freebsd.org/D18468 and complied and installed kernel and world. Now, I'm able to boot FreeBSD = with the above VLAN config in /etc/rc.conf.=20 Thanks to everyone involved here! --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221317-7501-8xbyPlVfzM>