fix: remove extra IPv6-ICMP in create security group rule
remove extra IPv6-ICMP in create security group rule Change-Id: I84321f4348d574504e369de9a556c5e522def7d6
This commit is contained in:
@@ -22,7 +22,6 @@ export const ipProtocols = [
|
||||
{ value: 'egp', label: t('EGP') },
|
||||
{ value: 'esp', label: t('ESP') },
|
||||
{ value: 'gre', label: t('GRE') },
|
||||
{ value: 'icmpv6', label: t('IPv6-ICMP') },
|
||||
{ value: 'igmp', label: t('IGMP') },
|
||||
{ value: 'ipv6-encap', label: t('IPv6') },
|
||||
{ value: 'ipv6-frag', label: t('IPv6-Frag') },
|
||||
|
Reference in New Issue
Block a user