← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1377985] Re: IPv6 Router Advertisments should be allowed by default

 

If I read this correctly, this bug is saying we should allow RAs from
anywhere, which is opposite of the consensus in

bug #1262759

** Changed in: neutron
       Status: In Progress => Invalid

** Changed in: neutron
       Status: Invalid => Opinion

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1377985

Title:
  IPv6 Router Advertisments should be allowed by default

Status in OpenStack Neutron (virtual network service):
  Opinion

Bug description:
  Description of problem:
  =======================
  Router Advertisments are blocked and can't reach instances.
  As a direct result of that, All Ipv6 networking won't function for instances.
  This was tested both with provider Ipv6 router and radvd.
  	 
  Version-Release number of selected component (if applicable):
  =============================================================
  openstack-neutron-2014.2-0.7.b3

  How reproducible:
  =================
  100%

  Steps to Reproduce:
  ===================
  1. Create Neutron network

  2. Create Neutron IPv6 subnet, don't foreget to speficy:
     a. --ipv6-address-mode
     b. --ipv6_ra_mode
     c. --gateway , in case you create this subnet for provider router. speficy the IPv6 link local address.

  3. Spawn an instance

  4. Check if the instance obtained IPv6 address and defeault gw. (not
  expected to work)

  5. Use tcpdump to see if Router Advertisments reach the instance.

  6. Add a rule to allow all ICMP from fe80::/4

  7. Repeat steps 4 & 5, it should work ok now.

  Actual results:
  ===============
  Router Advertisments are blocked and can't reach instances.

  Expected results:
  =================
  Router Advertisments should be allowed by default.

  Additional Info:
  ================
  Might be related to: https://review.openstack.org/#/c/72252/

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1377985/+subscriptions


References