summaryrefslogtreecommitdiff
path: root/node/Switch.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-09-11 12:12:45 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-09-11 12:12:45 -0700
commita8d7a31327be482efbf6d300afbc4e767c563e42 (patch)
treea10162380b2ec8a0adc83f385692f8f1ae6b7258 /node/Switch.hpp
parentc2226cf0df3dd5d50db271cd1d5254b7243dc3cd (diff)
downloadinfinitytier-a8d7a31327be482efbf6d300afbc4e767c563e42.tar.gz
infinitytier-a8d7a31327be482efbf6d300afbc4e767c563e42.zip
Integrate arp into NetconEthernetTap.
Diffstat (limited to 'node/Switch.hpp')
-rw-r--r--node/Switch.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/node/Switch.hpp b/node/Switch.hpp
index 55e2c362..1ad8459c 100644
--- a/node/Switch.hpp
+++ b/node/Switch.hpp
@@ -47,16 +47,6 @@
#include "IncomingPacket.hpp"
#include "Hashtable.hpp"
-/* Ethernet frame types that might be relevant to us */
-#define ZT_ETHERTYPE_IPV4 0x0800
-#define ZT_ETHERTYPE_ARP 0x0806
-#define ZT_ETHERTYPE_RARP 0x8035
-#define ZT_ETHERTYPE_ATALK 0x809b
-#define ZT_ETHERTYPE_AARP 0x80f3
-#define ZT_ETHERTYPE_IPX_A 0x8137
-#define ZT_ETHERTYPE_IPX_B 0x8138
-#define ZT_ETHERTYPE_IPV6 0x86dd
-
namespace ZeroTier {
class RuntimeEnvironment;