添加管理员端路由管理功能,查看当前系统剩余的NAT4或者V6地址剩余情况

This commit is contained in:
MengMengCode
2026-06-06 10:30:48 +08:00
parent 8dd01fe714
commit 8b402fcfa1
8 changed files with 518 additions and 1 deletions
+1 -1
View File
@@ -1425,7 +1425,7 @@ func (m *Manager) DestroyContainer(id int) error {
}
lxcName := c.LxcName()
if c.IPv6 != "" && c.IPv6Interface != "" {
removeIPv6NAT66(c.IPv6, c.IPv6Interface)
removeHostIPv6Routing(c.IPv6, c.IPv6Interface)
}
if err := m.StopContainer(id); err != nil {