]> git.proxmox.com Git - mirror_iproute2.git/commit
tc-mpls: fix manpage example and help message string
authorGuillaume Nault <gnault@redhat.com>
Mon, 2 Nov 2020 11:24:25 +0000 (12:24 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 8 Nov 2020 18:49:28 +0000 (10:49 -0800)
commit8682f588bfed7862233a22626562696d662ca60c
tree39591936fe984fb8cef69a5b0b2583d4d799a0d6
parent7c7a0fe0c81cdff258c4314c629d7a52ae331dc4
tc-mpls: fix manpage example and help message string

Manpage:
 * Remove the extra "and to ip packets" part from command description
   to make it more understandable.

 * Redirect packets to eth1, instead of eth0, as told in the
   description.

Help string:
 * "mpls pop" can be followed by a CONTROL keyword.

 * "mpls modify" can also set the MPLS_BOS field.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/tc-mpls.8
tc/m_mpls.c