13.3. 使用 nftables 脚本中的注释 nftables 脚本环境将 # 字符右侧的所有内容解释为行尾。 注释可在行首或命令旁边开始: ... # Flush the rule set flush ruleset add table inet example_table # Create a table ... ... # Flush the rule set flush ruleset add table inet example_table # Create a table ... Copy to Clipboard Copied! Toggle word wrap Toggle overflow 前一个下一个