<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr"><span></span></div><div dir="ltr"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div dir="ltr"></div><div dir="ltr"><br></div><div dir="ltr"><br>On Nov 14, 2019, at 1:46 AM, Adel Belkhiri &lt;<a href="mailto:adel.belkhiri@gmail.com">adel.belkhiri@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div dir="ltr"><div dir="ltr">Hi All,<div><br></div><div>I have an issue with popping multiple mpls headers with ovs. The pushing via push_mpls works fine but the popping via pop_mpls triggers a warning in the log and the operation is not accomplished.</div><div><br></div><div>|WARN|system@ovs-system: execute pop_mpls(eth_type=0x8847),pop_mpls (eth_type=0x800),2 failed (Invalid argument) on packet mpls,vlan_tci=0x0000, dl_src=ba:bd:0d:9d:c5:ee,dl_dst=ea:f5:19:d4:e2:4f,mpls_label=15,mpls_tc=0,mpls_ttl=64,mpls_bos=0,mpls_lse1=45376&nbsp;with metadata skb_priority(0),skb_mark(0), in_port(1) mtu 0<br></div><div><br></div><div>I'm using the last version of OVS : 2.12.90. My OpenFlow rules are the following :</div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:&quot;Droid Sans Mono&quot;,monospace,monospace,&quot;Droid Sans Fallback&quot;;font-size:14px;line-height:19px;white-space:pre"><div>sudo ovs-ofctl  add-flow $S1 <span style="color:rgb(206,145,120)">"table=0,in_port=$S1_ETH2,eth_type=0x8847,mpls_bos=1,actions=pop_mpls:0x8847,resubmit(,0)"</span></div><div>sudo ovs-ofctl  add-flow $S1 <span style="color:rgb(206,145,120)">"table=0,in_port=$S1_ETH2,eth_type=0x8847,mpls_bos=0,actions=pop_mpls:0x800,output:$S1_ETH1"</span></div></div></div><div><br></div><div><br></div><div>Any hint how to solve this?</div></div></div></blockquote>Why pop_mpls:0x800 ?<br><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div>Many thanks.</div><div>Adele.</div></div>
</div></blockquote><blockquote type="cite"><div dir="ltr"><span>_______________________________________________</span><br><span>discuss mailing list</span><br><span><a href="mailto:discuss@openvswitch.org">discuss@openvswitch.org</a></span><br><span><a href="https://mail.openvswitch.org/mailman/listinfo/ovs-discuss">https://mail.openvswitch.org/mailman/listinfo/ovs-discuss</a></span><br></div></blockquote></div></body></html>