docs: networking: convert x25.txt to ReST
Not much to be done here: - add SPDX header; - add a document title; - add to networking/index.rst. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
883780af72
commit
c4ea03fdfd
|
@ -116,6 +116,7 @@ Contents:
|
||||||
vrf
|
vrf
|
||||||
vxlan
|
vxlan
|
||||||
x25-iface
|
x25-iface
|
||||||
|
x25
|
||||||
|
|
||||||
.. only:: subproject and html
|
.. only:: subproject and html
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0
|
||||||
|
|
||||||
|
==================
|
||||||
Linux X.25 Project
|
Linux X.25 Project
|
||||||
|
==================
|
||||||
|
|
||||||
As my third year dissertation at University I have taken it upon myself to
|
As my third year dissertation at University I have taken it upon myself to
|
||||||
write an X.25 implementation for Linux. My aim is to provide a complete X.25
|
write an X.25 implementation for Linux. My aim is to provide a complete X.25
|
|
@ -20,7 +20,7 @@ config X25
|
||||||
You can read more about X.25 at <http://www.sangoma.com/tutorials/x25/> and
|
You can read more about X.25 at <http://www.sangoma.com/tutorials/x25/> and
|
||||||
<http://docwiki.cisco.com/wiki/X.25>.
|
<http://docwiki.cisco.com/wiki/X.25>.
|
||||||
Information about X.25 for Linux is contained in the files
|
Information about X.25 for Linux is contained in the files
|
||||||
<file:Documentation/networking/x25.txt> and
|
<file:Documentation/networking/x25.rst> and
|
||||||
<file:Documentation/networking/x25-iface.rst>.
|
<file:Documentation/networking/x25-iface.rst>.
|
||||||
|
|
||||||
One connects to an X.25 network either with a dedicated network card
|
One connects to an X.25 network either with a dedicated network card
|
||||||
|
|
Loading…
Reference in New Issue