From 03b909603ae6010d7bf059de688c0cfe0f96a0a3 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 18 Oct 2013 13:20:34 -0400 Subject: Clean up the awful Network::Config mess and break that out into NetworkConfig. --- node/NetworkConfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node/NetworkConfig.hpp') diff --git a/node/NetworkConfig.hpp b/node/NetworkConfig.hpp index ebe3b413..a833006f 100644 --- a/node/NetworkConfig.hpp +++ b/node/NetworkConfig.hpp @@ -105,7 +105,7 @@ public: * @param etherType Ethernet frame type to check * @return True if allowed on this network */ - inline bool allowsEtherType(unsigned int etherType) + inline bool permitsEtherType(unsigned int etherType) throw() { if ((!etherType)||(etherType > 0xffff)) // sanity checks -- cgit v1.2.3