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

The description shouldn't contain a example, when the example is directly below. #296

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions Documentation/networking/vrf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ for emphasis of the device type, similar to use of 'br' in bridge names.
$ ip link add dev NAME type vrf table ID

Remember to add the ip rules as well:
$ ip ru add oif NAME table 10
$ ip ru add iif NAME table 10
$ ip -6 ru add oif NAME table 10
$ ip -6 ru add iif NAME table 10
$ ip ru add oif NAME table ID
$ ip ru add iif NAME table ID
$ ip -6 ru add oif NAME table ID
$ ip -6 ru add iif NAME table ID

Without the rules route lookups are not directed to the table.

Expand Down