Hello, section 15.1 of 2.4routing-howto talks about bfifo and pfifo qdiscs. Do they work? # ip l l ... 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100 ... # tc qdisc add dev eth0 bfifo RTNETLINK answers: Invalid argument What do I miss? Kernel (2.2.19) has every NET_SCH_ option activated (module). Lutz -- _ | Lutz Pressler | Tel: ++49-551-3700002 |_ |\ | | Service Network GmbH | FAX: ++49-551-3700009 ._|ER | \|ET | Bahnhofsallee 1b | mailto:lp@SerNet.DE Service Network | D-37081 Goettingen | http://www.SerNet.DE/
On Sun, Dec 02, 2001 at 10:54:25PM +0100, Lutz Pressler wrote:> Hello, > > section 15.1 of 2.4routing-howto talks about bfifo and pfifo qdiscs. > Do they work? > > # ip l l > ... > 2: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100 > ... > > # tc qdisc add dev eth0 bfifo > RTNETLINK answers: Invalid argumenttc qdisc add dev eh0 root bfifo ?> What do I miss? Kernel (2.2.19) has every NET_SCH_ option activated > (module).I''m not sure if 2.2 has bfifo/pfifo. 2.4 has. Regards, bert -- http://www.PowerDNS.com Versatile DNS Software & Services Trilab The Technology People Netherlabs BV / Rent-a-Nerd.nl - Nerd Available - ''SYN! .. SYN|ACK! .. ACK!'' - the mating call of the internet
On Mon, 3 Dec 2001, bert hubert wrote:> On Sun, Dec 02, 2001 at 10:54:25PM +0100, Lutz Pressler wrote: > > # tc qdisc add dev eth0 bfifo > > RTNETLINK answers: Invalid argument > > tc qdisc add dev eh0 root bfifo ?That''s it. Thanks.> > > What do I miss? Kernel (2.2.19) has every NET_SCH_ option activated > > (module). > > I''m not sure if 2.2 has bfifo/pfifo. 2.4 has.It has. Regards, Lutz -- _ | Lutz Pressler | Tel: ++49-551-3700002 |_ |\ | | Service Network GmbH | FAX: ++49-551-3700009 ._|ER | \|ET | Bahnhofsallee 1b | mailto:lp@SerNet.DE Service Network | D-37081 Goettingen | http://www.SerNet.DE/