diff options
Diffstat (limited to 'Documentation/networking/l2tp.txt')
-rw-r--r-- | Documentation/networking/l2tp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/l2tp.txt b/Documentation/networking/l2tp.txt index e7bf3979facb..e63fc1f7bf87 100644 --- a/Documentation/networking/l2tp.txt +++ b/Documentation/networking/l2tp.txt | |||
@@ -111,7 +111,7 @@ When creating PPPoL2TP sockets, the application provides information | |||
111 | to the driver about the socket in a socket connect() call. Source and | 111 | to the driver about the socket in a socket connect() call. Source and |
112 | destination tunnel and session ids are provided, as well as the file | 112 | destination tunnel and session ids are provided, as well as the file |
113 | descriptor of a UDP socket. See struct pppol2tp_addr in | 113 | descriptor of a UDP socket. See struct pppol2tp_addr in |
114 | include/linux/if_ppp.h. Note that zero tunnel / session ids are | 114 | include/linux/if_pppol2tp.h. Note that zero tunnel / session ids are |
115 | treated specially. When creating the per-tunnel PPPoL2TP management | 115 | treated specially. When creating the per-tunnel PPPoL2TP management |
116 | socket in Step 2 above, zero source and destination session ids are | 116 | socket in Step 2 above, zero source and destination session ids are |
117 | specified, which tells the driver to prepare the supplied UDP file | 117 | specified, which tells the driver to prepare the supplied UDP file |