On Aug 1, 2012, at 2:10 AM, CHEN Fuyu wrote: > I'm running the nox controller hub.cc which is from the nox source. How to > set up the match field match.wildcards? > > What I want to do, for example, is to set up a match rule for some particular > fields. ... > ofm->match.wildcards = htonl(0);
Unlike with POX, the wildcard bits are not set for you automatically -- you must set them yourself. The values come from the ofp_flow_wildcards enum, e.g., OFPFW_IN_PORT. -- Murphy
