Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2016 00:49:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-net@FreeBSD.org
Subject:   [Bug 128954] ifconfig(8) deletes valid routes
Message-ID:  <bug-128954-2472-0A3c93XYr6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-128954-2472@https.bugs.freebsd.org/bugzilla/>
References:  <bug-128954-2472@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=3D128954

--- Comment #2 from Marie Helene Kvello-Aune <marieheleneka@gmail.com> ---
on 11-current (r295762), steps to reproduce:
# ifconfig igb1 inet 10.0.1.1/24
# route add -net 10.0.2.0/24 10.0.1.2
# netstat -rn
(...)
10.0.2.0/24        10.0.1.2           UGS        igb1
(...)

# ifconfig igb1 inet 10.0.1.13/24
# netstat -rn
-- the 10.0.2.0/24 route is gone --

Reading about possible causes in the linked thread, I've checked dmesg and =
the
interface isn't down/up'ed when changing IP.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-128954-2472-0A3c93XYr6>