From 464e2d6e9e2fdc68d13fb878f520aad6fc2a7bf2 Mon Sep 17 00:00:00 2001 From: Manjeet Singh Bhatia Date: Tue, 13 Oct 2015 16:42:58 -0400 Subject: [PATCH] Add icmpv6 to list of valid values for protocol This patch adds icmpv6 to expected values for protocol while creating security group rule. Change-Id: Ic5bd7b8bed14757c3de1c516aa521b8a7eb7fbaa Closes-Bug: #1505786 --- api-ref/src/wadls/netconn-api/src/common.ent | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/api-ref/src/wadls/netconn-api/src/common.ent b/api-ref/src/wadls/netconn-api/src/common.ent index dfa0e6043..2b208f2a3 100644 --- a/api-ref/src/wadls/netconn-api/src/common.ent +++ b/api-ref/src/wadls/netconn-api/src/common.ent @@ -3701,8 +3701,9 @@ router. - The protocol that is matched by the security group rule. - Valid values are null, tcp, udp, and icmp. + The protocol that is matched by the security group rule. Value + is null, icmp, icmpv6, + tcp, or udp. @@ -3815,8 +3816,9 @@ router. - The protocol that is matched by the security group rule. Valid - values are null, tcp, udp, and icmp. + The protocol that is matched by the security group rule. A valid + value is null, icmp, icmpv6, + tcp, or udp.