mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-21 08:40:01 +00:00
Clean up the awful Network::Config mess and break that out into NetworkConfig.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user