From b281598a4e0f853ca7f99d848448dd1492bb0ecc Mon Sep 17 00:00:00 2001 From: dmiller Date: Sun, 12 Dec 2021 23:42:35 +0000 Subject: [PATCH] Add a bit to nsedoc for nmap.list_interfaces --- nselib/nmap.luadoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index e9942d93f..008029d2a 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -125,7 +125,9 @@ function get_interface_info(interface_name) --- Lists network interfaces -- -- This script enumerates all network interfaces and returns a list of tables --- containing information about every interface. +-- containing information about every interface. If an interface has more than +-- one network address configured (such as IPv4, IPv6 link-local, IPv6 public) +-- then the list will have a separate entry for each address. -- -- Keys of each table: -- * device The interface name, can be an interface alias.