Fix typo on virtual routing bridge guide #190

Open
nglgzz wants to merge 1 commit from nglgzz/user-documentation:main into main
First-time contributor

Hello! While going through the "Setting Up a Virtual Routing Bridge" guide, I noticed that the name of the virtual bridge in it is inconsistent throughout the code examples.

I don't know for sure that my proposed change is correct (haven't got the whole setup working yet), I'm assuming there aren't two virtual bridges being configured based on the guide mentioning the creation of only one virtual bridge. Happy to adjust if I got it wrong.

Hello! While going through the "Setting Up a Virtual Routing Bridge" guide, I noticed that the name of the virtual bridge in it is inconsistent throughout the code examples. I don't know for sure that my proposed change is correct (haven't got the whole setup working yet), I'm assuming there aren't two virtual bridges being configured based on the guide mentioning the creation of only one virtual bridge. Happy to adjust if I got it wrong.
Owner

Off the top of my head, I’m not sure either; I’ll have to have a closer look when I’ve had a bit more time.

Off the top of my head, I’m not sure either; I’ll have to have a closer look when I’ve had a bit more time.
This pull request has changes conflicting with the target branch.
  • modules/ROOT/pages/administration/virtual-routing-bridge.adoc
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u main:nglgzz-main
git switch nglgzz-main

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff nglgzz-main
git switch nglgzz-main
git rebase main
git switch main
git merge --ff-only nglgzz-main
git switch nglgzz-main
git rebase main
git switch main
git merge --no-ff nglgzz-main
git switch main
git merge --squash nglgzz-main
git switch main
git merge --ff-only nglgzz-main
git switch main
git merge nglgzz-main
git push origin main
Sign in to join this conversation.
No description provided.