Go to file
Daniel Alvarez 676a3ebe2f Disable RA and IPv6 forwarding on backup HA routers
Neutron does not disable ipv6 forwarding for HA routers and it's
enabled by default in all router namespaces. For ipv6, this means
that it will automatically join the following groups:

* link-local all-routers multicast group (ff02::2)
* interface-local all routers multicast group (ff01::2)
* site-local all routers multicast group (ff05::2))

As a side effect it will answer to multicast listener queries, thus
causing external switch to learn its MAC address and disrupting traffic
to the master instance.

This patch will enable ipv6 forwarding on the gateway interface only
for master instances and disable it otherwise to fix the issue.

Also, the accept_ra procfs entry was enabled under certain
circumstances but it wasn't disabled otherwise. This patch, will
disable RA on the gateway interface for non master instances.

Closes-Bug: #1667756

Change-Id: I9bc890b43f750cad68fc67f4c79f1426c3506863
2017-03-17 15:06:08 +00:00
2016-06-28 22:46:19 +02:00
2017-03-15 07:25:35 +00:00
2017-03-15 04:27:42 +00:00
2017-03-07 13:32:04 -05:00
2016-10-17 17:06:19 +05:30
2014-05-16 13:40:04 -04:00
2017-02-09 01:07:07 +00:00
2017-03-08 15:20:50 +00:00
2016-11-25 15:35:21 +01:00
2017-02-25 06:29:55 +00:00
2017-03-04 11:19:58 +00:00
2017-03-07 13:32:04 -05:00

Team and repository tags

image

Welcome!

To learn more about neutron:

Get in touch via email. Use [Neutron] in your subject.

To learn how to contribute:

CONTRIBUTING.rst

Description
OpenStack Networking (Neutron)
Readme 1 GiB
Languages
Python 99.7%
Shell 0.3%