Clean up the awful Network::Config mess and break that out into NetworkConfig.
This commit is contained in:
parent
5a8f213c23
commit
03b909603a
4 changed files with 91 additions and 78 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue