Date: Fri, 08 Sep 2023 20:04:52 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 273640] route delete fails when specifying the interface Message-ID: <bug-273640-7501-chy4zkWBAf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273640-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-273640-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=3D273640 --- Comment #2 from mmendoza@netgate.com --- In the 12.3 test, without netlink; in the 14.0 test, with netlink. Further tests indicate that it's only an issue with combining both "-inet" = and "-iface" (IPv6 works), and only when the CIDR size is omitted. This works: # route del -inet 192.168.1.0/24 -iface vmx0 --=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-273640-7501-chy4zkWBAf>