PDA

View Full Version : Network scheduling modules support


sk8joker
11-25-2005, 02:10 AM
Is there a way to get network scheduling enabled in the kernel images?
I need sch_teql in particular to load balance a set of tunnels.

I can compile the module, but it does little good as the kernel that is running has
CONFIG_NET_SCHED=n, so it won't load.

sk8joker