class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::Ipv6
Public Instance Methods
# File lib/palo_alto/config.rb, line 172108 def _section :'ipv6' end
Drop packets with anycast source address
# File lib/palo_alto/config.rb, line 172408 def anycast_source prop_get('anycast-source') end
Drop packets with anycast source address
# File lib/palo_alto/config.rb, line 172412 def anycast_source=(val) prop_set('anycast-source', val) end
# File lib/palo_alto/config.rb, line 172161 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 172105 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 172424 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 172428 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 172246 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 172392 def ipv4_compatible_address prop_get('ipv4-compatible-address') end
Drop packets with IPv4 compatible address
# File lib/palo_alto/config.rb, line 172396 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 172400 def multicast_source prop_get('multicast-source') end
Drop packets with multicast source address
# File lib/palo_alto/config.rb, line 172404 def multicast_source=(val) prop_set('multicast-source', val) end
Drop packets with needless fragment header
# File lib/palo_alto/config.rb, line 172432 def needless_fragment_hdr prop_get('needless-fragment-hdr') end
Drop packets with needless fragment header
# File lib/palo_alto/config.rb, line 172436 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 172416 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 172420 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 172440 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 172444 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 172336 def routing_header_0 prop_get('routing-header-0') end
Drop packets with type 0 routing header
# File lib/palo_alto/config.rb, line 172340 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 172344 def routing_header_1 prop_get('routing-header-1') end
Drop packets with type 1 routing header
# File lib/palo_alto/config.rb, line 172348 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 172368 def routing_header_253 prop_get('routing-header-253') end
Drop packets with type 253 routing header
# File lib/palo_alto/config.rb, line 172372 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 172376 def routing_header_254 prop_get('routing-header-254') end
Drop packets with type 254 routing header
# File lib/palo_alto/config.rb, line 172380 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 172384 def routing_header_255 prop_get('routing-header-255') end
Drop packets with type 255 routing header
# File lib/palo_alto/config.rb, line 172388 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 172352 def routing_header_3 prop_get('routing-header-3') end
Drop packets with type 3 routing header
# File lib/palo_alto/config.rb, line 172356 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 172360 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 172364 def routing_header_4_252=(val) prop_set('routing-header-4-252', val) end