You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by tn...@apache.org on 2016/02/16 04:43:14 UTC

mesos git commit: Updated libnl3 download links.

Repository: mesos
Updated Branches:
  refs/heads/master 0c53a34e3 -> 49107f276


Updated libnl3 download links.

Review: https://reviews.apache.org/r/43592/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/49107f27
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/49107f27
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/49107f27

Branch: refs/heads/master
Commit: 49107f27698e88a82a6dc578903eece304f017c9
Parents: 0c53a34
Author: haosdent huang <ha...@gmail.com>
Authored: Tue Feb 16 11:42:45 2016 +0800
Committer: Timothy Chen <tn...@gmail.com>
Committed: Tue Feb 16 11:42:45 2016 +0800

----------------------------------------------------------------------
 configure.ac               | 10 +++++-----
 docs/network-monitoring.md |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/49107f27/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b9a9906..b045d3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -866,7 +866,7 @@ Network isolator is only supported on Linux!
 We need libnl-3 for building network isolator!
 
 Please install libnl3 (version 3.2.26 or higher):
-http://www.infradead.org/~tgr/libnl/
+https://github.com/thom311/libnl/releases
 -------------------------------------------------------------------
   ])])
 
@@ -877,7 +877,7 @@ http://www.infradead.org/~tgr/libnl/
 We need libnl-3 headers for building network isolator!
 
 Please install libnl3 (version 3.2.26 or higher):
-http://www.infradead.org/~tgr/libnl/
+https://github.com/thom311/libnl/releases
 -------------------------------------------------------------------
   ])])
 
@@ -888,7 +888,7 @@ http://www.infradead.org/~tgr/libnl/
 We need libnl-route-3 for building network isolator!
 
 Please install libnl3 (version 3.2.26 or higher):
-http://www.infradead.org/~tgr/libnl/
+https://github.com/thom311/libnl/releases
 -------------------------------------------------------------------
   ])])
 
@@ -899,7 +899,7 @@ http://www.infradead.org/~tgr/libnl/
 We need libnl-route-3 headers for building network isolator!
 
 Please install libnl3 (version 3.2.26 or higher):
-http://www.infradead.org/~tgr/libnl/
+https://github.com/thom311/libnl/releases
 -------------------------------------------------------------------
   ])])
 
@@ -910,7 +910,7 @@ http://www.infradead.org/~tgr/libnl/
 We need libnl-idiag-3 for building network isolator!
 
 Please install libnl3 (version 3.2.26 or higher):
-http://www.infradead.org/~tgr/libnl/
+https://github.com/thom311/libnl/releases
 -------------------------------------------------------------------
   ])])
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/49107f27/docs/network-monitoring.md
----------------------------------------------------------------------
diff --git a/docs/network-monitoring.md b/docs/network-monitoring.md
index 08fcaa8..57b859e 100644
--- a/docs/network-monitoring.md
+++ b/docs/network-monitoring.md
@@ -32,13 +32,13 @@ versions 3.6 and above. Additionally, the kernel must include these patches
 
 The following packages are required on the slave:
 
-* [libnl3](http://www.infradead.org/~tgr/libnl/) >= 3.2.26
+* [libnl3](https://github.com/thom311/libnl/releases) >= 3.2.26
 * [iproute](http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2) >= 2.6.39 is advised for debugging purpose but not required.
 
 Additionally, if you are building from source, you need will also need the
 libnl3 development package to compile Mesos:
 
-* [libnl3-devel / libnl3-dev](http://www.infradead.org/~tgr/libnl/) >= 3.2.26
+* [libnl3-devel / libnl3-dev](https://github.com/thom311/libnl/releases) >= 3.2.26
 
 ### Build