<div>Hi ,all</div><div><br></div><div><br></div><div>I deploy OpenStack mitaka with networking-sfc (-b stable/mitaka) and modify neutron.conf with <b>service_plugins=router,metering,networking_sfc.services.sfc.plugin.SfcPlugin </b>and new section [sfc] <b>drivers=ovs</b> ,and then next mitigrate neutron DB and restart all neutron and nova services,all seem all right.</div><div><br></div><div>next I create my basic network :</div><div><br></div><div><div>  net-create net1</div><div>  net-create --router:external=true --shared net2</div><div>  subnet-create --name subnet1 --enable-dhcp net1 10.0.1.0/24</div><div>  subnet-create --name subnet2 --enable-dhcp net2 130.140.150.0/24</div><div>  router-create r1</div><div>  router-interface-add r1 subnet1 </div><div>  router-gateway-set r1 net2</div></div><div><br></div><div>and then create 4 ports within net1 :</div><div><div>  port-create --name p1 net1</div><div>  port-create --name p2 net1</div><div>  port-create --name p3 net1</div><div>  port-create --name p4 net1</div></div><div>then boot two servers respectively on two servers through assigning --availability-zone :</div><div> openstack server create --image cirros --flavor m1.tiny --nic port-id={p1} --nic port-id={p2}  --availability-zone nova::host1 testvm1 </div><div> openstack server create --image cirros --flavor m1.tiny --nic port-id={p3} --nic port-id={p4}  --availability-zone nova::host2 testvm2</div><div>and then create port-chain</div><div> port-pair-create --ingress p1 --egress p2 pp1</div><div> port-pair-create --ingress p3 --egress p4 pp2</div><div> port-pair-group-create --port-pair pp1 --port-pair pp2  ppg1 </div><div> port-chain-create --port-pair-group ppg1 pc1 </div><div><br></div><div>last,we dump ovs flows table ,we only find table 0 and 10 in br-int with mpls rules ,no other places we can find more mpls rules .</div><div><br></div><div><div>[root@host173 ~(keystone_admin)]# ovs-ofctl dump-flows br-int |grep mpls</div><div> cookie=0x9c6ea94ea755534a, duration=412203.263s, table=0, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=20,mpls actions=resubmit(,10)</div><div> cookie=0x9c6ea94ea755534a, duration=344324.930s, table=10, n_packets=0, n_bytes=0, idle_age=65534, hard_age=65534, priority=1,mpls,dl_vlan=1,dl_dst=fa:16:3e:9d:89:1f,mpls_label=511 actions=strip_vlan,pop_mpls:0x0800,output:15</div></div><div> </div><div>there is no flow  which can push mpls lables at all</div><div><br></div><div>does any body know what's wrong with my steps or anything else ?</div><div><br></div><div>Thanks & Regards </div><div><br></div><div><br></div><div><includetail><!--<![endif]--></includetail></div>