PacketFence is a fully supported, trusted, Free and Open Source network access control (NAC) solution. Boasting an impressive feature set including a captive-portal for registration and remediation, centralized wired and wireless management, powerful BYOD management options, 802.1X support, layer-2 isolation of problematic devices; PacketFence can be used to effectively secure networks small to very large heterogeneous networks.
Describe the bug
If it's the first time a device appear on the network then packetfence try to add twice an entry in the node table.
The dhcp process is to quick between a request and a ack than packetfence detect that the device is not yet in the database so the second node_add_simple return a error message:
Describe the bug If it's the first time a device appear on the network then packetfence try to add twice an entry in the node table.
The dhcp process is to quick between a request and a ack than packetfence detect that the device is not yet in the database so the second node_add_simple return a error message:
We should use REPLACE instead of INSERT