Skip to content

Commit c7f1942

Browse files
authored
fix
1 parent 261a820 commit c7f1942

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

docs/en/guide/pve/pve_lxc.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ pct list | awk 'NR>1{print $1}' | xargs -I {} sh -c 'pct stop {}; pct destroy {}
181181
rm -rf ct*
182182
iptables -t nat -F
183183
iptables -t filter -F
184+
ip6tables -t nat -F
185+
ip6tables -t filter -F
186+
rm -rf /usr/local/bin/ipv6_nat_rules.sh
184187
service networking restart
185188
systemctl restart networking.service
186189
systemctl restart ndpresponder.service
@@ -233,12 +236,3 @@ The above command signifies the creation of a container with a pure IPV6 address
233236
:::tip
234237
Note that only CTIDs from 100 to 256 can be used here, no other numbers can be used.
235238
:::
236-
237-
#### Deletion Example
238-
239-
```shell
240-
rm -rf ct*
241-
pct stop 152
242-
pct destroy 152
243-
systemctl restart ndpresponder.service
244-
```

0 commit comments

Comments
 (0)