:tocdepth: 3 consts.zeek =========== .. zeek:namespace:: BadNeighbor Defines constants used by the script. In a separate file by tradition. :Namespace: BadNeighbor Summary ~~~~~~~ Constants ######### =================================================================== ============================================================== :zeek:id:`BadNeighbor::vulnerable_option_types`: :zeek:type:`table` The vulnerable IPv6 Neighbor Discovery Option type assigned by IANA. =================================================================== ============================================================== Detailed Interface ~~~~~~~~~~~~~~~~~~ Constants ######### .. zeek:id:: BadNeighbor::vulnerable_option_types :Type: :zeek:type:`table` [:zeek:type:`count`] of :zeek:type:`string` :Default: :: { [25] = "Recursive DNS Server Option", [31] = "DNS Search List Option" } The vulnerable IPv6 Neighbor Discovery Option type assigned by IANA. See :rfc:`8106#section-8`.