-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Update expressroute-bfd.md to reflect IPv6 support #127666
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
base: main
Are you sure you want to change the base?
Conversation
The article currently states that BFD is supported only for IPv4 on ExpressRoute. I believe this limitation has been removed, and BFD is now supported for both IPv4 and IPv6. This update corrects the documentation to avoid misleading readers.
@NaotakaKawakami : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 42bd33a: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates documentation to remove outdated limitation statement about BFD IPv4-only support on ExpressRoute by commenting out the existing note, indicating that BFD now supports both IPv4 and IPv6.
- Commented out the IPv4-only limitation note in the BFD documentation
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
/* | ||
> [!NOTE] | ||
> BFD is only supported on IPv4 peering. | ||
> | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using /* */
comment syntax in Markdown is incorrect and will be rendered as visible text. Either remove these lines entirely or use HTML comments <!-- -->
if you need to preserve the content for reference.
/* | |
> [!NOTE] | |
> BFD is only supported on IPv4 peering. | |
> | |
*/ | |
<!-- | |
> [!NOTE] | |
> BFD is only supported on IPv4 peering. | |
> | |
--> |
Copilot uses AI. Check for mistakes.
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
The article currently states that BFD is supported only for IPv4 on ExpressRoute. I believe this limitation has been removed, and BFD is now supported for both IPv4 and IPv6.
This update corrects the documentation to avoid misleading readers.