Fix stale GCP VPN doc claims (DI-570)#200
Open
celanthe wants to merge 2 commits into
Open
Conversation
- google-cloud-networking-setup: removed false claim that HA VPN is not supported; scoped the page to Classic VPN explicitly and added a link to the comprehensive HA VPN guide for users who need it - gcp-vpn-config-for-cisco-asaasav: fixed copy-paste error in the macstadium_outside_interface description, which incorrectly said "private network" instead of "outside interface" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
The ASA config uses IKEv2 throughout — the correct verify command is `show crypto ikev2 sa`, not the IKEv1 `show crypto isakmp sa`. Updated the expected output description to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{ macstadium_outside_interface }placeholder incorrectly said "the name of the private network in MacStadium." Fixed to "the name of the outside interface of your Cisco ASA/ASAv device," which matches both the template comment and every other reference to this placeholder across the docs.What was not changed
verify-gcp.mdxsays "you should see information about an active IKEv1" but the GCP config uses IKEv2. The correct verify command for IKEv2 on ASA isshow crypto ikev2 sa. Flagging for engineering confirmation before touching.Tickets
Closes DI-570
Test plan
🤖 Generated with Claude Code