Hi, RYU team.

I'm Sorry for those questions, but I have a doubt about Match procedure in 
Openflow.

In the flow table, the matching is done on OpenFlow PDU (i.e. PACKET OUT) or 
PDU transported by Openflow?

For example in this statement "match = parser.OFPMatch(in_port=in_port, 
eth_dst=dst)" the eth_dst field is matched on PDU (Data) transported by 
Openflow for example ICMP req, ARP req ? or it is matched on PacketIn/Out?

Another question: suppose that I have the following topology,  h1--s1--s2--h2,

-I ping host h2 from h1

to see LLDP packet with packetIn message from s2, Must I set MULTICAST eth 
address: 01:80:c2:00:00:0e?

Thank you

Maurizio.



------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to