Hi all,
 
If flow table has 2 following rules:
 
ingress port         eth src                eth dst        eth type    VLAN ID  
  VLAN priority    IP src        IP dst        ....              Actions
1     *                        *                        *                *      
          *                        *                    *              *        
                 Normal routing
2     *                        *                        *                *      
          *                        *                    *         10.0.0.1      
             Forward to port 3
 
Rule 1 has higher priority. When the switch receives a frame, rule 1 is 
matched, and the switch searches L2 table. If the L2 table does not have entry 
corresponding to this frame, what does the switch do? Does the switch use rule 
2?
 
Thanks
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to