[Bug 278220] gre: route add -iface invalid argument
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 278220] gre: route add -iface invalid argument"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Apr 2024 09:06:33 UTC
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.