IPv6 routing samples

Hello !

I have taken echo server sample as base (USB-NET and  ipv6 only config )

and would like ti add border router ( if need ) and few static routes to other interfaces to this sample.

But looks like not so many samples for routing exists in SDK. Everything around OpenThread and etc.

I assume I can add to it second network interface ( serialized on network core or serial UART or virtual ?)

and after that all IPV6 packets for is not addressed to current node ( CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1" ) can  be routed to than interface.

Route rules need to be added as well.

Or what is routing principles in current ipv6 stack ?

I hope I should be able to configure 6LO layer for that second interface.

Can you suggest configuration for this kind of framework in case of assembling from Zephyr modules ?

Regards,

Eugene

Parents Reply Children
Related