Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2024 14:35:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 274483] route(8) change -interface is not effective
Message-ID:  <bug-274483-7501-ZkhsxmIyut@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-274483-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-274483-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=3D274483

Mike Karels <karels@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karels@freebsd.org

--- Comment #2 from Mike Karels <karels@freebsd.org> ---
Note, I don't think -interface is the keyword that you want here; it means =
that
no gateway is used.  From route(8): "If the destination is directly reachab=
le
via an interface requiring no intermediary system to act as a gateway, the
-interface modifier should be specified; the gateway given is the address of
this host on the common network, indicating the interface to be used for
transmission.  Alternately, if the interface is point to point the name of =
the
interface itself may be given,"  In this case, the tunnel ignores the first=
-hop
destination address, so this works by accident.  The -ifp modifier is inten=
ded
for this usage, but is currently broken.

--=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-274483-7501-ZkhsxmIyut>