diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 13:20:34 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-10-18 13:20:34 -0400 |
| commit | 03b909603ae6010d7bf059de688c0cfe0f96a0a3 (patch) | |
| tree | 94ddb3b067a790554489a9af0b9c285add0a97ac /node/NetworkConfig.hpp | |
| parent | 5a8f213c236936c9803485ff7f053b7923bd8722 (diff) | |
| download | infinitytier-03b909603ae6010d7bf059de688c0cfe0f96a0a3.tar.gz infinitytier-03b909603ae6010d7bf059de688c0cfe0f96a0a3.zip | |
Clean up the awful Network::Config mess and break that out into NetworkConfig.
Diffstat (limited to 'node/NetworkConfig.hpp')
| -rw-r--r-- | node/NetworkConfig.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
