mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
LinuxEthernetTap addIps virtual function fix for SYNOLOGY builds
This commit is contained in:
parent
ca89695270
commit
d8de837c60
4 changed files with 9 additions and 9 deletions
|
@ -45,6 +45,7 @@ public:
|
|||
virtual void setEnabled(bool en) = 0;
|
||||
virtual bool enabled() const = 0;
|
||||
virtual bool addIp(const InetAddress &ip) = 0;
|
||||
virtual bool addIps(std::vector<InetAddress> ips) = 0;
|
||||
virtual bool removeIp(const InetAddress &ip) = 0;
|
||||
virtual std::vector<InetAddress> ips() const = 0;
|
||||
virtual void put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,unsigned int len) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue