diff options
-rw-r--r-- | net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Kconfig b/net/Kconfig index 9251b28e8d5d..b9ca0a581bde 100644 --- a/net/Kconfig +++ b/net/Kconfig | |||
@@ -272,7 +272,7 @@ config ATM_BR2684 | |||
272 | tristate "RFC1483/2684 Bridged protocols" | 272 | tristate "RFC1483/2684 Bridged protocols" |
273 | depends on ATM && INET | 273 | depends on ATM && INET |
274 | help | 274 | help |
275 | ATM PVCs can carry ethernet PDUs according to rfc2684 (formerly 1483) | 275 | ATM PVCs can carry ethernet PDUs according to RFC2684 (formerly 1483) |
276 | This device will act like an ethernet from the kernels point of view, | 276 | This device will act like an ethernet from the kernels point of view, |
277 | with the traffic being carried by ATM PVCs (currently 1 PVC/device). | 277 | with the traffic being carried by ATM PVCs (currently 1 PVC/device). |
278 | This is sometimes used over DSL lines. If in doubt, say N. | 278 | This is sometimes used over DSL lines. If in doubt, say N. |
@@ -281,7 +281,7 @@ config ATM_BR2684_IPFILTER | |||
281 | bool "Per-VC IP filter kludge" | 281 | bool "Per-VC IP filter kludge" |
282 | depends on ATM_BR2684 | 282 | depends on ATM_BR2684 |
283 | help | 283 | help |
284 | This is an experimental mechanism for users who need to terminating a | 284 | This is an experimental mechanism for users who need to terminate a |
285 | large number of IP-only vcc's. Do not enable this unless you are sure | 285 | large number of IP-only vcc's. Do not enable this unless you are sure |
286 | you know what you are doing. | 286 | you know what you are doing. |
287 | 287 | ||