On Tue, Mar 25, 2014 at 7:28 PM, wei zhang <[email protected]> wrote: > Hi > > When I use gre vport of openvswitch on the Centos6.4, kernel crashed! > the crash log is attached at the last. > > I found out that openvswitch register a gre_cisco_protocol but > does not supply a err_handler with it. The gre_cisco_err() call the > err_handler without existence check, cause the kernel crash. > > I send a patch which adding the existence check, this is the reply of David > Miller: > >>Rather, openvswitch should provide an appropriate ->err_handler() that >>returns PACKET_RCVD or PACKET_REJECT. > > So maybe openvswitch need supply a dummy err_handler() ?
That sounds fine to me. Can you write a patch to do this? _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
