veth.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-18 09:51:20 +02:00
parent 1eef07f09a
commit 334299e22f
1 changed files with 3 additions and 3 deletions

View File

@ -69,11 +69,11 @@ network interface, using commands something like:
.PP
.in +4n
.EX
# \fBip link add ve_A type veth peer name ve_B\fP # Create veth pair
# \fBethtool -S ve_A\fP # Discover interface index of peer
# \fBip link add ve_A type veth peer name ve_B\fP # Create veth pair
# \fBethtool -S ve_A\fP # Discover interface index of peer
NIC statistics:
peer_ifindex: 16
# \fBip link | grep '^16:'\fP # Look up interface
# \fBip link | grep '^16:'\fP # Look up interface
16: ve_B@ve_A: <BROADCAST,MULTICAST,M-DOWN> mtu 1500 qdisc ...
.EE
.in