summaryrefslogtreecommitdiff
path: root/roms/SLOF/clients/net-snk/app/netlib/udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/SLOF/clients/net-snk/app/netlib/udp.c')
-rw-r--r--roms/SLOF/clients/net-snk/app/netlib/udp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/roms/SLOF/clients/net-snk/app/netlib/udp.c b/roms/SLOF/clients/net-snk/app/netlib/udp.c
index 3bc20efd5..134a29e6f 100644
--- a/roms/SLOF/clients/net-snk/app/netlib/udp.c
+++ b/roms/SLOF/clients/net-snk/app/netlib/udp.c
@@ -15,7 +15,7 @@
#include <udp.h>
#include <sys/socket.h>
#include <dhcp.h>
-//#include <dhcpv6.h>
+#include <dhcpv6.h>
#include <dns.h>
#ifdef USE_MTFTP
#include <mtftp.h>
@@ -76,11 +76,9 @@ handle_udp(uint8_t * udp_packet, int32_t packetsize) {
packetsize - sizeof(struct udphdr));
else
return -1;
-/*
case UDPPORT_DHCPV6C:
return handle_dhcpv6(udp_packet+sizeof(struct udphdr),
packetsize - sizeof(struct udphdr));
-*/
case UDPPORT_TFTPC:
#ifdef USE_MTFTP
return handle_tftp(udp_packet + sizeof(struct udphdr),