Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-278220-227@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=3D278220

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

--=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-278220-227-NyuRiT7DZt>