Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

init.d: nft_detele_chain => nft_del_chain

This commit is contained in:
bol-van
2026-01-08 19:14:47 +03:00
parent 36731cd9b5
commit 577959f442
2 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ nft_add_chain()
# $2 - params
nft add chain inet $ZAPRET_NFT_TABLE $1 "{ $2 }"
}
nft_delete_chain()
nft_del_chain()
{
# $1 - chain
nft delete chain inet $ZAPRET_NFT_TABLE $1