Hi,Jan:
I met the same problem as you post on vpp mailing list.
I create vpp tap interface as below script shown:
#!/bin/bash
for i in {1..1000}
do
sudo vppctl tap connect lstack${i}
done
But,when I got to tapcli-502,fail to show:
tap connect: Couldn't open /dev/net/tun
then,I use u
Hi,Jan:
I met the same problem as you post on vpp mailing list.
I create vpp tap interface as below script shown:
#!/bin/bash
for i in {1..1000}
do
sudo vppctl tap connect lstack${i}
done
But,when I got to tapcli-502,fail to show:
tap connect: Couldn't open /dev/net/tun
then,I use u