Rename ebtables.{c,h} to virebtables.{c,h}

This commit is contained in:
Daniel P. Berrange 2012-12-12 16:48:24 +00:00
parent 4af71715be
commit f14b5bce73
5 changed files with 8 additions and 4 deletions

View File

@ -57,7 +57,6 @@ UTIL_SOURCES = \
util/event_poll.c util/event_poll.h \
util/hooks.c util/hooks.h \
util/iptables.c util/iptables.h \
util/ebtables.c util/ebtables.h \
util/json.c util/json.h \
util/logging.c util/logging.h \
util/memory.c util/memory.h \
@ -84,6 +83,7 @@ UTIL_SOURCES = \
util/vircommand.c util/vircommand.h \
util/virconf.c util/virconf.h \
util/virdnsmasq.c util/virdnsmasq.h \
util/virebtables.c util/virebtables.h \
util/virfile.c util/virfile.h \
util/virnodesuspend.c util/virnodesuspend.h \
util/virobject.c util/virobject.h \

View File

@ -22,7 +22,7 @@
#include <config.h>
#include "ebtables.h"
#include "virebtables.h"
#include "qemu_conf.h"
#include "qemu_driver.h"
#include "util.h"

View File

@ -26,7 +26,7 @@
# include <config.h>
# include "ebtables.h"
# include "virebtables.h"
# include "internal.h"
# include "capabilities.h"
# include "network_conf.h"

View File

@ -1,4 +1,6 @@
/*
* virebtables.c: Helper APIs for managing ebtables
*
* Copyright (C) 2007-2012 Red Hat, Inc.
* Copyright (C) 2009 IBM Corp.
*
@ -40,7 +42,7 @@
#endif
#include "internal.h"
#include "ebtables.h"
#include "virebtables.h"
#include "vircommand.h"
#include "memory.h"
#include "virterror_internal.h"

View File

@ -1,4 +1,6 @@
/*
* virebtables.c: Helper APIs for managing ebtables
*
* Copyright (C) 2009 IBM Corp.
* Copyright (C) 2007, 2008 Red Hat, Inc.
*