Repository: mesos Updated Branches: refs/heads/master ed5725126 -> cb85ceba1
Updated network-monitoring docs to reflect correct libnl version. The correct libnl required version is >= 3.2.26. Review: https://reviews.apache.org/r/35765 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/cb85ceba Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/cb85ceba Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/cb85ceba Branch: refs/heads/master Commit: cb85ceba17bf6584781d626d0bdb3cfb86feeb57 Parents: ed57251 Author: Kapil Arya <[email protected]> Authored: Mon Jun 22 20:54:20 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Mon Jun 22 20:54:20 2015 -0700 ---------------------------------------------------------------------- docs/network-monitoring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/cb85ceba/docs/network-monitoring.md ---------------------------------------------------------------------- diff --git a/docs/network-monitoring.md b/docs/network-monitoring.md index ac36ba3..680f771 100644 --- a/docs/network-monitoring.md +++ b/docs/network-monitoring.md @@ -23,12 +23,12 @@ Currently, network monitoring is only supported on Linux. Make sure your kernel Make sure the following packages are installed on the slave: -* [libnl3](http://www.infradead.org/~tgr/libnl/) >= 3.2.25 +* [libnl3](http://www.infradead.org/~tgr/libnl/) >= 3.2.26 * [iproute](http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2) (>= 2.6.39 is advised but not required for debugging purpose) On the build machine, you need to install the following packages: -* [libnl3-devel](http://www.infradead.org/~tgr/libnl/) >= 3.2.25 +* [libnl3-devel](http://www.infradead.org/~tgr/libnl/) >= 3.2.26 ### Configure and build
