Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion criu/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -3376,7 +3376,7 @@ static inline int nftables_lock_network_internal(bool restore)
if (!fp)
goto err2;

snprintf(buf, sizeof(buf), "create table %s", table);
snprintf(buf, sizeof(buf), "add table %s", table);
ret = NFT_RUN_CMD(nft, buf);
if (ret) {
/* The network has been locked on dump. */
Expand Down