[vpp-dev] A question about "Number of interfaces configurable restriction"

2018-07-16 Thread
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

Re: [vpp-dev] Number of interfaces configurable restriction

2018-07-16 Thread
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