refactor(NetworkConfigManager): remove unused MTU settings from interface creation logic to streamline code and improve clarity
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m24s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m24s
This commit is contained in:
@@ -591,9 +591,6 @@ function NetworkConfigManager() {
|
||||
return;
|
||||
}
|
||||
|
||||
// Используем настройки из пары или глобальные для MTU
|
||||
const pairMtu = pair.mtu || templateMtu;
|
||||
|
||||
// Создаем интерфейс
|
||||
const newInterface = {
|
||||
...getEmptyInterface(),
|
||||
|
||||
Reference in New Issue
Block a user