]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Removed spurious check for ip version
authorIhar Hrachyshka <ihrachys@redhat.com>
Tue, 16 Dec 2014 15:23:40 +0000 (16:23 +0100)
committerIhar Hrachyshka <ihrachys@redhat.com>
Mon, 5 Jan 2015 11:21:45 +0000 (12:21 +0100)
commitffa793b27c4370876dabf64e8b6ab79a73302b19
tree173f089b94c86c33de5e1f2872a07502eafbd56d
parent5de1d2ed67e00a010f23c5f9055556745a55957a
Removed spurious check for ip version

We may assume that _add_ingress_ra_rule() receives only RA (=IPv6)
ports, so no need to check IP version one more time.

The corresponding IP version filter is already applied in
_select_ra_ips_for_network_ids().

Change-Id: Ibde56a2eb32eed468defdd02a44cc3360ce82e53
neutron/db/securitygroups_rpc_base.py