Hi Takahashi,
Thanks! Your tip help me to solve the problem!
For arp messages I needed to use "dl_type":"2054" and "arp_tpa" (instead
"nw_dst" field):
# curl -X POST -d '{"dpid": "1","match": {"in_port":"2", "dl_type":"2054",
"arp_tpa":"10.0.0.1"}, "actions": [{"type": "OUTPUT", "port": "1"}]}
Hi, Lucio
(2014年10月27日 00:28), Lucio Agostinho Rocha wrote:
> Hi,
>
> I trying to use openvswitch 2.3.0 and Ryu. However, I getting this error
> using the Ryu REST API, and my old program in openvswitch1.4.6 is not working
> any more :(
> Someone could help me? Any help is useful! I trying this
Hi,
I trying to use openvswitch 2.3.0 and Ryu. However, I getting this error using
the Ryu REST API, and my old program in openvswitch1.4.6 is not working any
more :(
Someone could help me? Any help is useful! I trying this:
# curl -X POST -d '{"dpid": "1","match": {"in_port":"2", "dl_type":"20