<div dir="ltr">Hi all,<div><br></div><div style>I let the POX install flow table like this:</div><div style><div> msg = of.ofp_flow_mod()<br> msg.idle_timeout = 1000<br> msg.hard_timeout = 3000<br> msg.match = of.ofp_match()<br>
<br> msg.match.dl_type = 0x86dd<br> msg.match.nw_proto = of.OFPFW_NW_PROTO <br></div><div style> msg.actions.append(...)</div><div><br></div><div style>then I dump the flow on the ovs, it turns out to be this one:</div>
<div style><br></div><div style>cookie=0x0, duration=2.888s, table=0, n_packets=0, n_bytes=0, idle_timeout=1000, hard_timeout=3000, idle_age=2, ipv6,nw_proto=0,nw_tos=0 actions=output:2<br></div><div style><br></div><div style>
why the nw_proto is zero?? And even I set the msg.match.nw_proto = 32 or any other number, it still turns out to be 0.</div><div style><br></div><div style>thanks</div><div style>maya</div><div style><br></div><div style>
<br></div></div></div>