Module Name: src
Committed By: sborrill
Date: Fri May 12 10:48:34 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Ticket #1420
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.15 src/doc/CHANGES-7.2:1.1.2.16
--- src/doc/CHANGES-7.2:1.1.2.15 Fri May 12 06:19:33 2017
+++ src/doc/CHANGES-7.2 Fri May 12 10:48:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.15 2017/05/12 06:19:33 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.16 2017/05/12 10:48:34 sborrill Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -1077,3 +1077,9 @@ usr.bin/elf2ecoff/elf2ecoff.c 1.30-1.3
Make elf2ecoff usable as a tool on 64 bit systems.
[skrll, ticket #1406]
+sys/netinet/ip_carp.c 1.88
+
+ carp should call if_link_state_change instead of affecting
+ if_link_state directly.
+ [roy, ticket #1420]
+