Sorry for the delay, I was on flight writing my previous response and had
difficulty reaching my setup in rax from Shanghai,

Re-attached the sb-entries file that earlier got lost when mail group was
dropped. That dump was taken from primary controller node, so not sure how
the tunnels look defined when geneve was not there.

On Sat, Oct 24, 2015 at 5:20 AM, Han Zhou <zhou...@gmail.com> wrote:

> Hi
>
> On Fri, Oct 23, 2015 at 1:20 PM, Gurucharan Shetty <shet...@nicira.com>
> wrote:
> > I did not read the entire thread, so here is an advice if not already
> > offered . If the tunnels are "geneve", make sure that 'lsmod | grep
> > geneve" has an entry.
> >
>
> The datapath port is created, which indicates kernel module should be
> there:
> >>> >                 ovn-af04a6-0 1/2: (geneve: key=flow,
> >>> > remote_ip=192.168.3.2)
>

Guru is right. I checked and the master controller node now and it was not
having the module loaded. On the compute node (remote node), it is fine. I
am doing some post-mortem analysis why this happened and will summarize in
a follow up email. To describe briefly, the devstack wasn't deploying
properly with OVN and multiple networks (ext, internal mgmt and tunnel-ip)
so had to make many changes in devstack script to get it to deploy
properly. In course of doing that one time I was trying to configure like
provider network. Not sure if any of these steps prevented ovs from
deploying the geneve module. Interesting find. I am hoping I can rebuild
ovs on this node and it should deploy the module, let me try.

root@sc-nc:/home/muralir# ls /sys/module/openvswitch/holders/
root@sc-nc:/home/muralir#

>
>
> > On Fri, Oct 23, 2015 at 1:14 PM, Murali R <muralir...@gmail.com> wrote:
> >> Thanks Han. I will check again, but last time no packets were going out
> of
> >> the switch port.
>
> Which switch port do you refer to? Is it ARP got dropped? And is it
> dropped on the src node or dst node?
>
>From the VM or docker ns, I cannot reach network. Like if I do "ip route
add default via 10.0.0.1" it comes back "no network". So if you ping at
most the packets will go to the switch and will get dropped.


>
> > element of vlan mapping for network isolation
>
> VLAN is not required by OVN. vlan tag is required in neutron ovs-agent
> solution, but not OVN.

Yes, you are right thank you. I re-read the arch doc, and examined the
flows. I was doing this experiment to understand how egress flows for ports
are defined because metadata info of datapath willl not be there. The vlan
as per arch doc only used for parent-tag (CIF) of containers and datapath
info is carried by metadata. So I can see how ingress flow is mapped.
However on the egress flow - are they mapped based solely based on source
and dest macs?  That's what I see in the flows.
Chassis table
_uuid                                encaps                                 
name                                   vtep_logical_switches
------------------------------------ -------------------------------------- 
-------------------------------------- ---------------------
cc868565-1582-4eb7-9416-e52e786c6b45 [65b6e18a-9456-42a9-86e4-918cb402f7ba] 
"af04a6c4-e667-4cfb-9597-9ce0324ae3bf" []                   
374e6aaf-0d56-4912-999a-03232ccb5319 [c454b80d-cce8-45d3-8843-0fc1931c7d13] 
"dfb5c47e-f6cf-4132-8d90-98ba21610c29" []                   

Datapath_Binding table
_uuid                                external_ids                               
             tunnel_key
------------------------------------ 
------------------------------------------------------- ----------
e4abe0f4-72bd-4731-93ca-6b9778dce7f1 
{logical-router="0db1f346-1a13-40c6-a023-91aa4f3d56da"} 5         
7a86930c-857c-4549-9bac-144e7d135806 
{logical-router="1aadb7ed-91c0-4288-8977-fd1fca4f739b"} 2         
d1e43623-d67f-4f28-8540-5237b9601a0e 
{logical-switch="108693b9-6c7c-45c6-9c78-eb06a75e8f74"} 3         
43dab781-c909-456a-b649-9cd0d5ba9d2e 
{logical-switch="74a4ab4b-71c9-4382-8f67-bb9a013aaf93"} 1         
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e 
{logical-switch="b14b642d-cb5a-4769-8023-078b2204b20d"} 4         

Encap table
_uuid                                ip            options type  
------------------------------------ ------------- ------- ------
65b6e18a-9456-42a9-86e4-918cb402f7ba "192.168.3.2" {}      geneve
c454b80d-cce8-45d3-8843-0fc1931c7d13 "192.168.3.6" {}      geneve

