Skip to content

Commit 484f674

Browse files
David Aherndavem330
authored andcommitted
net: vrf: Address comments from last documentation update
Comments from Frank Kellerman on last doc update: - extra whitespace in front of a neigh show command - convert the brief link example to 'vrf red' Signed-off-by: David Ahern <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0ba3deb commit 484f674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/networking/vrf.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ older form without it.
189189

190190

191191
Or using the brief output:
192-
$ ip -br link show master red
192+
$ ip -br link show vrf red
193193
eth1 UP 02:00:00:00:02:02 <BROADCAST,MULTICAST,UP,LOWER_UP>
194194
eth2 UP 02:00:00:00:02:03 <BROADCAST,MULTICAST,UP,LOWER_UP>
195195
eth5 DOWN 02:00:00:00:02:06 <BROADCAST,MULTICAST>
@@ -207,8 +207,8 @@ older form without it.
207207
10.2.1.254 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE
208208
10.2.2.254 dev eth2 lladdr 5e:54:01:6a:ee:80 REACHABLE
209209

210-
$ ip -6 neigh show vrf red
211-
2002:1::64 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE
210+
$ ip -6 neigh show vrf red
211+
2002:1::64 dev eth1 lladdr a6:d9:c7:4f:06:23 REACHABLE
212212

213213

214214
6. Show Addresses for a VRF

0 commit comments

Comments
 (0)