Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/dhcpcd/sbin/dhcpcd Fix for IPv6 RS support.



details:   https://anonhg.NetBSD.org/src/rev/25e1c5d3e512
branches:  trunk
changeset: 773031:25e1c5d3e512
user:      roy <roy%NetBSD.org@localhost>
date:      Wed Jan 25 14:39:05 2012 +0000

description:
Fix for IPv6 RS support.

diffstat:

 external/bsd/dhcpcd/sbin/dhcpcd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 7bca4429b95b -r 25e1c5d3e512 external/bsd/dhcpcd/sbin/dhcpcd/Makefile
--- a/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Wed Jan 25 14:36:30 2012 +0000
+++ b/external/bsd/dhcpcd/sbin/dhcpcd/Makefile  Wed Jan 25 14:39:05 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2011/01/03 11:33:44 roy Exp $
+# $NetBSD: Makefile,v 1.11 2012/01/25 14:39:05 roy Exp $
 #
 
 PROG=          dhcpcd
 SRCS=          arp.c bind.c common.c control.c configure.c dhcp.c dhcpcd.c \
-               duid.c eloop.c if-options.c if-pref.c ipv4ll.c net.c \
+               duid.c eloop.c if-options.c if-pref.c ipv4ll.c ipv6rs.c net.c \
                signals.c
 SRCS+=         bpf.c if-bsd.c platform-bsd.c
 



Home | Main Index | Thread Index | Old Index