Date: Sun, 07 Apr 2024 09:06:33 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 278220] gre: route add -iface invalid argument Message-ID: <bug-278220-227-NyuRiT7DZt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-278220-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278220 Dirk Meyer <dinoex@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #1 from Dirk Meyer <dinoex@FreeBSD.org> --- # route add -4 10.10.10.10/24 -iface gre0 -fib 3 add net 10.10.10.10: gateway gre0 fib 3: Invalid argument Possible Workaround: After configuring an extra IPv4 address in the interface, the route is accepted. # ifconfig gre0 inet 10.10.30.1 10.10.30.12 # route add -4 10.10.10.10/24 -iface gre0 -fib 3 -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278220-227-NyuRiT7DZt>
