Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic IP routing #12

Open
mfld-fr opened this issue Feb 10, 2017 · 2 comments
Open

Basic IP routing #12

mfld-fr opened this issue Feb 10, 2017 · 2 comments

Comments

@mfld-fr
Copy link
Owner

mfld-fr commented Feb 10, 2017

Add basic routing to ktcp networking process.

@mfld-fr mfld-fr added this to the Ethernet networking milestone Feb 10, 2017
@mfld-fr
Copy link
Owner Author

mfld-fr commented Feb 10, 2017

@georgp24 proposed to work on that item ?

@georgp24
Copy link

Yes, I did offer that. This includes the serial/ethernet switch issue #10. This should also switch between a loopback driver and maybe in the future an RTL and/or Intel E1000 network driver.

I will use the following configuration files for that:
/etc/network/interfaces
/etc/sysconfig/network
/etc/sysconfig/static-routes

So the ethernet driver should just offer the init(), ioctl(), select(), read() and write() functions and be linked with ktcp just as slip.c. Ktcp then has to read the interfaces file and decide which drivers to init() and query for data or write to.

However, first I will try to get the current elks-master to work just as well as the release 0.2.0.

mfld-fr pushed a commit that referenced this issue Apr 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants