mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-21 19:15:00 +00:00
Show more debug messages
This commit is contained in:
@@ -64,11 +64,13 @@ namespace NetworkARP
|
||||
|
||||
ARP::ARP(NetworkEthernet::Ethernet *Ethernet) : NetworkEthernet::EthernetEvents(NetworkEthernet::TYPE_ARP)
|
||||
{
|
||||
debug("ARP interface %#lx created.", this);
|
||||
this->Ethernet = Ethernet;
|
||||
}
|
||||
|
||||
ARP::~ARP()
|
||||
{
|
||||
debug("ARP interface %#lx destroyed.", this);
|
||||
}
|
||||
|
||||
MediaAccessControl InvalidMAC;
|
||||
|
Reference in New Issue
Block a user