properly fill out ifcfg files. also removed route re-add code for synology

This commit is contained in:
Joseph Henry 2017-02-21 17:55:00 -08:00
parent e4135ffb35
commit 946e413997
4 changed files with 64 additions and 14 deletions

View file

@ -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);