File diff r25683:8d225950ffa2 → r25684:297b887b048e
src/network/core/address.h
Show inline comments
 
@@ -116,7 +116,7 @@ public:
 
	}
 

	
 
	bool IsFamily(int family);
 
	bool IsInNetmask(const char *netmask);
 
	bool IsInNetmask(const std::string &netmask);
 

	
 
	/**
 
	 * Compare the address of this class with the address of another.