Logical_Flow table
_uuid                                actions                                    
                   external_ids                     logical_datapath            
         match                                                                  
                                                                       pipeline 
priority table_id
------------------------------------ 
------------------------------------------------------------- 
-------------------------------- ------------------------------------ 
---------------------------------------------------------------------------------------------------------------------------------------------
 -------- -------- --------
54e287f3-104b-46af-a3d6-1db0cddc5bf5 "drop;"                                    
                   {stage-name=router_in_admission} 
7a86930c-857c-4549-9bac-144e7d135806 "vlan.present || eth.src[40]"              
                                                                                
                   ingress  100      0       
d06b802a-4ce5-451f-ba6c-142e658c2ff9 "drop;"                                    
                   {stage-name=router_in_admission} 
e4abe0f4-72bd-4731-93ca-6b9778dce7f1 "vlan.present || eth.src[40]"              
                                                                                
                   ingress  100      0       
23d7058c-71b3-40b8-8782-8a7087ac6509 "drop;"                                    
                   {stage-name=router_in_ip_input}  
7a86930c-857c-4549-9bac-144e7d135806 eth.bcast                                  
                                                                                
                   ingress  50       1       
ae8b5421-05ea-4e2c-b0db-39884deef533 "drop;"                                    
                   {stage-name=router_in_ip_input}  
e4abe0f4-72bd-4731-93ca-6b9778dce7f1 eth.bcast                                  
                                                                                
                   ingress  50       1       
5e19c033-d776-4cf0-997d-a05f6495a0d7 "drop;"                                    
                   {stage-name=router_in_ip_input}  
e4abe0f4-72bd-4731-93ca-6b9778dce7f1 "ip4 && ip.ttl == {0, 1}"                  
                                                                                
                   ingress  30       1       
a2b18517-e06f-43c9-914f-a3759eedb9ba "drop;"                                    
                   {stage-name=router_in_ip_input}  
7a86930c-857c-4549-9bac-144e7d135806 "ip4 && ip.ttl == {0, 1}"                  
                                                                                
                   ingress  30       1       
c7d7290a-c8fa-4089-9706-f183010677f5 "drop;"                                    
                   {stage-name=router_in_ip_input}  
e4abe0f4-72bd-4731-93ca-6b9778dce7f1 "ip4.mcast"                                
                                                                                
                   ingress  50       1       
d5995424-3833-44ec-b0cb-ba9e185e906c "drop;"                                    
                   {stage-name=router_in_ip_input}  
7a86930c-857c-4549-9bac-144e7d135806 "ip4.mcast"                                
                                                                                
                   ingress  50       1       
954ada9c-cd26-4ecf-877e-f005933e0500 "drop;"                                    
                   {stage-name=router_in_ip_input}  
7a86930c-857c-4549-9bac-144e7d135806 "ip4.mcast || ip4.src == 255.255.255.255 
|| ip4.src == 127.0.0.0/8 || ip4.dst == 127.0.0.0/8 || ip4.src == 0.0.0.0/8 || 
ip4.dst == 0.0.0.0/8" ingress  100      1       
e7c38bc8-13cf-4620-a5d6-39f9061b58e6 "drop;"                                    
                   {stage-name=router_in_ip_input}  
e4abe0f4-72bd-4731-93ca-6b9778dce7f1 "ip4.mcast || ip4.src == 255.255.255.255 
|| ip4.src == 127.0.0.0/8 || ip4.dst == 127.0.0.0/8 || ip4.src == 0.0.0.0/8 || 
ip4.dst == 0.0.0.0/8" ingress  100      1       
4d3f3e4f-ef7a-483e-8799-616010b15c96 "drop;"                                    
                   {stage-name=switch_in_port_sec}  
43dab781-c909-456a-b649-9cd0d5ba9d2e "eth.src[40]"                              
                                                                                
                   ingress  100      0       
6a2ad79f-b910-4383-abc8-73ebe2d7157c "drop;"                                    
                   {stage-name=switch_in_port_sec}  
d1e43623-d67f-4f28-8540-5237b9601a0e "eth.src[40]"                              
                                                                                
                   ingress  100      0       
ba63b512-1b54-451c-b21a-f6fad16a0e45 "drop;"                                    
                   {stage-name=switch_in_port_sec}  
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "eth.src[40]"                              
                                                                                
                   ingress  100      0       
450c343d-b55c-42f8-9059-7e7e779f150c "drop;"                                    
                   {stage-name=switch_in_port_sec}  
43dab781-c909-456a-b649-9cd0d5ba9d2e vlan.present                               
                                                                                
                   ingress  100      0       
