a specific question...
Hello All, Before starting to ask my question, I would like to apologize about asking a silly question. Mostly, i always try to find answers by reading, searching, digging, etc. However, i really couldnt find a proper answer for my question. My question is about l2tp/pptp drivers in kernel. pptp driver is in /drivers/net. But, l2tp driver is in /net I want to know why they reside in different paths? What did i miss? Best Regards, -engur
On Sun, 16 Dec 2018, R. Engür Pişirici wrote:
Hello All,
Before starting to ask my question, I would like to apologize about asking a silly question. Mostly, i always try to find answers by reading, searching, digging, etc. However, i really couldnt find a proper answer for my question.
My question is about l2tp/pptp drivers in kernel. pptp driver is in /drivers/net. But, l2tp driver is in /net I want to know why they reside in different paths? What did i miss?
typically, what you find under /net is code for general networking *protocols*, while drivers/net contains actual device drivers for physical devices. sometimes, the split is not perfect. rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca/dokuwiki Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================
16.12.2018, 19:25, "R. Engür Pişirici" <engur@bilkent.edu.tr>:
Hello All,
Hello
Before starting to ask my question, I would like to apologize about asking a silly question. Mostly, i always try to find answers by reading, searching, digging, etc. However, i really couldnt find a proper answer for my question.
My question is about l2tp/pptp drivers in kernel. pptp driver is in /drivers/net. But, l2tp driver is in /net I want to know why they reside in different paths? What did i miss?
Engur, l2tp is core and other net protocols is used with l2tp. l2tp is an upper protocol of pptp.
Best Regards,
-engur
participants (3)
-
Ozgur -
R. Engür Pişirici -
Robert P. J. Day