Red Hat Training
A Red Hat training course is available for RHEL 8
47.2.3. 使用 nftables 脚本中的注释
nftables
脚本环境将 #
字符右侧的所有内容解释为行尾。
例 47.1. nftables 脚本中的注释
注释可在行首或命令旁边开始:
... # Flush the rule set flush ruleset add table inet example_table # Create a table ...