650ea771-8337-4b3d-99a1-fd3a4fe489fa "drop;"                                    
                   {stage-name=switch_in_port_sec}  
d1e43623-d67f-4f28-8540-5237b9601a0e vlan.present                               
                                                                                
                   ingress  100      0       
fe093ff3-da2e-4b7c-a404-080c9857a0b2 "drop;"                                    
                   {stage-name=switch_in_port_sec}  
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e vlan.present                               
                                                                                
                   ingress  100      0       
22bdb0de-a3cd-43f8-a167-7de6f2348ac5 "next;"                                    
                   {stage-name=router_in_ip_input}  
e4abe0f4-72bd-4731-93ca-6b9778dce7f1 "1"                                        
                                                                                
                   ingress  0        1       
607f19e1-d027-42fc-8c6d-6a01bde2dd18 "next;"                                    
                   {stage-name=router_in_ip_input}  
7a86930c-857c-4549-9bac-144e7d135806 "1"                                        
                                                                                
                   ingress  0        1       
3646b4a8-8847-4ae5-b526-af786965e3af "next;"                                    
                   {stage-name=switch_in_acl}       
43dab781-c909-456a-b649-9cd0d5ba9d2e "1"                                        
                                                                                
                   ingress  0        2       
602dc2ae-3bcd-42b3-9391-c6fd3e0c71d5 "next;"                                    
                   {stage-name=switch_in_acl}       
d1e43623-d67f-4f28-8540-5237b9601a0e "1"                                        
                                                                                
                   ingress  0        2       
67d34ae0-c58b-4c1c-95f9-42c94b3d974c "next;"                                    
                   {stage-name=switch_in_acl}       
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "1"                                        
                                                                                
                   ingress  0        2       
e5c80a49-9106-4f12-8064-f3a0820a1702 "next;"                                    
                   {stage-name=switch_in_port_sec}  
d1e43623-d67f-4f28-8540-5237b9601a0e "inport == 
\"3dc81bfd-fd17-4bcb-bb07-12c01374c4cf\" && eth.src == {fa:16:3e:7f:67:d2}"     
                                                   ingress  50       0       
40c4654a-dcf0-4c84-9d59-b38905464655 "next;"                                    
                   {stage-name=switch_in_port_sec}  
43dab781-c909-456a-b649-9cd0d5ba9d2e "inport == 
\"4958a3ef-6037-4e70-b471-ba81a00c0069\" && eth.src == {fa:16:3e:ed:88:00}"     
                                                   ingress  50       0       
85e3848a-6825-421b-90d9-e4c489937427 "next;"                                    
                   {stage-name=switch_in_port_sec}  
43dab781-c909-456a-b649-9cd0d5ba9d2e "inport == 
\"4a1f4161-5178-4726-9ee8-0a10f1fad7f0\" && eth.src == {fa:16:3e:8d:9c:06}"     
                                                   ingress  50       0       
392cf7cd-79ca-4c8c-b470-b6e940b8ea7a "next;"                                    
                   {stage-name=switch_in_port_sec}  
43dab781-c909-456a-b649-9cd0d5ba9d2e "inport == 
\"5286a640-9ccc-479e-b5d9-24a941f30d3e\" && eth.src == {fa:16:3e:7a:0f:60}"     
                                                   ingress  50       0       
200a5c0c-df4c-431c-ad0b-b02077d34377 "next;"                                    
                   {stage-name=switch_in_port_sec}  
43dab781-c909-456a-b649-9cd0d5ba9d2e "inport == 
\"53150f89-c590-4cbb-b005-04f86382dc42\" && eth.src == {fa:16:3e:24:29:6b}"     
                                                   ingress  50       0       
63b4be14-edd1-44b8-809a-8b05a160fa71 "next;"                                    
                   {stage-name=switch_in_port_sec}  
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "inport == 
\"58229c21-d752-4f1e-af8a-a6559108320c\" && eth.src == {fa:16:3e:c1:6c:29}"     
                                                   ingress  50       0       
fbe52854-db71-4179-882c-5c69521b8467 "next;"                                    
                   {stage-name=switch_in_port_sec}  
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "inport == 
\"7b1bc60f-1874-4817-a684-e0fa6eda3702\" && eth.src == {fa:16:3e:1d:04:07}"     
                                                   ingress  50       0       
a216ced9-1e84-43d4-b910-8835569a21b4 "next;"                                    
                   {stage-name=switch_in_port_sec}  
43dab781-c909-456a-b649-9cd0d5ba9d2e "inport == 
\"820bb989-b357-4d83-bbe2-954bd46f1329\" && eth.src == {fa:16:3e:59:3a:cb}"     
                                                   ingress  50       0       
