Data-link layer libraries linux kernel -
I am implementing the routing protocol. To work for this, I need to know the failures on the data-link layer. I have the library available in spite of the underlying data-link layer protocol, which gives me hooks (like netfilters) to capture such information
Since this is an experiment on the protocol, I am trying to figure out what is available, whatever is available so that it can be implemented in user-space, etc. Instead of writing kernel modules same. (Since I'm completely new to kernel programming)
Any head-up will be really helpful for this.
Comments
Post a Comment