From: Michael Prokop Date: Thu, 8 Oct 2020 14:13:13 +0000 (+0200) Subject: Store `ip netconf` output in file `ip_netconf` X-Git-Tag: v0.15.4~1 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=8a97e68acd834cea831fb531e38ccb4e472332eb;p=grml-hwinfo.git Store `ip netconf` output in file `ip_netconf` Thanks: Christian Hofstaedtler --- diff --git a/grml-hwinfo b/grml-hwinfo index 8af9f8d..bb20182 100755 --- a/grml-hwinfo +++ b/grml-hwinfo @@ -246,6 +246,7 @@ cd "${OUTDIR}" || exit 1 exectest ip && ip mroute show > ip_mroute exectest ip && ip mrule show > ip_mrule 2>ip_mrule.error exectest ip && ip neigh show > ip_neigh + exectest ip && ip netconf > ip_netconf exectest ip && ip netns list > ip_netns exectest ip && ip ntable show > ip_ntable exectest ip && ip route show > ip_route