nft: fix missing semicolon (#14834)

Fix missing ; in nft example
This commit is contained in:
claudio.m
2024-11-15 10:21:22 +01:00
committed by GitHub
parent bdb298844c
commit db57a04e88

View File

@@ -14,7 +14,7 @@
- Add a new chain to accept all inbound traffic: - Add a new chain to accept all inbound traffic:
`sudo nft add chain {{inet}} {{filter}} {{input}} \{ type {{filter}} hook {{input}} priority {{0}} \; policy {{accept}} \}` `sudo nft add chain {{inet}} {{filter}} {{input}} \{ type {{filter}} hook {{input}} priority {{0}} \; policy {{accept}} \; \}`
- Add a new rule to accept several TCP ports: - Add a new rule to accept several TCP ports: