From 9f992ae24299d81643188530bc6f79e76f141c03 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sun, 13 Mar 2016 12:55:06 +0000 Subject: NMS: Pick up IP's properly Nobody look because I just defaulted to ipv4. --- include/nms/util.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'include/nms/util.pm') diff --git a/include/nms/util.pm b/include/nms/util.pm index 4623f92..79598d7 100644 --- a/include/nms/util.pm +++ b/include/nms/util.pm @@ -18,6 +18,7 @@ sub parse_switch { 'mgtmt4' => "$mgtmt4", 'mgtmt6' => "$mgtmt6", 'lolid' => "$lolid", + 'ip' => "$mgtmt4", 'distro' => "$distro" ); %{$ret{'placement'}} = guess_placement($switch); -- cgit v1.2.3