properly fill out ifcfg files. also removed route re-add code for synology
This commit is contained in:
parent
e4135ffb35
commit
946e413997
4 changed files with 64 additions and 14 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
void setEnabled(bool en);
|
||||
bool enabled() const;
|
||||
bool addIp(const InetAddress &ip);
|
||||
bool addIpSyn(std::vector<InetAddress> ips);
|
||||
bool removeIp(const InetAddress &ip);
|
||||
std::vector<InetAddress> ips() const;
|
||||
void put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,unsigned int len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue