mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes spellings and typos
Thank goes to Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
0b29b4b7ed
commit
78e78c018c
75 changed files with 212 additions and 212 deletions
|
|
@ -40,7 +40,7 @@ class AddressResolution {
|
|||
inline u_int8_t getNumLocalNetworks() { return localNetworks.getNumAddresses(); };
|
||||
inline char *get_local_network(u_int8_t id) { return localNetworks.getAddressString(id); };
|
||||
bool setLocalNetworks(char *rule);
|
||||
int16_t findAddress(int family, void *addr); /* if(rc > 0) networdId else notfound */
|
||||
int16_t findAddress(int family, void *addr); /* if(rc > 0) networkId else notfound */
|
||||
void setLocalNetwork(char *net) { localNetworks.addAddresses(net); };
|
||||
void getLocalNetworks(lua_State* vm);
|
||||
inline void dump() { localNetworks.dump(); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue