Description of problem: Anolis OS8.6 ,打开了Plus源,更新了内核到5.10后重启应用新内核,iptables 无法再支持time参数配置了 iptables脚本添加-m time 配置后,无法执行iptables服务,报错提示 “iptables v1.8.4 (nf_tables): Couldn't load match `time':No such file or directory Try `iptables -h' or 'iptables --help' for more information.” Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
*** Bug 2239 has been marked as a duplicate of this bug. ***
(In reply to maqiao from comment #1) > *** Bug 2239 has been marked as a duplicate of this bug. *** Thank you. I hope it can be resolved quickly
应该是CONFIG_NETFILTER_XT_MATCH_TIME这个配置没有打开导致的。 在4.19上的配置是m,在5.10上not set
(In reply to maqiao from comment #3) > 应该是CONFIG_NETFILTER_XT_MATCH_TIME这个配置没有打开导致的。 > 在4.19上的配置是m,在5.10上not set 我是通过dnf install 安装的iptables ,没有编译安装, 那这种问题,如何修复处理呢?我需要如何操作?