mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Note some future IPv6 possibilities
This commit is contained in:
parent
41ec64ab14
commit
8dfa9aef41
2 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
|||
categories = {"discovery", "broadcast", "safe"}
|
||||
|
||||
prerule = function()
|
||||
-- TODO: EIGRP for IPv6 uses ff02::10
|
||||
if nmap.address_family() ~= 'inet' then
|
||||
stdnse.verbose1("is IPv4 only.")
|
||||
return false
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
|||
categories = {"discovery", "safe", "broadcast"}
|
||||
|
||||
prerule = function()
|
||||
-- TODO: IPv6 is supported by PIM-SM
|
||||
if nmap.address_family() ~= 'inet' then
|
||||
stdnse.verbose1("is IPv4 only.")
|
||||
return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue