Line 1: |
Line 1: |
| + | Set the method to be used for network locking/unlocking. Locking is done to ensure that tcp packets are dropped between dump and restore. This is done to avoid the kernel sending RST when a packet arrives destined for the dumped process. |
| + | |
| + | Currently two methods are available: |
| + | : - <b>iptables</b>: Use iptables rules to drop the packets. This is the default if 'method' is not specified. |
| + | : - <b>nftables</b>: Use nftables rules to drop the packets. |
| + | |
| + | [[Category:TCP_connection]] |
| [[Category:CLI]] | | [[Category:CLI]] |