Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Removed IPSec VPN commands #2228

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

Merged
merged 2 commits into from
Jun 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions SoftLayer/CLI/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,19 +217,6 @@
('image:share', 'SoftLayer.CLI.image.share:cli'),
('image:share-deny', 'SoftLayer.CLI.image.share_deny:cli'),

('ipsec', 'SoftLayer.CLI.vpn.ipsec'),
('ipsec:configure', 'SoftLayer.CLI.vpn.ipsec.configure:cli'),
('ipsec:detail', 'SoftLayer.CLI.vpn.ipsec.detail:cli'),
('ipsec:list', 'SoftLayer.CLI.vpn.ipsec.list:cli'),
('ipsec:subnet-add', 'SoftLayer.CLI.vpn.ipsec.subnet.add:cli'),
('ipsec:subnet-remove', 'SoftLayer.CLI.vpn.ipsec.subnet.remove:cli'),
('ipsec:translation-add', 'SoftLayer.CLI.vpn.ipsec.translation.add:cli'),
('ipsec:translation-remove', 'SoftLayer.CLI.vpn.ipsec.translation.remove:cli'),
('ipsec:translation-update', 'SoftLayer.CLI.vpn.ipsec.translation.update:cli'),
('ipsec:update', 'SoftLayer.CLI.vpn.ipsec.update:cli'),
('ipsec:order', 'SoftLayer.CLI.vpn.ipsec.order:cli'),
('ipsec:cancel', 'SoftLayer.CLI.vpn.ipsec.cancel:cli'),

('loadbal', 'SoftLayer.CLI.loadbal'),
('loadbal:detail', 'SoftLayer.CLI.loadbal.detail:cli'),
('loadbal:list', 'SoftLayer.CLI.loadbal.list:cli'),
Expand Down
1 change: 0 additions & 1 deletion SoftLayer/CLI/vpn/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion SoftLayer/CLI/vpn/ipsec/__init__.py

This file was deleted.

39 changes: 0 additions & 39 deletions SoftLayer/CLI/vpn/ipsec/cancel.py

This file was deleted.

29 changes: 0 additions & 29 deletions SoftLayer/CLI/vpn/ipsec/configure.py

This file was deleted.

176 changes: 0 additions & 176 deletions SoftLayer/CLI/vpn/ipsec/detail.py

This file was deleted.

35 changes: 0 additions & 35 deletions SoftLayer/CLI/vpn/ipsec/list.py

This file was deleted.

34 changes: 0 additions & 34 deletions SoftLayer/CLI/vpn/ipsec/order.py

This file was deleted.

1 change: 0 additions & 1 deletion SoftLayer/CLI/vpn/ipsec/subnet/__init__.py

This file was deleted.

Loading