Hi,
To assign ipv4 decap for GTPu tunnel we need to assign IPv4 address to the
tunnel:
set interface ip address gtpu_tunnel0 10.9.9.9/24
but we cannot assign same address to more than one GTPu tunnel.
But if there are more than one tunnel (same SRC, same DST) differs but only by
TEID we cannot
Hi,
I upgraded to v17.10-rc0~220-g5c04ad0
And I need to run more instances of VPP
But I cannot connect to any instance with vppctl:
jakuhorn@hornet:~/vpp$ ps -ax | grep vpp
7916 ?Rsl0:26 vpp api-segment {prefix vpp1}
7921 pts/0S+ 0:00 grep --color=auto vpp
jakuhorn@hornet:~/vp