On 14/11/2018 13:36, Marc-André Lureau wrote: > Only slirp/libslirp.h should be included. > > Instead of using some slirp declarations and utility functions directly, > let's copy them in net/util.h. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > net/colo.h | 3 +-- > net/util.h | 55 +++++++++++++++++++++++++++++++++++++++++++ > net/colo-compare.c | 1 + > net/colo.c | 1 + > net/filter-rewriter.c | 1 + > net/slirp.c | 2 +- > stubs/slirp.c | 2 +- > 7 files changed, 61 insertions(+), 4 deletions(-)
Can you merge net/util.h and net/eth.h? Thanks, Paolo