yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #64790
[Bug 1652619] Re: Creation of ICMPV6 rule through horizon is treating as invalid packet
I added neutron as affected project.
I created a new security group named 'sg1' and then add a new rule by selecting "All ICMP" and specifying "::/0" as CIDR.
After that I see the following security group rules: http://paste.openstack.org/show/612436/
In the neutron API, we consider 'icmp' protocol with 'IPv6' ethertype as
ICMPv6 packets (from the beginning) and in my understanding we haven't
changed the behavior. I think it is a bug in neutron (if true). I
haven't tried to reproduce it though.
** Also affects: neutron
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1652619
Title:
Creation of ICMPV6 rule through horizon is treating as invalid packet
Status in OpenStack Dashboard (Horizon):
In Progress
Status in neutron:
New
Bug description:
Go to the dashboard and select the access and security for admin role
1.Create a Security Group say SG1
2.Select the manage rule for security Group SG1
3.Click on ALL icmp and select the CIDR AS ::/0 for ingress and egress rule
4.Associate to the VMs
5.try to ping its treating as invalid because while creating the rule for ethertype=ipv6 as icmp
Please refer the snapshot for your reference
Note : Same configuration through CLI works fine.
example :
neutron security-group-rule-create --protocol icmpv6 --direction egress --ethertype IPv6 SG1
neutron security-group-rule-create --protocol icmpv6 --direction ingress --ethertype IPv6 SG1
After executing above command and its showing as icmpv6 in dashboard
and its works fine.
This issue is seen in stable/mitaka branch.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1652619/+subscriptions
References