From 5267cb7e6341a6ada33daa42b970dc29bf10ed4a Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sat, 10 Jan 2015 22:03:58 +0000 Subject: [PATCH] Document r272089, ipfw(4) fix when using dummynet(4) at layer 2 leading to possible kernel panic. Sponsored by: The FreeBSD Foundation --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 99e5ff22065..3cb9dd8f37b 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -277,6 +277,10 @@ Support for the &intel; Centrino™ Wireless-N 105 chipset has been added. + + A bug in &man.ipfw.4; that could + potentially lead to a kernel panic when using + &man.dummynet.4; at layer 2 has been fixed.