[LARTC] RED question.

2003-10-06 Thread 李昕
Hi, How does the RED algorithm detect that a queue enter the idle period? It seems there must be a mechanism.Can anybody explain it to me? Thank you in advance. Cong Lu ___ LARTC mailing list / [EMAIL PROTECTED] http://mailman.ds9a.nl/mailman/listi

Re: [LARTC] Htb on trunked line

2003-10-06 Thread Kristiadi Himawan
Here is my scenario, # create bridge 0 brctl addbr br0 brctl stp br0 off brctl addif br0 eth0 brctl addif br0 eth1 ifconfig eth0 up ifconfig eth1 up ifconfig br0 up #create vlan 106 vconfig add eth0 106 vconfig add eth1 106 #create bridge 106 (vlan 106) brctl addbr br106 brctl addif br106 eth0

[LARTC] Little script to save and restore ip rules

2003-10-06 Thread Lee Lists
Hello, I would like to have some testers for this script which should save and restore ip rules and associated tables. Thanks #!/bin/bash # # chkconfig: 2345 85 15 # description: save and restore ip rules settings # config: /etc/sysconfig/iprules # source function library . /etc/rc.d/init.d/fun

[LARTC] LIST_FIND in netfilter_ipv4/listhelp.h

2003-10-06 Thread jeremie le-hen
Hi folks, I'm currently trying to make a patch on conntrack module. While reading some code I saw the following in include/linux/netfilter_ipv4/listhelp.h : /* Works on circular linked list. */ #define LIST_FIND(head, cmpfn, type, args...) \ ({

Re: [LARTC] Htb on trunked line

2003-10-06 Thread Ryan Goldberg
On Mon, 2003-10-06 at 01:14, Kristiadi Himawan wrote: > So you already succeed on bridging per vlan, > could you tell me how to make such kind of configuration I'll see if I can remember to grab the config from work today. But there shouldn't be much do it. For instance our linux box sits betwee