0ecea1d2-7d5d-4fe8-a9fc-2db9a0514874 "next;"                                    
                   {stage-name=switch_in_port_sec}  
d1e43623-d67f-4f28-8540-5237b9601a0e "inport == 
\"a6b153e5-88e6-4e9d-a07c-fe9fbaae24eb\" && eth.src == {fa:16:3e:17:5d:d1}"     
                                                   ingress  50       0       
4505d38d-d808-41b9-8b6c-812eef949dca "next;"                                    
                   {stage-name=switch_in_port_sec}  
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "inport == 
\"b958d3fc-47c6-4175-adee-ab718f4fa77e\" && eth.src == {fa:16:3e:fd:87:2d}"     
                                                   ingress  50       0       
4d255565-5f21-4d54-8bd7-96727b996795 "next;"                                    
                   {stage-name=switch_in_port_sec}  
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "inport == 
\"ccaca4e0-3e0c-4783-9322-5315071011ec\" && eth.src == {fa:16:3e:b2:47:d7}"     
                                                   ingress  50       0       
ab4ace7a-6778-49f3-b04b-9a1f11ff23e6 "next;"                                    
                   {stage-name=switch_in_port_sec}  
d1e43623-d67f-4f28-8540-5237b9601a0e "inport == 
\"e14ef952-4d9a-4e24-8f4d-0bb81990216b\" && eth.src == {fa:16:3e:26:e8:2c}"     
                                                   ingress  50       0       
f00b98c2-6c17-4360-a7e4-20b0fbd6b761 "next;"                                    
                   {stage-name=switch_in_port_sec}  
d1e43623-d67f-4f28-8540-5237b9601a0e "inport == 
\"e57e0c11-6a4f-46ea-82dd-736588e27667\" && eth.src == {fa:16:3e:f4:a6:72}"     
                                                   ingress  50       0       
36ea9f30-96d9-4256-b9b3-131238d53c3a "next;"                                    
                   {stage-name=switch_in_port_sec}  
43dab781-c909-456a-b649-9cd0d5ba9d2e "inport == 
\"fb671123-6c8c-476d-8b85-f4677baca93d\" && eth.src == {fa:16:3e:35:04:40}"     
                                                   ingress  50       0       
0f3cd43c-5448-43fe-a3d5-75a15925cfc5 "next;"                                    
                   {stage-name=switch_in_pre_acl}   
43dab781-c909-456a-b649-9cd0d5ba9d2e "1"                                        
                                                                                
                   ingress  0        1       
2f4bcf02-3aa3-4aeb-82d4-8caf67734dd6 "next;"                                    
                   {stage-name=switch_in_pre_acl}   
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "1"                                        
                                                                                
                   ingress  0        1       
dfb85edb-8706-437b-b33e-6d97dc308e77 "next;"                                    
                   {stage-name=switch_in_pre_acl}   
d1e43623-d67f-4f28-8540-5237b9601a0e "1"                                        
                                                                                
                   ingress  0        1       
209d1ed4-2fe5-45ca-bfc0-09c20620f376 "next;"                                    
                   {stage-name=switch_out_acl}      
d1e43623-d67f-4f28-8540-5237b9601a0e "1"                                        
                                                                                
                   egress   0        1       
2b18ad91-cc00-4796-b669-18bbff5eee96 "next;"                                    
                   {stage-name=switch_out_acl}      
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "1"                                        
                                                                                
                   egress   0        1       
b45bd863-cd95-49c8-b973-5efcb11e0abb "next;"                                    
                   {stage-name=switch_out_acl}      
43dab781-c909-456a-b649-9cd0d5ba9d2e "1"                                        
                                                                                
                   egress   0        1       
06948f28-80dd-4fa9-bb6a-e68c7d4bf966 "next;"                                    
                   {stage-name=switch_out_pre_acl}  
d1e43623-d67f-4f28-8540-5237b9601a0e "1"                                        
                                                                                
                   egress   0        0       
a670fbc9-c781-418d-a176-bc30e65c6126 "next;"                                    
                   {stage-name=switch_out_pre_acl}  
43dab781-c909-456a-b649-9cd0d5ba9d2e "1"                                        
                                                                                
                   egress   0        0       
fe134499-7845-4b43-915c-71daec235687 "next;"                                    
                   {stage-name=switch_out_pre_acl}  
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "1"                                        
                                                                                
                   egress   0        0       
