summaryrefslogtreecommitdiff
path: root/osdep/LinuxEthernetTap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/LinuxEthernetTap.hpp')
-rw-r--r--osdep/LinuxEthernetTap.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/LinuxEthernetTap.hpp b/osdep/LinuxEthernetTap.hpp
index cbb58efb..7dd7e01d 100644
--- a/osdep/LinuxEthernetTap.hpp
+++ b/osdep/LinuxEthernetTap.hpp
@@ -52,6 +52,9 @@ public:
void setEnabled(bool en);
bool enabled() const;
bool addIp(const InetAddress &ip);
+#ifdef __SYNOLOGY__
+ bool addIpSyn(std::vector<InetAddress> ips);
+#endif
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);