Added interface discovery by interface description

This commit is contained in:
Riccardo Bicelli 2020-03-27 11:15:56 +01:00
parent 5bf84a745d
commit 931ab0cbe9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function pfz_test(){
// Interface Discovery
// Improved performance, but need testing
// Improved performance
function pfz_interface_discovery() {
$ifdescrs = get_configured_interface_with_descr(true);
$ifaces = get_interface_arr();