]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Set security group provider rule for icmpv6 RA in DVR
authorSwaminathan Vasudevan <swaminathan.vasudevan@hp.com>
Tue, 20 Oct 2015 05:02:38 +0000 (22:02 -0700)
committerBrian Haley <brian.haley@hpe.com>
Tue, 20 Oct 2015 16:40:38 +0000 (12:40 -0400)
commita7dc528c1860f6a325a36bb7c633c60b635fc9a6
treecbe2a8120909647444df9e0d9fd9f053dacce93f
parent1f7d246f467607e0b065848b324d1ed6b3b47614
Set security group provider rule for icmpv6 RA in DVR

Security group provider rules for RA is set for the VM ports
when a router interface is added or updated after the VM
instance is created.

In the case of DVR Routers the security group provider rule
to allow the RA packets to flow through the VM port input
chain was missing and so the VM was not able to get a
SLAAC/DHCP address when associated with a DVR Router.

This fix will add the security group rule to the VM port input
chain to allow the RA packets to flow into the VM and hence
the VM will obtain an IP address assigned by the Router.

Closes-Bug: #1501969

Change-Id: Ib0b3499d9c880fe1462734b2d4092debf4819509
neutron/db/securitygroups_rpc_base.py
neutron/tests/unit/agent/test_securitygroups_rpc.py