|
setup details:
ODL:Boron SR1
openstack: stable/mitaka
issue scenario:
Create SG and add rule to SG using other protocol Option.
Communication between VM instance failed if we mentioned protocol number in the Rule.
Details given in below mail.
https://lists.opendaylight.org/pipermail/netvirt-dev/2016-November/002136.html
steps to reproduce the Bug:
1.Create "SG1" and Add rule(ingress/Egress) to SG using other protocol option.use protocol number 1,6,17 etc..
1.create network(10.0.0.0/24) using openstack.
2.create VM1 (10.0.0.3) with "SG1".
3.create VM2 (10.0.0.4) with "SG1"
4.Try to communicate between VM's based on the protocol Number added in the rule.
i.e: if protocol Number given as "1" try PING between two VM's.
communication is failed.
|