fix: allocate utun-pattern interface names on macOS

This commit is contained in:
cd-amn
2026-06-16 19:40:12 +04:00
parent 225b693ea4
commit eda9ed8016
4 changed files with 83 additions and 1 deletions
+2
View File
@@ -31,6 +31,8 @@ class IpcInterface
SLOT( bool createTun(const QString &dev, const QString &subnet) );
SLOT( bool deleteTun(const QString &dev) );
SLOT( QString reserveUtunName() );
SLOT( bool applyAdapterAddress(const QString &ifname, const QString &ipv4, const QString &ipv6) );
SLOT( bool removeAdapterAddress(const QString &ifname, const QString &ipv4, const QString &ipv6) );