mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-27 22:51:49 +00:00
man: ip-route.8: Fix ENCAP references in synopsis
The different encapsulation types are described in ENCAP_* non-terminals, but ENCAP definition lists them without the ENCAP_ prefix. Fix this for consistency. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
f38e278b84
commit
7ab8f249aa
@ -187,7 +187,8 @@ throw " | " unreachable " | " prohibit " | " blackhole " | " nat " ]"
|
||||
|
||||
.ti -8
|
||||
.IR ENCAP " := [ "
|
||||
.IR MPLS " | " IP " | " BPF " | " SEG6 " | " SEG6LOCAL " ] "
|
||||
.IR ENCAP_MPLS " | " ENCAP_IP " | " ENCAP_BPF " | "
|
||||
.IR ENCAP_SEG6 " | " ENCAP_SEG6LOCAL " ] "
|
||||
|
||||
.ti -8
|
||||
.IR ENCAP_MPLS " := "
|
||||
|
||||
Loading…
Reference in New Issue
Block a user