You can't use the same address as a nexthop in a route and as an address 
applied to one of your own interfaces: you can't route to yourself.

You might also want to read:
  
https://fd.io/docs/vpp/master/gettingstarted/developers/fib20/attachedexport.html

/neale

tpyed by my fat tumhbs

________________________________
From: [email protected] <[email protected]> on behalf of [email protected] 
<[email protected]>
Sent: Wednesday, August 12, 2020 8:05:56 PM
To: [email protected] <[email protected]>
Subject: Re: [vpp-dev] #vpp-memif Send packets out on physical interface 
controlled by vpp(DPDK) once they are received through memif

Hello Ben,

vppctl create interface memif id 0 master
vppctl set int state memif0/0 up
vppctl ip table add 1
vppctl set interface table memif0/0 1
vppctl set int ip address memif0/0 192.168.1.1/24
vppctl set interface state GigabitEthernet3/0/0 up
vppctl set interface state GigabitEthernet4/0/0 up
vppctl set interface ip address GigabitEthernet4/0/0 172.16.16.18/24
vppctl set interface ip address GigabitEthernet3/0/0 172.16.82.247/24
vppctl ip route add 172.16.82.4/32 via 192.168.1.1 memif0/0
vppctl ip route add 172.16.82.4/32 table 1 via GigabitEthernet3/0/0


I did above config. It shows blackholed packet error in trace. What am I doing 
wrong ?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#17222): https://lists.fd.io/g/vpp-dev/message/17222
Mute This Topic: https://lists.fd.io/mt/76099289/21656
Mute #vpp-memif: https://lists.fd.io/g/fdio+vpp-dev/mutehashtag/vpp-memif
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to