LetDevDev / GERT

Global Empire Routing Technology - Smart, simple, robust.
Other
0 stars 0 forks source link

Router Program #8

Closed LetDevDev closed 6 years ago

LetDevDev commented 6 years ago

The strictness of Unet's interfaces has resulted in a loss of the ability for any device to act as a router. Though the via clause can force media to transmit to a non-destination device, it cannot actually force the device to accept the packet.

The solution is to build a new route interpreter, one that intakes all packets regardless of origin, and then forwards them at a level lower than the MAL.

This means that dummy interface would be needed

LetDevDev commented 6 years ago

To aid in both development times and the whole concept behind UTech, https://github.com/LetDevDev/GERT/issues/10 is now in development for this functionality.

LetDevDev commented 6 years ago

https://github.com/LetDevDev/GERT/commit/76f246a3ac7204b5b1683ef3cd8c9d7bb965f505 Is a simple router program to allow bridging of different networks.