Beispiel #1
0
def create_default_ipv6_extension_headers_factories():
    return {
        ipv6.IPV6_NEXT_HEADER_HOP_BY_HOP:
            ipv6.HopByHopFactory(
                hop_by_hop_options_factory=
                create_default_ipv6_hop_by_hop_options_factory())
    }
Beispiel #2
0
def create_default_ipv6_extension_headers_factories():
    return {
        0:
        ipv6.HopByHopFactory(hop_by_hop_options_factory=
                             create_default_ipv6_hop_by_hop_options_factory())
    }