From 20f60bd215bc73f4fd9d8c0c08598fb4e6a28b77 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sun, 17 Apr 2016 20:07:42 +0200 Subject: fuel-nailgun-agent: ohai: Read L1 info w/ ethtool. fuel-nailgun-agent uses ohai and rethtool for reading eth info, including ethernet card speed. However, current methods rely on the drivers populating the advertised and/or supported link speed lists. This is not true for all drivers, especially for some Fibers that only report the speed via ethtool when the link is up. This patch adds support for reading L1 info from ohai, which supports parsing ethtool speed starting with version amos2 [1]. [1] https://linux.enea.com/mos-repos/ubuntu/8.0/pool/main/o/ ohai/ohai_6.14.0-2~u14.04+mos1+mos8.0+amos2_all.deb Change-Id: Ic8c252e411a680af32cc68574c572434147a7e78 --- upstream/fuel-nailgun-agent | 1 + 1 file changed, 1 insertion(+) create mode 160000 upstream/fuel-nailgun-agent (limited to 'upstream') diff --git a/upstream/fuel-nailgun-agent b/upstream/fuel-nailgun-agent new file mode 160000 index 00000000..b2bb466f --- /dev/null +++ b/upstream/fuel-nailgun-agent @@ -0,0 +1 @@ +Subproject commit b2bb466fd5bd92da614cdbd819d6999c510ebfb1 -- cgit 1.2.3-korg