6eb93961-bde2-4d60-a252-46a2305d1f94 "outport = 
\"3dc81bfd-fd17-4bcb-bb07-12c01374c4cf\"; output;" 
{stage-name="switch_in_l2_lkup"} d1e43623-d67f-4f28-8540-5237b9601a0e "eth.dst 
== fa:16:3e:7f:67:d2"                                                           
                                                     ingress  50       3       
03390321-9864-44fa-9627-b9411ad7acda "outport = 
\"4958a3ef-6037-4e70-b471-ba81a00c0069\"; output;" 
{stage-name="switch_in_l2_lkup"} 43dab781-c909-456a-b649-9cd0d5ba9d2e "eth.dst 
== fa:16:3e:ed:88:00"                                                           
                                                     ingress  50       3       
01bf030a-4155-4e45-859c-b2f17c8f46b9 "outport = 
\"4a1f4161-5178-4726-9ee8-0a10f1fad7f0\"; output;" 
{stage-name="switch_in_l2_lkup"} 43dab781-c909-456a-b649-9cd0d5ba9d2e "eth.dst 
== fa:16:3e:8d:9c:06"                                                           
                                                     ingress  50       3       
b0a72ea9-6c71-4a96-bb04-201b889a0a7b "outport = 
\"5286a640-9ccc-479e-b5d9-24a941f30d3e\"; output;" 
{stage-name="switch_in_l2_lkup"} 43dab781-c909-456a-b649-9cd0d5ba9d2e "eth.dst 
== fa:16:3e:7a:0f:60"                                                           
                                                     ingress  50       3       
79d9b879-5286-4d22-82f9-7e827a0c6034 "outport = 
\"53150f89-c590-4cbb-b005-04f86382dc42\"; output;" 
{stage-name="switch_in_l2_lkup"} 43dab781-c909-456a-b649-9cd0d5ba9d2e "eth.dst 
== fa:16:3e:24:29:6b"                                                           
                                                     ingress  50       3       
5b36f01d-edf4-4fcf-a119-070df926542d "outport = 
\"58229c21-d752-4f1e-af8a-a6559108320c\"; output;" 
{stage-name="switch_in_l2_lkup"} e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "eth.dst 
== fa:16:3e:c1:6c:29"                                                           
                                                     ingress  50       3       
6c070217-f870-426e-8290-599eb6f3a371 "outport = 
\"7b1bc60f-1874-4817-a684-e0fa6eda3702\"; output;" 
{stage-name="switch_in_l2_lkup"} e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "eth.dst 
== fa:16:3e:1d:04:07"                                                           
                                                     ingress  50       3       
fe1c2c80-296c-43fe-b340-37f7f1f0618c "outport = 
\"820bb989-b357-4d83-bbe2-954bd46f1329\"; output;" 
{stage-name="switch_in_l2_lkup"} 43dab781-c909-456a-b649-9cd0d5ba9d2e "eth.dst 
== fa:16:3e:59:3a:cb"                                                           
                                                     ingress  50       3       
1d7b96c7-9eee-42c2-b202-eff6a4d13aee "outport = \"_MC_flood\"; output;"         
                   {stage-name="switch_in_l2_lkup"} 
d1e43623-d67f-4f28-8540-5237b9601a0e eth.mcast                                  
                                                                                
                   ingress  100      3       
bad7e8cd-fe5d-43d9-bc56-246304ed53af "outport = \"_MC_flood\"; output;"         
                   {stage-name="switch_in_l2_lkup"} 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e eth.mcast                                  
                                                                                
                   ingress  100      3       
ccbda80c-2e35-49bc-ac3a-49bf7aee39eb "outport = \"_MC_flood\"; output;"         
                   {stage-name="switch_in_l2_lkup"} 
43dab781-c909-456a-b649-9cd0d5ba9d2e eth.mcast                                  
                                                                                
                   ingress  100      3       
5ce89f2d-f1c1-4130-92d3-64e48132421e "outport = 
\"a6b153e5-88e6-4e9d-a07c-fe9fbaae24eb\"; output;" 
{stage-name="switch_in_l2_lkup"} d1e43623-d67f-4f28-8540-5237b9601a0e "eth.dst 
== fa:16:3e:17:5d:d1"                                                           
                                                     ingress  50       3       
ab79702a-e05b-4992-853f-ba4022e69922 "outport = 
\"b958d3fc-47c6-4175-adee-ab718f4fa77e\"; output;" 
{stage-name="switch_in_l2_lkup"} e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "eth.dst 
== fa:16:3e:fd:87:2d"                                                           
                                                     ingress  50       3       
