]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enables packetfilter ext in NEC plugin based on its driver config
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Tue, 26 Feb 2013 04:14:26 +0000 (13:14 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Tue, 26 Feb 2013 04:14:26 +0000 (13:14 +0900)
commit6fc9ce4179098d588c3f14b04c0956f83ea4f1e6
treedec43af8ec15f265c4b05c4907379f6b69ea8612
parent0f4050df804ade8f5ce390ef9b27e7c660d11be6
Enables packetfilter ext in NEC plugin based on its driver config

packet filter extension in NEC plugin should be determined based on
a return value of filter_supported method in the backend driver.
Previously filter_supported was not called actually and packetfilter
extension was always enabled.

Fixes bug #1133100

Change-Id: I1334c7695e64bc942c0ecce2bd85e5a92e75b388
quantum/plugins/nec/nec_plugin.py