Hi,

   I'm curious that why OVS forwarding also needs arp? I find if I add a
flow in flow table as
"idle_timeout=0,ip,dst_scr=10.0.0.2,actions=output:2", the packets can't be
forwarded unless I also add the arp part:
"idle_timeout=0,arp,dst_scr=10.0.0.2,actions=output:2". For OVS, I think it
can work without the help of arp because it uses OF table which can match
IP part.

+++++++++++++++++
Best,
Hao
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to