[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LRH.2.20.1905311313080.9247@dhcp-10-175-206-186.vpn.oracle.com>
Date: Fri, 31 May 2019 13:24:54 +0100 (BST)
From: Alan Maguire <alan.maguire@...cle.com>
To: netdev@...r.kernel.org
Subject: support for popping multiple MPLS labels with iproute2?
I was wondering if there is a way to pop multiple MPLS labels at
once for local delivery using iproute2?
Adding multiple labels for encapsulation is supported via
label1/label2/... syntax, but I can't find a way to do the same
for popping multiple labels for local delivery.
For example if I run
# ip route add 192.168.1.0/24 encap mpls 100/200 via inet 192.168.1.101 \
dev mytun mtu 1450
...I'm looking for the equivalent command to pop both labels on the
target system for local delivery; something like
# ip -f mpls route add 100/200 dev lo
...but that gets rejected as only a single label is expected.
Thanks!
Alan
Powered by blists - more mailing lists