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

@ -31,7 +31,7 @@ class VLANHash : public GenericHash {
public:
VLANHash(NetworkInterface *iface, u_int _num_hashes, u_int _max_hash_size);
VLAN* get(u_int16_t vlan_id, bool is_inline_call);
VLAN* get(VLANid vlan_id, bool is_inline_call);
#ifdef VLAN_DEBUG
void printHash();