> On April 14, 2014, 6:52 p.m., Dominic Hamon wrote: > > src/linux/routing/filter/ip.hpp, line 80 > > <https://reviews.apache.org/r/20297/diff/1/?file=555708#file555708line80> > > > > any reason why this isn't in its own header?
Because each type of filter has its own defined Classifier. > On April 14, 2014, 6:52 p.m., Dominic Hamon wrote: > > src/linux/routing/filter/ip.hpp, line 107 > > <https://reviews.apache.org/r/20297/diff/1/?file=555708#file555708line107> > > > > these could be marked const and be public I need to put it into the vector. So const field does not work. - Jie ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20297/#review40284 ----------------------------------------------------------- On April 13, 2014, 11:50 p.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/20297/ > ----------------------------------------------------------- > > (Updated April 13, 2014, 11:50 p.m.) > > > Review request for mesos, Benjamin Hindman, Chi Zhang, Ian Downes, Vinod > Kone, and Cong Wang. > > > Repository: mesos-git > > > Description > ------- > > The is Part 4 of the linux routing library. > > > Diffs > ----- > > src/Makefile.am 560b4c7 > src/linux/routing/filter/ip.hpp PRE-CREATION > src/linux/routing/filter/ip.cpp PRE-CREATION > src/tests/routing_tests.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/20297/diff/ > > > Testing > ------- > > make check > sudo make check > > > Thanks, > > Jie Yu > >
