https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278220
Dirk Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --- Comment #1 from Dirk Meyer <[email protected]> --- # 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.
