Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 458 Bytes

oe_test_nftables_chains.md

File metadata and controls

13 lines (9 loc) · 458 Bytes

oe_test_nftables_chains:测试环境没有安装对应预装软件

riscv与x86报错均相同

在测试时使用nft,但是测试镜像未安装nft

+ nft add table inet example_table
oe_test_nftables_backup_rules.sh: line 24: nft: command not found
+ nft add chain inet example_table example_chain '{' type filter hook input priority 0 ';' policy accept ';' '}'
oe_test_nftables_backup_rules.sh: line 25: nft: command not found