Initial VLANid rework

This commit is contained in:
Luca Deri 2021-06-15 23:01:31 +02:00
parent af75c2443c
commit 846d24c5e9
33 changed files with 178 additions and 143 deletions

View file

@ -33,7 +33,7 @@ class HostHash : public GenericHash {
HostHash(NetworkInterface *iface, u_int _num_hashes, u_int _max_hash_size);
/* Search for an host by IP and VLAN */
Host* get(u_int16_t vlanId, IpAddress *key, bool is_inline_call);
Host* get(VLANid vlanId, IpAddress *key, bool is_inline_call);
void incNumHTTPEntries();
void decNumHTTPEntries();