Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2023 18:08:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 272809] gre interfaces, tunnelfib is ignored
Message-ID:  <bug-272809-7501-5nkaHKjrGi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272809-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272809-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=3D272809

--- Comment #3 from Dirk Meyer <dinoex@FreeBSD.org> ---

# man ifconfig
[...]
     fib fib_number
             Specify interface FIB.  A FIB fib_number is assigned to all
             frames or packets received on that interface.  The FIB is not
             inherited, e.g., vlans or other sub-interfaces will use the
             default FIB (0) irrespective of the parent interface's FIB.  T=
he
             kernel needs to be tuned to support more than the default FIB
             using the ROUTETABLES kernel configuration option, or the
             net.fibs tunable.

     tunnelfib fib_number
             Specify tunnel FIB.  A FIB fib_number is assigned to all packe=
ts
             encapsulated by tunnel interface, e.g., gif(4), gre(4) and
             vxlan(4).
[...]

When I force the interface gre0 into fib 3 as well,
then the IPv6 packages from inside the tunnel show up in fib 3 again.

Is there a possible mixup ?

--=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-272809-7501-5nkaHKjrGi>