如题
取消校验和校验即可:
struct nids_chksum_ctl temp;temp.netaddr = 0;temp.mask = 0;temp.action = 1;nids_register_chksum_ctl(&temp,1);
在init之前。