Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Amrita42 committed Jul 19, 2024
1 parent 1cb7164 commit 0cf1468
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions xml/security_firewall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -991,10 +991,8 @@ nfs-rpc
<listitem>
<para>
The <command>nft</command> command line tool compiles into VM bytecode in netlink format.
During the rule set retrieval, the VM bytecode in netlink format is decompiled back to its original rule set representation
nft acts as both a compiler and decompiler.
</para>
</listitem>
During the rule set retrieval, the VM bytecode in netlink format is translated back into the original rule set representation
</para></listitem>
</itemizedlist>
</sect3>
<sect3 xml:id="examples-of-nftables-config-files">
Expand All @@ -1009,7 +1007,7 @@ nfs-rpc
table inet filter {
# chain names are up to you.
# what part of the traffic they cover,
# depends on the type line.
# depends on the type table.
chain input {
type filter hook input priority 0; policy accept;
}
Expand Down Expand Up @@ -1084,7 +1082,7 @@ table inet filter {
<listitem>
<para>

ICMP and IGMP packets are allowed by utilizing a set and type names
ICMP and IGMP packets are allowed by utilizing a set and type names
</para>
</listitem>
</itemizedlist>
Expand Down

0 comments on commit 0cf1468

Please sign in to comment.