Skip to content

Need support for ICMPv6 firewall rules #9908

@bnaecker

Description

@bnaecker

We need to support ICMPv6 firewall rules:

pub enum VpcFirewallRuleProtocol {
Tcp,
Udp,
Icmp(Option<VpcFirewallIcmpFilter>),
// TODO: IPv6 not supported by instances.
// Icmpv6(Option<VpcFirewallIcmpFilter>),
// TODO: OPTE does not yet permit further L4 protocols. (opte#609)
// Other(u16),
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions