Thank you very much. It's helpful.




At 2015-09-16 23:42:08, "Ben Pfaff" <b...@nicira.com> wrote:
>On Wed, Sep 16, 2015 at 11:36:09PM +0800, openvswitcher wrote:
>> So what will happen in userspace if the patch port exists between two 
>> bridges?
>> For example:
>> bridge1 patch-port1--------- patch-port2 bridge2
>> 
>> 
>> bridge1:
>> flowtable1:   match: all  action: normal;
>> bridge2:
>> flowtable1: match in-port=patch-port2 ; vlan=1; action: set_tunnel_id(vxlan 
>> id)= 101, output: vxlan-port1;
>> 
>> 
>> Then one packet 'src mac=A dst mac=B, vlan=1' arrvied, after the packet 
>> matched the rule in bridge1-flowtable1,
>> will the rule in bridge2 be matched?If so could you tell me the 
>> source/function name about the logic?
>
>compose_output_action__()
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to