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:
yangao
2022-05-06 09:27:51 +08:00
parent c805074df0
commit 17bd59ec15

View File

@@ -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') },