On Feb 28, 2013, at 4:10 PM, Liyuan Wang wrote:

> I know that for the match.dst, it can be  "10.0.0.3" or "10.0.0.2/31".
> I want to know is it possible to have match.dst in ["10.0.0.3", "10.0.0.7"]. 
> Something like this?
> I tried some simple program such as match.dst = [...], match.dst ="10.0.0.3 
> || 10.0.0.7". All don't work for me. 

OpenFlow doesn't support a single table entry matching an arbitrary set of IP 
addresses.  You may be able to work around this by simply installing table 
entries with different matches and similar actions.

-- Murphy
_______________________________________________
openflow-discuss mailing list
openflow-discuss@lists.stanford.edu
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to