-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19702/
-----------------------------------------------------------
(Updated March 29, 2014, 3:45 a.m.)
Review request for mesos, Benjamin Hindman, Chi Zhang, Ian Downes, Vinod Kone,
and Cong Wang.
Changes
-------
Added implementation (including tests) for managing links.
Summary (updated)
-----------------
Added linux routing library for network isolation.
Repository: mesos-git
Description (updated)
-------
UPDATE:
Hey guys, I've added impl. (including tests) for managing links.
I'll be adding impl. for managing filters soon (currently, they return
Error("Unimplemented").)
------
Hey guys, I send this review in order to get an idea about the interface design.
Feel free to jump in to express your thoughts, suggestions, concerns, etc.
Thanks!
Diffs (updated)
-----
configure.ac 5404dc2
src/Makefile.am 47d03b3
src/linux/routing.hpp PRE-CREATION
src/linux/routing.cpp PRE-CREATION
src/tests/routing_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/19702/diff/
Testing (updated)
-------
make check
sudo make check
Thanks,
Jie Yu