回复: [vpp-dev] Add ip route without next-hop-address

2019-09-09 Thread shi dave
0/0/0/0 vpp# ip route add 173.2.0.0/24 via svti Best Rregards Dave 发件人: Neale Ranns (nranns) 发送时间: 2019年8月27日 15:18 收件人: shi dave ; vpp-dev@lists.fd.io 主题: Re: [vpp-dev] Add ip route without next-hop-address Hi Dave, As with all IP routing, you need

Re: [vpp-dev] Add ip route without next-hop-address

2019-08-27 Thread Neale Ranns via Lists.Fd.Io
ranns)" , "vpp-dev@lists.fd.io" Subject: [vpp-dev] Add ip route without next-hop-address Hi Neale, that's my desired flow, the actual flow is 00:04:08:057376: dpdk-input GigabitEthernet0/b/0 rx queue 0 buffer 0xcc2f: current data 0, length 98, free-list 0, clone-count

[vpp-dev] Add ip route without next-hop-address

2019-08-23 Thread shi dave
esponse. Best Rregards Dave 发件人: Neale Ranns (nranns) 发送时间: 2019年8月23日 15:18 收件人: shi dave ; vpp-dev@lists.fd.io 主题: Re: 回复: 回复: 回复: [vpp-dev] Add ip route without next-hop-address Hi Dave, That flow would suggest the packet was correctly sent out of GigEth0/a

Re: 回复: 回复: 回复: [vpp-dev] Add ip route without next-hop-address

2019-08-23 Thread Neale Ranns via Lists.Fd.Io
, "vpp-dev@lists.fd.io" Objet : 回复: 回复: 回复: [vpp-dev] Add ip route without next-hop-address Hi Neale, sorry, clerical error, the flow is dpdk-input ip4-input (GigabitEthernet0/b/0) ip4-lookup ip4-rewrite (GigabitEthernet0/a/0) ipsec-output-ip4 dpdk-esp-encrypt dpdk-crypto-input ip4-lo

回复: 回复: 回复: [vpp-dev] Add ip route without next-hop-address

2019-08-23 Thread shi dave
Dave 发件人: vpp-dev@lists.fd.io 代表 shi dave 发送时间: 2019年8月23日 15:03 收件人: Neale Ranns (nranns) ; vpp-dev@lists.fd.io 主题: 回复: 回复: [vpp-dev] Add ip route without next-hop-address Hi Neale, When routing to GigabitEthernet0/a/0, it could run into ipsec-output-ip4

回复: 回复: [vpp-dev] Add ip route without next-hop-address

2019-08-23 Thread shi dave
-dev@lists.fd.io 主题: Re: 回复: [vpp-dev] Add ip route without next-hop-address Hi Dave, When routing to GigabitEthernet0/a/0 what destination MAC address should the packet have? /neale De : shi dave Date : vendredi 23 août 2019 à 05:01 À : "Neale Ranns (nranns)" , "vpp-

Re: 回复: [vpp-dev] Add ip route without next-hop-address

2019-08-22 Thread Neale Ranns via Lists.Fd.Io
Hi Dave, When routing to GigabitEthernet0/a/0 what destination MAC address should the packet have? /neale De : shi dave Date : vendredi 23 août 2019 à 05:01 À : "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io" Objet : 回复: [vpp-dev] Add ip route without next-hop-address

回复: [vpp-dev] Add ip route without next-hop-address

2019-08-22 Thread shi dave
d to route the packet from GigabitEthernet0/b/0 to GigabitEthernet0/a/0, without send any ARP request? Best Rregards Dave 发件人: Neale Ranns (nranns) 发送时间: 2019年8月22日 22:03 收件人: shi dave ; vpp-dev@lists.fd.io 主题: Re: [vpp-dev] Add ip route without next-hop-addr

Re: [vpp-dev] Add ip route without next-hop-address

2019-08-22 Thread Neale Ranns via Lists.Fd.Io
Hi Dave, but from the trace, it send a ARP request to ask 173.2.0.1 directly ip4-lookup -> ip4-glean -> GigabitEthernet0/a/0-output -> ip4-glean: ARP requests sent how could I avoid this ARP request, like ? ip4-lookup -> ip4-rewrite (GigabitEthernet0/a/0) -> ipsec-output-ip4 VPP is ARPing

[vpp-dev] Add ip route without next-hop-address

2019-08-22 Thread shi dave
Hi VPP Experts, I got a route issue(VPP 19.01), need your suggestion, thanks a lot! [cid:e8858049-107c-477f-ba58-05a6b20bdc30] There have a ipsec tunnel between VM1 and VPP : sa 1 spi 3693429 mode tunnel protocol esp tunnel src 172.16.3.1 dst 172.16.3.15 sa 2 spi 3380458875 mode tunnel pr