Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L2TP secret description fix. Issue #10531 #4305

Merged
merged 1 commit into from May 13, 2020

Conversation

vktg
Copy link
Contributor

@vktg vktg commented May 7, 2020

description fix
see #4303 (comment)

@@ -2964,7 +2964,7 @@ function build_port_list() {
'password',
$pconfig['l2tp_secret']
))->setHelp('L2TP tunnel Shared Secret. Used to authenticate tunnel connection and encrypt ' .
'important control packets avpairs. (Optional)');
'important control packets contents. (Optional)');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be "packet contents"

@@ -596,7 +596,7 @@ function build_country_list() {
'password',
$pconfig['secret']
))->setHelp('L2TP tunnel Shared Secret. Used to authenticate tunnel connection and encrypt ' .
'important control packets avpairs. (Optional)');
'important control packets contents. (Optional)');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be "packet contents"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh! fixed

@netgate-git-updates netgate-git-updates merged commit e6edb57 into pfsense:master May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants