aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2011-08-14 09:20:00 +0100
committerBryn M. Reeves <bmr@redhat.com>2011-08-14 09:20:00 +0100
commit1a5344650ef7d410df4fa172e80fccd6bdacc43f (patch)
tree543f6ae3554de75b4185daccf14567e3b40aefb0
parentd5e79133f7e47de73a682b42f6cbb81088d18d96 (diff)
downloadsos-1a5344650ef7d410df4fa172e80fccd6bdacc43f.tar.gz
Collect ipv6 neighbour table in network module
Resolves: bz721163
-rw-r--r--sos/plugins/networking.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/networking.py b/sos/plugins/networking.py
index de598705..2f1c58ea 100644
--- a/sos/plugins/networking.py
+++ b/sos/plugins/networking.py
@@ -66,6 +66,7 @@ class networking(sos.plugintools.PluginBase):
self.collectExtOutput("/sbin/ifenslave -a")
self.collectExtOutput("/sbin/ip mroute show")
self.collectExtOutput("/sbin/ip maddr show")
+ self.collectExtOutput("/sbin/ip neigh show")
if ifconfigFile:
for eth in self.get_interface_name(ifconfigFile):
self.collectExtOutput("/sbin/ethtool "+eth)