mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 12:29:16 +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