Skip to content

Commit db57a04

Browse files
authored
nft: fix missing semicolon (#14834)
Fix missing ; in nft example
1 parent bdb2988 commit db57a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/linux/nft.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- Add a new chain to accept all inbound traffic:
1616

17-
`sudo nft add chain {{inet}} {{filter}} {{input}} \{ type {{filter}} hook {{input}} priority {{0}} \; policy {{accept}} \}`
17+
`sudo nft add chain {{inet}} {{filter}} {{input}} \{ type {{filter}} hook {{input}} priority {{0}} \; policy {{accept}} \; \}`
1818

1919
- Add a new rule to accept several TCP ports:
2020

0 commit comments

Comments
 (0)