[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 01874) Re: IPv6 default route handling of tunneled packets



Hello,

> It looks like decapsulated IPv6-IPv6 tunneled packets are not routed
> to default routes.  The decapsulated (internal) packet handed over to
> ip6_rcv_finish(), which calls ip6_route_input().  The major difference
> between ip6_route_output() and ip6_route_input() seems to be:
(snipped...)
> thus, the default route handlings are different, it seems.  If this is
> the cause, is this intentional?  Am I required to set up non-default
> routes for tunneled packets?
IPv6-IPv6 tunnel code derived from HUT mipl.

It's better to ask mipl folks on mipl-ml whether this is intentional or not.
You will get the correct answer.

Regards,
-mk