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

T5210:VPN:Fix typo in Warning #2021

Merged
merged 1 commit into from
May 31, 2023
Merged

T5210:VPN:Fix typo in Warning #2021

merged 1 commit into from
May 31, 2023

Conversation

blank0608
Copy link
Contributor

Change Summary

Fix typo in warning vti interface

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe):

Related Task(s)

Component(s) name

vpn

Proposed changes

Edited line 458 in the vpn_ipsec.py file to fix the typo

How to test

set interfaces vti vti1 address '10.2.2.1/30'
set vpn ipsec authentication psk PSK id '192.168.100.184'
set vpn ipsec authentication psk PSK id '192.168.100.254'
set vpn ipsec authentication psk PSK secret 'SSSeeccRetT'
set vpn ipsec esp-group ESP-group lifetime '1800'
set vpn ipsec esp-group ESP-group mode 'tunnel'
set vpn ipsec esp-group ESP-group pfs 'enable'
set vpn ipsec esp-group ESP-group proposal 1 encryption 'aes256'
set vpn ipsec esp-group ESP-group proposal 1 hash 'sha256'
set vpn ipsec ike-group IKE-group key-exchange 'ikev1'
set vpn ipsec ike-group IKE-group lifetime '3600'
set vpn ipsec ike-group IKE-group proposal 1 encryption 'aes256'
set vpn ipsec ike-group IKE-group proposal 1 hash 'sha256'
set vpn ipsec interface 'eth1'
set vpn ipsec site-to-site peer OFFICE-B authentication local-id '192.168.100.254'
set vpn ipsec site-to-site peer OFFICE-B authentication mode 'pre-shared-secret'
set vpn ipsec site-to-site peer OFFICE-B authentication remote-id '192.168.100.184'
set vpn ipsec site-to-site peer OFFICE-B connection-type 'initiate'
set vpn ipsec site-to-site peer OFFICE-B dhcp-interface 'eth0'
set vpn ipsec site-to-site peer OFFICE-B ike-group 'IKE-group'
set vpn ipsec site-to-site peer OFFICE-B remote-address '192.168.100.184'
set vpn ipsec site-to-site peer OFFICE-B vti bind 'vti1'
set vpn ipsec site-to-site peer OFFICE-B vti esp-group 'ESP-group'
vyos@vyos# commit
[ vpn ipsec ]

WARNING: It's recommended to use ipsec vti with the next command
[set vpn ipsec option disable-route-autoinstall]

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • I have run the components SMOKETESTS if applicable
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly

@vyosbot vyosbot requested review from a team, dmbaturin, sarthurdev, zdc, jestabro, sever-sever and c-po and removed request for a team May 29, 2023 05:18
@c-po
Copy link
Member

c-po commented May 29, 2023

Please use a whitespace delimiter in your commit message before VPN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants