Custom sites reimplemented
This commit is contained in:
parent
97e918ae72
commit
6c74f30d79
23 changed files with 833 additions and 312 deletions
|
|
@ -9,7 +9,7 @@ RouterMac &RouterMac::Instance()
|
|||
return s;
|
||||
}
|
||||
|
||||
bool RouterMac::routeAdd(const QString &ip, const QString &gw, QString mask)
|
||||
bool RouterMac::routeAdd(const QString &ip, const QString &gw)
|
||||
{
|
||||
int argc = 5;
|
||||
char **argv = new char*[argc];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue