]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: Fix a possible crash in arp responder
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Thu, 4 Sep 2014 04:06:21 +0000 (13:06 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 12 Sep 2014 13:36:59 +0000 (13:36 +0000)
commitda4433e1af75a7ad0a03b3e48e7b12af9a4d0e55
treec8f53afbdea9b0391310f909001fe43396e8deda
parent01c0ecb49e8885d8fe004c834422588ba3a7e314
ofagent: Fix a possible crash in arp responder

Be careful for exceptions when feeding packet-in data,
which is generated by tenant VMs and thus can not be trusted,
to Ryu packet library.

Closes-Bug: #1365255
Change-Id: Ia8bacfb55def563a1b23a47709ae72bd4fce0fce
neutron/plugins/ofagent/agent/arp_lib.py
neutron/tests/unit/ofagent/test_arp_lib.py