class PaloAlto::XML::Config::Devices::Entry::TemplateStack::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::Ipv6
Public Instance Methods
# File lib/palo_alto/config.rb, line 278641 def _section :'ipv6' end
Drop packets with anycast source address
# File lib/palo_alto/config.rb, line 278941 def anycast_source prop_get('anycast-source') end
Drop packets with anycast source address
# File lib/palo_alto/config.rb, line 278945 def anycast_source=(val) prop_set('anycast-source', val) end
# File lib/palo_alto/config.rb, line 278694 def filter_ext_hdr @subclasses['filter-ext-hdr'] ||= FilterExtHdr.new(parent_instance: self, create_children: @create_children) end
# File lib/palo_alto/config.rb, line 278638 def has_multiple_values? false end
Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes
# File lib/palo_alto/config.rb, line 278957 def icmpv6_too_big_small_mtu_discard prop_get('icmpv6-too-big-small-mtu-discard') end
Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes
# File lib/palo_alto/config.rb, line 278961 def icmpv6_too_big_small_mtu_discard=(val) prop_set('icmpv6-too-big-small-mtu-discard', val) end
# File lib/palo_alto/config.rb, line 278779 def ignore_inv_pkt @subclasses['ignore-inv-pkt'] ||= IgnoreInvPkt.new(parent_instance: self, create_children: @create_children) end
Drop packets with IPv4 compatible address
# File lib/palo_alto/config.rb, line 278925 def ipv4_compatible_address prop_get('ipv4-compatible-address') end
Drop packets with IPv4 compatible address
# File lib/palo_alto/config.rb, line 278929 def ipv4_compatible_address=(val) prop_set('ipv4-compatible-address', val) end
Drop packets with multicast source address
# File lib/palo_alto/config.rb, line 278933 def multicast_source prop_get('multicast-source') end
Drop packets with multicast source address
# File lib/palo_alto/config.rb, line 278937 def multicast_source=(val) prop_set('multicast-source', val) end
Drop packets with needless fragment header
# File lib/palo_alto/config.rb, line 278965 def needless_fragment_hdr prop_get('needless-fragment-hdr') end
Drop packets with needless fragment header
# File lib/palo_alto/config.rb, line 278969 def needless_fragment_hdr=(val) prop_set('needless-fragment-hdr', val) end
Drop packets with invalid IPv6 options in extension header
# File lib/palo_alto/config.rb, line 278949 def options_invalid_ipv6_discard prop_get('options-invalid-ipv6-discard') end
Drop packets with invalid IPv6 options in extension header
# File lib/palo_alto/config.rb, line 278953 def options_invalid_ipv6_discard=(val) prop_set('options-invalid-ipv6-discard', val) end
Drop packets with reserved field different than 0
# File lib/palo_alto/config.rb, line 278973 def reserved_field_set_discard prop_get('reserved-field-set-discard') end
Drop packets with reserved field different than 0
# File lib/palo_alto/config.rb, line 278977 def reserved_field_set_discard=(val) prop_set('reserved-field-set-discard', val) end
Drop packets with type 0 routing header
# File lib/palo_alto/config.rb, line 278869 def routing_header_0 prop_get('routing-header-0') end
Drop packets with type 0 routing header
# File lib/palo_alto/config.rb, line 278873 def routing_header_0=(val) prop_set('routing-header-0', val) end
Drop packets with type 1 routing header
# File lib/palo_alto/config.rb, line 278877 def routing_header_1 prop_get('routing-header-1') end
Drop packets with type 1 routing header
# File lib/palo_alto/config.rb, line 278881 def routing_header_1=(val) prop_set('routing-header-1', val) end
Drop packets with type 253 routing header
# File lib/palo_alto/config.rb, line 278901 def routing_header_253 prop_get('routing-header-253') end
Drop packets with type 253 routing header
# File lib/palo_alto/config.rb, line 278905 def routing_header_253=(val) prop_set('routing-header-253', val) end
Drop packets with type 254 routing header
# File lib/palo_alto/config.rb, line 278909 def routing_header_254 prop_get('routing-header-254') end
Drop packets with type 254 routing header
# File lib/palo_alto/config.rb, line 278913 def routing_header_254=(val) prop_set('routing-header-254', val) end
Drop packets with type 255 routing header
# File lib/palo_alto/config.rb, line 278917 def routing_header_255 prop_get('routing-header-255') end
Drop packets with type 255 routing header
# File lib/palo_alto/config.rb, line 278921 def routing_header_255=(val) prop_set('routing-header-255', val) end
Drop packets with type 3 routing header
# File lib/palo_alto/config.rb, line 278885 def routing_header_3 prop_get('routing-header-3') end
Drop packets with type 3 routing header
# File lib/palo_alto/config.rb, line 278889 def routing_header_3=(val) prop_set('routing-header-3', val) end
Drop packets with type 4 to type 252 routing header
# File lib/palo_alto/config.rb, line 278893 def routing_header_4_252 prop_get('routing-header-4-252') end
Drop packets with type 4 to type 252 routing header
# File lib/palo_alto/config.rb, line 278897 def routing_header_4_252=(val) prop_set('routing-header-4-252', val) end