Enable new *_cap methods in _get_topo_data()

This commit is contained in:
Eric A. Miller
2013-12-15 18:07:26 -05:00
parent cceb0f4e5e
commit b570fdbc89

View File

@@ -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) {