From 9507e8d127fbbe9f6e8416d9ee5d770bfb0a79da Mon Sep 17 00:00:00 2001 From: "ahrenholz@gmail.com" Date: Mon, 4 Aug 2014 22:29:36 +0000 Subject: [PATCH] added 4.7 known issues --- wiki/ReleaseNotes.wiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/ReleaseNotes.wiki b/wiki/ReleaseNotes.wiki index 94777cc8..f3b3c42a 100644 --- a/wiki/ReleaseNotes.wiki +++ b/wiki/ReleaseNotes.wiki @@ -54,7 +54,9 @@ The high-level changes since version 4.6 are: * fixed the following bugs: bug #150, bug #169, bug #188, bug #220, bug #225, bug #230, bug #231, bug #242, bug #244, bug #247, bug #248, bug #250, bug #251 *Known Issues with 4.7* - * Any known issues will be updated here. + * Under Fedora or CentOS Linux, the repository version of Quagga (`yum install quagga`) does not work with CORE. See bug #255. You need to build Quagga or Quagga MDR from source using the [http://downloads.pf.itd.nrl.navy.mil/docs/core/core-html/install.html#compiling-quagga-for-core manual instructions]. + * Under Fedora or CentOS Linux, NetworkManager will automatically invoke DHCP clients on CORE-generated interfaces. See bug #253. Recommended workaround is to turn off NetworkManager using `systemctl stop NetworkManager` and `systemctl disable NetworkManager`. Ubuntu ignores interfaces having the "veth" prefix. + ---- = 4.6 =