Hi, Justin, adding an entry with action ‘normal’ works. I should learn the OpenFlow switch specification carefully. Thanks for your reply.
Best Regards, Kun Liu 发件人: Justin Pettit [mailto:[email protected]] 发送时间: 2014年4月18日 13:45 收件人: LIU, Kun 抄送: [email protected] 主题: Re: [ovs-discuss] How to pass the packets from Open vSwitch bridge to the physical host that run it? By default, there's usually an entry that matches all packets with the action "normal". With that configuration, I would expect you to be able to ping the host unless there's some other configuration error. Did you modify that default rule? --Justin On Apr 17, 2014, at 5:33 PM, "LIU, Kun" <[email protected]<mailto:[email protected]>> wrote: Hi, all, In a Linux bridge case, if I assigned ip address(say 10.0.1.1) to the Linux bridge, then I can ping this ip address from another host successfully, as the physical host that run Linux bridge could handle the ICMP request. However, I cannot get the same result in a ovs bridge case. I assigned ip address(10.0.1.1) to the Open vSwitch bridge(openflow-controlled) in host A, but when I ping this ip address, the logs showed that ovs bridge did not know how to handle the ICMP request packets, because there is no flow-entry matched. I don’t know what flow-entry should send, setting a output action will just send the packets out of the host A. What should I do to make the ovs bridge pass the ICMP packets to the host A? Thank you. Best Regards, Kun Liu _______________________________________________ discuss mailing list [email protected]<mailto:[email protected]> http://openvswitch.org/mailman/listinfo/discuss
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
