________________________________

Hi,

I apologize if I border you. But there is something I really want to figure 
out. I am trying to insert two flows in table0 and table 1 separately. The 
first flow entry tries to pop the MPLS header and the second entry will match 
the rest of the packet, like dl_src,dl_dst, nw_src ... fields. The following 
are my flows:

table0:
 priority=0,mpls,in_port=2,mpls_label=3 
,actions=pop_mpls:0x0800,load:0xe->OXM_OF_METADATA[],resubmit(,1)

table1:
priority=32786,tcp,metadata=0xe,in_port=2,dl_src=90:e2:ba:3d:c0:f8,dl_dst=90:e2:ba:28:e6:98,nw_src=10.0.3.4,nw_dst=10.0.1.4
 actions=output:3

But the problem is that if I add nw_src and nw_dst field in this flow rule, 
then it won't match. It seems that only ethernet header will be matched. Does 
anyone have know what is going on here? Thanks

An
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to