Import patch iproute2.111

(Logical change 1.113)
This commit is contained in:
net[shemminger]!shemminger 2005-01-17 23:26:46 +00:00
parent 52d76368b7
commit b70c1b9f09

17
configure vendored
View File

@ -25,20 +25,3 @@ else
echo no
fi
rm -f /tmp/atmtest.c /tmp/atmtest
# hacks for now
echo "TC actions"
if [ -e "tc/m_gact.c" ]
then
echo " GACT found"
echo "TC_CONFIG_ACTION_GACT=y" >>Config
echo "TC_CONFIG_ACTION_PROB=y" >>Config
fi
if [ -e "tc/m_mirred.c" ]
then
echo " MIRRED found"
echo "TC_CONFIG_ACTION_MIRRED=y" >>Config
fi