aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorReese Moore <ram@vt.edu>2012-11-07 02:05:08 -0500
committerPablo Neira Ayuso <pablo@netfilter.org>2013-02-04 23:10:02 -0500
commit38124328fb3ea0b28451071bf3c7401e35c91020 (patch)
tree086c7b09da46c01b74ae1c969caedc74c835248f /net
parentc14b78e7decd0d1d5add6a4604feb8609fe920a9 (diff)
netfilter: nf_ct_pptp: Fix comment referring to incorrect RFC
The header of this file cites to "RFFC2673" which is "Binary Labels in the Domain Name System". It should refer to "RFC 2637" which is "Point-to-Point Tunneling Protocol (PPTP)". This patch also corrects the typo RFFC. Signed-off-by: Reese Moore <ram@vt.edu> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/nf_conntrack_pptp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/nf_conntrack_pptp.c b/net/netfilter/nf_conntrack_pptp.c
index cc7669ef0b95..e6678d2b624e 100644
--- a/net/netfilter/nf_conntrack_pptp.c
+++ b/net/netfilter/nf_conntrack_pptp.c
@@ -14,7 +14,7 @@
14 * Limitations: 14 * Limitations:
15 * - We blindly assume that control connections are always 15 * - We blindly assume that control connections are always
16 * established in PNS->PAC direction. This is a violation 16 * established in PNS->PAC direction. This is a violation
17 * of RFFC2673 17 * of RFC 2637
18 * - We can only support one single call within each session 18 * - We can only support one single call within each session
19 * TODO: 19 * TODO:
20 * - testing of incoming PPTP calls 20 * - testing of incoming PPTP calls