Remove net device features from bug reports (Closes: #638956)

svn path=/dists/sid/linux-2.6/; revision=17989
This commit is contained in:
Ben Hutchings 2011-08-23 12:59:26 +00:00
parent 676cff8256
commit 9a7f011f20
2 changed files with 1 additions and 5 deletions

1
debian/changelog vendored
View File

@ -9,6 +9,7 @@ linux-2.6 (3.0.0-3) UNRELEASED; urgency=low
http://www.kernel.org/pub/linux/kernel/v3.0/ChangeLog-3.0.3
* netfilter: TCP and raw fix for ip_route_me_harder (fixes case where
SNAT/masquerading is not done)
* Remove net device features from bug reports (Closes: #638956)
-- Ben Hutchings <ben@decadent.org.uk> Sun, 21 Aug 2011 16:18:29 +0100

View File

@ -27,11 +27,6 @@ add_network() {
netstat -s >&3 || true
echo >&3
fi
echo '*** Device features:' >&3
for dir in /sys/class/net/*; do
echo -n "${dir##*/}: " >&3
cat "$dir"/features >&3
done
echo >&3
}