[vpp-dev] 回复: L3 ACL(ip4/6-inacl) miss if the packet come from a vxlan_tunnel0 interface

2017-12-26 Thread st.linux.ily via vpp-dev
Hi, Debug the code below in ip_inacl_inline(), It work if add "current-data-flag 1  current-data-offset -14" in classify table.line 261:   if  (t0->current_data_flag == CLASSIFY_FLAG_USE_CURR_DATA)   h0 = (void *) vlib_buffer_get_current (b0) + t0->current_data_offset;    else   h0 

[vpp-dev] mpls routing

2017-12-26 Thread Holoo Gulakh
Hi, I want to test a scenario in which I have two host and a VPP router. host1(10.0.10.2)<-->(10.0.10.1)(Gb4/0/0)VPP(Gbb/0/0)(10.0.20.1)<-->(10.0.20.2)host2 host1 and host2 are two mpls-enabled ubuntu server. Goal: To ping host1 from host2 using mpls label = VPP vers