7ec161af-b620-47a5-acb0-6ac0ba3b8cbb "outport = 
\"ccaca4e0-3e0c-4783-9322-5315071011ec\"; output;" 
{stage-name="switch_in_l2_lkup"} e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "eth.dst 
== fa:16:3e:b2:47:d7"                                                           
                                                     ingress  50       3       
835583b6-1eed-4f62-891a-bce289515a3f "outport = 
\"e14ef952-4d9a-4e24-8f4d-0bb81990216b\"; output;" 
{stage-name="switch_in_l2_lkup"} d1e43623-d67f-4f28-8540-5237b9601a0e "eth.dst 
== fa:16:3e:26:e8:2c"                                                           
                                                     ingress  50       3       
cdad229c-221e-4154-98d1-156a129b8c3d "outport = 
\"e57e0c11-6a4f-46ea-82dd-736588e27667\"; output;" 
{stage-name="switch_in_l2_lkup"} d1e43623-d67f-4f28-8540-5237b9601a0e "eth.dst 
== fa:16:3e:f4:a6:72"                                                           
                                                     ingress  50       3       
e347702b-e7ea-4f5e-a457-66b5df16a5a2 "outport = 
\"fb671123-6c8c-476d-8b85-f4677baca93d\"; output;" 
{stage-name="switch_in_l2_lkup"} 43dab781-c909-456a-b649-9cd0d5ba9d2e "eth.dst 
== fa:16:3e:35:04:40"                                                           
                                                     ingress  50       3       
7b974a2a-dc33-46d8-9349-84cdc2635736 "output;"                                  
                   {stage-name=switch_out_port_sec} 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e eth.mcast                                  
                                                                                
                   egress   100      2       
8022bfec-1865-4fc5-ba03-167fabff16dc "output;"                                  
                   {stage-name=switch_out_port_sec} 
d1e43623-d67f-4f28-8540-5237b9601a0e eth.mcast                                  
                                                                                
                   egress   100      2       
c7c90761-5511-4d84-97c8-515ab459b0f7 "output;"                                  
                   {stage-name=switch_out_port_sec} 
43dab781-c909-456a-b649-9cd0d5ba9d2e eth.mcast                                  
                                                                                
                   egress   100      2       
9d377969-e9d9-417c-aaed-d0f7060f160d "output;"                                  
                   {stage-name=switch_out_port_sec} 
d1e43623-d67f-4f28-8540-5237b9601a0e "outport == 
\"3dc81bfd-fd17-4bcb-bb07-12c01374c4cf\" && eth.dst == {fa:16:3e:7f:67:d2}"     
                                                  egress   50       2       
5bbc1893-3117-4405-bcdf-b1ffef7414d4 "output;"                                  
                   {stage-name=switch_out_port_sec} 
43dab781-c909-456a-b649-9cd0d5ba9d2e "outport == 
\"4958a3ef-6037-4e70-b471-ba81a00c0069\" && eth.dst == {fa:16:3e:ed:88:00}"     
                                                  egress   50       2       
a9cfe765-de70-4a0d-bbb5-86c0bf3048d1 "output;"                                  
                   {stage-name=switch_out_port_sec} 
43dab781-c909-456a-b649-9cd0d5ba9d2e "outport == 
\"4a1f4161-5178-4726-9ee8-0a10f1fad7f0\" && eth.dst == {fa:16:3e:8d:9c:06}"     
                                                  egress   50       2       
3ccd4b62-e21d-4048-9b41-a50426384da5 "output;"                                  
                   {stage-name=switch_out_port_sec} 
43dab781-c909-456a-b649-9cd0d5ba9d2e "outport == 
\"5286a640-9ccc-479e-b5d9-24a941f30d3e\" && eth.dst == {fa:16:3e:7a:0f:60}"     
                                                  egress   50       2       
bb3bd0ca-442d-41fd-a58e-143c900450d4 "output;"                                  
                   {stage-name=switch_out_port_sec} 
43dab781-c909-456a-b649-9cd0d5ba9d2e "outport == 
\"53150f89-c590-4cbb-b005-04f86382dc42\" && eth.dst == {fa:16:3e:24:29:6b}"     
                                                  egress   50       2       
a39c3043-3239-4ea4-8596-8c11337b14b3 "output;"                                  
                   {stage-name=switch_out_port_sec} 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "outport == 
\"58229c21-d752-4f1e-af8a-a6559108320c\" && eth.dst == {fa:16:3e:c1:6c:29}"     
                                                  egress   50       2       
8d6331fe-4d54-441f-809b-d4bc7e97fb88 "output;"                                  
                   {stage-name=switch_out_port_sec} 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "outport == 
