ipv4_route is not fully implemented. #612

Closed
opened 2026-07-28 08:04:36 +00:00 by hidnplayr · 2 comments
Owner

There is a function inside network stack which is designed to solve the question of what network interface to use to reach a certain ipv4 address. (ipv4_route)
Unfortunately, it's implementation is incomplete, and is causing issues when more then one network interface is available.

In practice, most issues arise because default exit route (towards the internet) is hard coded to device 1.

There is a function inside network stack which is designed to solve the question of what network interface to use to reach a certain ipv4 address. (ipv4_route) Unfortunately, it's implementation is incomplete, and is causing issues when more then one network interface is available. In practice, most issues arise because default exit route (towards the internet) is hard coded to device 1.
hidnplayr self-assigned this 2026-07-28 08:05:10 +00:00
Author
Owner

Needs more testing (shouldn't we have a label for this?)

Needs more testing (shouldn't we have a label for this?)
hidnplayr added this to the Network stack project 2026-08-02 15:56:12 +00:00
Author
Owner

Lets close for now as we have a working intermediate solution

Lets close for now as we have a working intermediate solution
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#612