From 4ea56539f214307be5d4b12539e53dc4a1534ed4 Mon Sep 17 00:00:00 2001 From: Greg Date: Sun, 16 Mar 2014 13:27:07 -0700 Subject: [PATCH] This commit fixes issue #199 --- includes/definitions.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index edaa32c7f..795501410 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -517,6 +517,7 @@ $os = "dlink"; $config['os'][$os]['text'] = "D-Link Switch"; $config['os'][$os]['type'] = "network"; $config['os'][$os]['icon'] = "dlink"; +$config['os'][$os]['ifname'] = 1; $os = "dlinkap"; $config['os'][$os]['text'] = "D-Link Access Point";