\"7b1bc60f-1874-4817-a684-e0fa6eda3702\" && eth.dst == {fa:16:3e:1d:04:07}"     
                                                  egress   50       2       
92344de5-e98c-4928-a67b-addb6cad5cf9 "output;"                                  
                   {stage-name=switch_out_port_sec} 
43dab781-c909-456a-b649-9cd0d5ba9d2e "outport == 
\"820bb989-b357-4d83-bbe2-954bd46f1329\" && eth.dst == {fa:16:3e:59:3a:cb}"     
                                                  egress   50       2       
23aab6b5-1a7f-4c86-9cd0-f2e94e160df7 "output;"                                  
                   {stage-name=switch_out_port_sec} 
d1e43623-d67f-4f28-8540-5237b9601a0e "outport == 
\"a6b153e5-88e6-4e9d-a07c-fe9fbaae24eb\" && eth.dst == {fa:16:3e:17:5d:d1}"     
                                                  egress   50       2       
d9714bf4-4b6e-422b-90ad-f0b371b36179 "output;"                                  
                   {stage-name=switch_out_port_sec} 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "outport == 
\"b958d3fc-47c6-4175-adee-ab718f4fa77e\" && eth.dst == {fa:16:3e:fd:87:2d}"     
                                                  egress   50       2       
8014e885-0f35-452a-9ff8-55f192502d29 "output;"                                  
                   {stage-name=switch_out_port_sec} 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "outport == 
\"ccaca4e0-3e0c-4783-9322-5315071011ec\" && eth.dst == {fa:16:3e:b2:47:d7}"     
                                                  egress   50       2       
72834dbb-0c1c-4f51-9456-f11273f6db86 "output;"                                  
                   {stage-name=switch_out_port_sec} 
d1e43623-d67f-4f28-8540-5237b9601a0e "outport == 
\"e14ef952-4d9a-4e24-8f4d-0bb81990216b\" && eth.dst == {fa:16:3e:26:e8:2c}"     
                                                  egress   50       2       
00b2e52f-947c-48f6-a617-b8ae9d09734c "output;"                                  
                   {stage-name=switch_out_port_sec} 
d1e43623-d67f-4f28-8540-5237b9601a0e "outport == 
\"e57e0c11-6a4f-46ea-82dd-736588e27667\" && eth.dst == {fa:16:3e:f4:a6:72}"     
                                                  egress   50       2       
74a1050b-57ab-4941-be9f-64c77e185394 "output;"                                  
                   {stage-name=switch_out_port_sec} 
43dab781-c909-456a-b649-9cd0d5ba9d2e "outport == 
\"fb671123-6c8c-476d-8b85-f4677baca93d\" && eth.dst == {fa:16:3e:35:04:40}"     
                                                  egress   50       2       

Multicast_Group table
_uuid                                datapath                             name  
    ports                                                                       
                                                                                
                                                                         
tunnel_key
------------------------------------ ------------------------------------ 
--------- 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 ----------
0ec44ee0-07ba-4372-8d14-2022baf48adb 43dab781-c909-456a-b649-9cd0d5ba9d2e 
_MC_flood [1fddb459-9817-4cbf-8b1d-384b324e26a6, 
249c05fc-212f-4766-8a60-cbd5adfa1ec5, 53283de6-0355-4ae9-8de8-e14fc0af81ae, 
62d82618-4baf-4afc-8e38-c55b0712ed6e, 757a177f-5686-4d74-b7e6-350200d5c32c, 
fa783ad4-30cd-4fb7-9205-a7dfd0d2b496] 65535     
1cdad05e-463f-4f85-8cdb-6aa2968ef29b e7cbbd4c-9574-44ec-bb83-1a25b3ee926e 
_MC_flood [8dbcc2d4-12d4-40d6-a8c3-824cba59a041, 
b223d747-52c6-4b5e-90ac-2d661150f578, bed7a30a-37cc-4e41-8e2e-fda22fb31253, 
f6b85970-649f-426a-8e50-a858ad6e8cf6]                                           
                                  65535     
93aa69ae-45db-41b6-9d58-4face69c19ae d1e43623-d67f-4f28-8540-5237b9601a0e 
_MC_flood [65a11d0b-9e40-42cb-a808-0142c85d29d2, 
be021575-63af-472c-9673-8f74cce693aa, fdb6d3bb-2b2c-4d06-b117-e51da2d6c5a8, 
ffb07c0f-fd5a-4a11-8f14-7359b277c310]                                           
                                  65535     

Port_Binding table
_uuid                                chassis                              
datapath                             logical_port                           mac 
                  options parent_port tag tunnel_key type
