----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22593/#review45796 -----------------------------------------------------------
src/linux/routing/link/link.cpp <https://reviews.apache.org/r/22593/#comment80776> "man netdevice" mentions IFF_LOOPBACK flag whith should be set in ifa_flags attribute of struct ifaddrs. Seems like it is right what we need here, doesn't it? - Nikita Vetoshkin On June 16, 2014, 7:01 p.m., Chi Zhang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/22593/ > ----------------------------------------------------------- > > (Updated June 16, 2014, 7:01 p.m.) > > > Review request for mesos, Ian Downes, Jie Yu, Vinod Kone, and Cong Wang. > > > Repository: mesos-git > > > Description > ------- > > Routing: added interfaces to find the name of host public and loopback device. > > > Diffs > ----- > > 3rdparty/libprocess/3rdparty/stout/include/stout/net.hpp 97215af > src/linux/routing/link/link.hpp 4264a1e > src/linux/routing/link/link.cpp ebcd119 > src/tests/routing_tests.cpp 0e8f61a > > Diff: https://reviews.apache.org/r/22593/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Chi Zhang > >
