Skip to content

Commit

Permalink
netfilter: nf_ct_pptp: Fix comment referring to incorrect RFC
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Reese Moore authored and Pablo Neira Ayuso committed Feb 5, 2013
1 parent c14b78e commit 3812432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netfilter/nf_conntrack_pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Limitations:
* - We blindly assume that control connections are always
* established in PNS->PAC direction. This is a violation
* of RFFC2673
* of RFC 2637
* - We can only support one single call within each session
* TODO:
* - testing of incoming PPTP calls
Expand Down

0 comments on commit 3812432

Please sign in to comment.