From b570fdbc891264bac918b40b4f0252e8662c72c5 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Sun, 15 Dec 2013 18:07:26 -0500 Subject: [PATCH] Enable new *_cap methods in _get_topo_data() --- Info.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info.pm b/Info.pm index 92af77cb..64549d16 100644 --- a/Info.pm +++ b/Info.pm @@ -2477,7 +2477,7 @@ sub _get_topo_data { my $topo_cap = shift; my $method = shift; - return unless $method =~ /(ip|if|port|id|platform)/; + return unless $method =~ /(ip|if|port|id|platform|cap)/; my %t_data; foreach my $proto (@$topo_cap) {