From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juanjo Ciarlante jjo@mendoza.gov.ar Date: Wed, 14 Feb 2001 14:02:23 +0000 Subject: [LARTC] [SOLVED] tc qdisc ingress setup problems... Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: lartc@vger.kernel.org
After digging, strace=B4ing ... etc I found that the common error with=
 eg.:
      # tc qdisc add dev eth0 handle ffff: ingress
      RTNETLINK answers: No such file or directory
     =20
is due to *iproute2* tool default configuration (and most iproute precompil=
ed
packages) in addition to correct kernel setup.

You must change in=20
      iproute2/Config:
      		TC_CONFIG_DIFFSERV=3Dy
and recompile,  etc ...

Regards...
--Juanjo