Comment 5 for bug 1720205

Revision history for this message
Slawek Kaplonski (slaweq) wrote :

Hi,

I dig little bit more into this issue and I found that ports like routed or DHCP ports are filtered in neutron-server in https://github.com/openstack/neutron/blob/master/neutron/api/rpc/handlers/securitygroups_rpc.py#L88 because such ports are marked as trusted there.
Then neutron-linuxbridge agent don't get any info about such ports and is not even trying to iterate over them in https://github.com/openstack/neutron/blob/master/neutron/agent/securitygroups_rpc.py#L120
But as I'm not SG expert I don't know exactly what could be the best way to try to fix it.
@Brian: maybe You have any idea about that?