------------------------------------ ------------------------------------ 
------------------------------------ -------------------------------------- 
--------------------- ------- ----------- --- ---------- ----
ffb07c0f-fd5a-4a11-8f14-7359b277c310 []                                   
d1e43623-d67f-4f28-8540-5237b9601a0e "3dc81bfd-fd17-4bcb-bb07-12c01374c4cf" 
["fa:16:3e:7f:67:d2"] {}      []          []  3          ""  
1fddb459-9817-4cbf-8b1d-384b324e26a6 374e6aaf-0d56-4912-999a-03232ccb5319 
43dab781-c909-456a-b649-9cd0d5ba9d2e "4958a3ef-6037-4e70-b471-ba81a00c0069" 
["fa:16:3e:ed:88:00"] {}      []          []  6          ""  
757a177f-5686-4d74-b7e6-350200d5c32c cc868565-1582-4eb7-9416-e52e786c6b45 
43dab781-c909-456a-b649-9cd0d5ba9d2e "4a1f4161-5178-4726-9ee8-0a10f1fad7f0" 
["fa:16:3e:8d:9c:06"] {}      []          []  3          ""  
53283de6-0355-4ae9-8de8-e14fc0af81ae cc868565-1582-4eb7-9416-e52e786c6b45 
43dab781-c909-456a-b649-9cd0d5ba9d2e "5286a640-9ccc-479e-b5d9-24a941f30d3e" 
["fa:16:3e:7a:0f:60"] {}      []          []  5          ""  
fa783ad4-30cd-4fb7-9205-a7dfd0d2b496 cc868565-1582-4eb7-9416-e52e786c6b45 
43dab781-c909-456a-b649-9cd0d5ba9d2e "53150f89-c590-4cbb-b005-04f86382dc42" 
["fa:16:3e:24:29:6b"] {}      []          []  2          ""  
8dbcc2d4-12d4-40d6-a8c3-824cba59a041 cc868565-1582-4eb7-9416-e52e786c6b45 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "58229c21-d752-4f1e-af8a-a6559108320c" 
["fa:16:3e:c1:6c:29"] {}      []          []  1          ""  
f6b85970-649f-426a-8e50-a858ad6e8cf6 cc868565-1582-4eb7-9416-e52e786c6b45 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "7b1bc60f-1874-4817-a684-e0fa6eda3702" 
["fa:16:3e:1d:04:07"] {}      []          []  2          ""  
62d82618-4baf-4afc-8e38-c55b0712ed6e cc868565-1582-4eb7-9416-e52e786c6b45 
43dab781-c909-456a-b649-9cd0d5ba9d2e "820bb989-b357-4d83-bbe2-954bd46f1329" 
["fa:16:3e:59:3a:cb"] {}      []          []  1          ""  
fdb6d3bb-2b2c-4d06-b117-e51da2d6c5a8 []                                   
d1e43623-d67f-4f28-8540-5237b9601a0e "a6b153e5-88e6-4e9d-a07c-fe9fbaae24eb" 
["fa:16:3e:17:5d:d1"] {}      []          []  1          ""  
b223d747-52c6-4b5e-90ac-2d661150f578 374e6aaf-0d56-4912-999a-03232ccb5319 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "b958d3fc-47c6-4175-adee-ab718f4fa77e" 
["fa:16:3e:fd:87:2d"] {}      []          []  4          ""  
bed7a30a-37cc-4e41-8e2e-fda22fb31253 cc868565-1582-4eb7-9416-e52e786c6b45 
e7cbbd4c-9574-44ec-bb83-1a25b3ee926e "ccaca4e0-3e0c-4783-9322-5315071011ec" 
["fa:16:3e:b2:47:d7"] {}      []          []  3          ""  
65a11d0b-9e40-42cb-a808-0142c85d29d2 []                                   
d1e43623-d67f-4f28-8540-5237b9601a0e "e14ef952-4d9a-4e24-8f4d-0bb81990216b" 
["fa:16:3e:26:e8:2c"] {}      []          []  4          ""  
be021575-63af-472c-9673-8f74cce693aa []                                   
d1e43623-d67f-4f28-8540-5237b9601a0e "e57e0c11-6a4f-46ea-82dd-736588e27667" 
["fa:16:3e:f4:a6:72"] {}      []          []  2          ""  
249c05fc-212f-4766-8a60-cbd5adfa1ec5 cc868565-1582-4eb7-9416-e52e786c6b45 
43dab781-c909-456a-b649-9cd0d5ba9d2e "fb671123-6c8c-476d-8b85-f4677baca93d" 
["fa:16:3e:35:04:40"] {}      []          []  4          ""  
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to