Correct PPTP control port number in conntrack files (1729->1723).

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2012-09-23 07:04:43 -07:00
parent 607c93125c
commit f23fb1535d
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ CT:helper:netbios-ns all - udp 137
?endif
?if __PPTP_HELPER
CT:helper:pptp all - tcp 1729
CT:helper:pptp all - tcp 1723
?endif
?if __SANE_HELPER

View File

@ -31,7 +31,7 @@ CT:helper:netbios-ns all - udp 137
?endif
?if __PPTP_HELPER
CT:helper:pptp all - tcp 1729
CT:helper:pptp all - tcp 1723
?endif
?if __SANE_HELPER