> On June 16, 2014, 7:23 p.m., Nikita Vetoshkin wrote: > > src/linux/routing/link/link.cpp, line 102 > > <https://reviews.apache.org/r/22593/diff/1/?file=609702#file609702line102> > > > > "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?
thanks. fixed. - Chi ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22593/#review45796 ----------------------------------------------------------- On June 16, 2014, 11:07 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, 11:07 p.m.) > > > Review request for mesos, Ian Downes, Jie Yu, Nikita Vetoshkin, Vinod Kone, > and Cong Wang. > > > Repository: mesos-git > > > Description > ------- > > Routing: added interfaces to find the name of host public and loopback device. > > > Diffs > ----- > > 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 > >
