如何在 Linux 2.6 上启用模块 ip_gre 的调试日志记录?
答案1
看起来 ip_gre.c 中没有生成任何输出,除了
printk(KERN_INFO "GRE over IPv4 tunneling driver\n");
printk(KERN_INFO "ipgre init: can't add protocol\n");
和
printk(KERN_INFO "ipgre close: can't remove protocol\n");
所以我担心你运气不佳。