Gentoo Archives: gentoo-user

From: lee <lee@××××××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] tc filter add ... fails
Date: Thu, 26 Nov 2015 12:52:46
Message-Id: 87fuzs3ou3.fsf@heimdali.yagibdah.de
1 Hi,
2
3 it seems I might be missing some kernel modules:
4
5
6 ,----
7 | heimdali ~ # tc filter add dev ppp0 parent ffff: protocol all prio 10 basic police mpu 64 rate 16000kbit burst 10kb action drop
8 | RTNETLINK answers: Invalid argument
9 | We have an error talking to the kernel
10 | heimdali ~ #
11 `----
12
13
14 This is a filter shorewall would add. I have enabled options as shown
15 in [1]. How can I find out which modules I'm missing, or what else went
16 wrong?
17
18
19 [1]: https://wiki.gentoo.org/wiki/Traffic_shaping

Replies

Subject Author
Re: [gentoo-user] tc filter add ... fails Andrew Savchenko <bircoph@g.o>