Instalando o Dummynet no Linux Ubuntu

1

Sou novo no Ubuntu e estou tentando instalar o dummynet. No entanto, não consigo encontrar um tutorial para o Ubuntu. Eu tentei seguir este tutorial link no entanto eu recebo um erro ao fazer um caminho do kernel.

$ make KERNELPATH=/usr/src/kernels/3.11.0-18-generic
echo target is all
target is all
(cd ipfw && make all )
make[1]: Entering directory '/home/pamlens/ipfw3-20120119/ipfw'
Makefile:16: Building userland ipfw for  Linux
cc -O1 -Wall -include ../glue.h -I ./include_e -I ./include -D__BSD_VISIBLE -Werror -I/usr/include -DNO_ALTQ   -c -o ipfw2.o ipfw2.c
ipfw2.c: In function ‘show_ipfw’:
ipfw2.c:976:18: error: variable ‘altqptr’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors
make[1]: *** [ipfw2.o] Error 1
make[1]: Leaving directory '/home/pamlens/ipfw3-20120119/ipfw'
make: *** [all] Error 2
    
por panther 02.06.2014 / 10:27

0 respostas