Skip to content
Closed
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