kernel 2.6.21.1
aodv aodv-uu-0.9.3
1 内核的配置要求
我的内核为linux-2.6.21.1
Networking --->
Networking options --->
[*] Network packet filtering framework (Netfilter) --->
IP: Netfilter Configuration --->
<*> IP Userspace queueing via NETLINK (OBSOLETE)
我是直接编译到内核中的,也可以编译成模块ip_queue.ko,然后挂载。
2 修改Makefile
line20 修改内核的版本号,我的内核为linux-2.6.21.1
KERNEL=$(shell uname -r)改为: