diff options
| author | Miguel <m.i@gmx.at> | 2018-09-26 23:58:14 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-26 23:58:14 +0200 |
| commit | b86f48da7fc46934d576698bb4f16be9b2a7eaf9 (patch) | |
| tree | ea42a72faeb406c303025b0c981a76e533a8b110 /net/arp.c | |
| parent | 915791f6acedbb35db73216156c1baa790e384d9 (diff) | |
some bugfixes
Diffstat (limited to 'net/arp.c')
| -rw-r--r-- | net/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ void arp_incoming(struct netdev *netdev, struct eth_hdr *hdr) switch (arphdr->opcode) { case ARP_REQUEST: - klog("Arp Reply"); +// klog("Arp Reply"); arp_reply(netdev, hdr, arphdr); break; default: |
