From 7404eb46c4279b1e2ecce29aece14e15fbedbffd Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 25 Jul 2016 16:51:10 -0700 Subject: Integration of Filter into inbound and outbound packet path. --- node/NetworkConfig.hpp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'node/NetworkConfig.hpp') diff --git a/node/NetworkConfig.hpp b/node/NetworkConfig.hpp index 5271c5ad..f2dab6d3 100644 --- a/node/NetworkConfig.hpp +++ b/node/NetworkConfig.hpp @@ -215,26 +215,6 @@ public: return *this; } - /** - * @param etherType Ethernet frame type to check - * @return True if allowed on this network - */ - inline bool permitsEtherType(unsigned int etherType) const - { - unsigned int et = 0; - for(unsigned int i=0;i