aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_dhcpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r--networking/udhcp/d6_dhcpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c
index ebf793438..66bc021e2 100644
--- a/networking/udhcp/d6_dhcpc.c
+++ b/networking/udhcp/d6_dhcpc.c
@@ -877,10 +877,10 @@ static int d6_raw_socket(int ifindex)
877 }; 877 };
878#endif 878#endif
879 879
880 log1("opening raw socket on ifindex %d", ifindex); //log2? 880 log2("opening raw socket on ifindex %d", ifindex);
881 881
882 fd = xsocket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6)); 882 fd = xsocket(PF_PACKET, SOCK_DGRAM, htons(ETH_P_IPV6));
883 log1("got raw socket fd %d", fd); //log2? 883 log2("got raw socket fd %d", fd);
884 884
885 sock.sll_family = AF_PACKET; 885 sock.sll_family = AF_PACKET;
886 sock.sll_protocol = htons(ETH_P_IPV6); 886 sock.sll_protocol = htons(ETH_P_IPV6);