Hi everybody,

I want to test router plug-in from vppsb. I am working on VPP 17.04. There is 
no "tap inject" command in this version that is used by this plug-in (as in the 
plug-in wiki page mentioned).

I have read https://lists.fd.io/pipermail/vpp-dev/2017-May/004889.html and 
"show plugins" includes: "10. router.so router"
I have also read https://lists.fd.io/pipermail/vpp-dev/2017-May/004890.html and 
commented this function, 

I also tried to use LACP bond (vdev 
eth_bond0,mode=4,slave=0000:81:00.0,xmit_policy=l23,mac=00:1e:67:1d:fd:1d)
DBGvpp# sh int
              Name               Idx       State          Counter          
Count     
BondEthernet0                     2        down      
TenGigabitEthernet81/0/0          1     bond-slave   
local0                            0        down      

if I tried:
#ip add add 172.168.25.2/25 dev vpp0
#ip link set vpp0 up

it fails with:
DBGvpp# 0: /root/git/vpp/build-data/../src/vnet/fib/fib_table.c:35 
(fib_table_get) assertion `! pool_is_free (ip6_main.fibs, _e)' fails

changing vpp0 to vpp1 fails with:
DBGvpp# PMD: ixgbe_dev_link_status_print():  Port 0: Link Down

Thanks


_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to