提交 f14b5bce 编写于 作者: D Daniel P. Berrange

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

上级 4af71715
...@@ -57,7 +57,6 @@ UTIL_SOURCES = \ ...@@ -57,7 +57,6 @@ UTIL_SOURCES = \
util/event_poll.c util/event_poll.h \ util/event_poll.c util/event_poll.h \
util/hooks.c util/hooks.h \ util/hooks.c util/hooks.h \
util/iptables.c util/iptables.h \ util/iptables.c util/iptables.h \
util/ebtables.c util/ebtables.h \
util/json.c util/json.h \ util/json.c util/json.h \
util/logging.c util/logging.h \ util/logging.c util/logging.h \
util/memory.c util/memory.h \ util/memory.c util/memory.h \
...@@ -84,6 +83,7 @@ UTIL_SOURCES = \ ...@@ -84,6 +83,7 @@ UTIL_SOURCES = \
util/vircommand.c util/vircommand.h \ util/vircommand.c util/vircommand.h \
util/virconf.c util/virconf.h \ util/virconf.c util/virconf.h \
util/virdnsmasq.c util/virdnsmasq.h \ util/virdnsmasq.c util/virdnsmasq.h \
util/virebtables.c util/virebtables.h \
util/virfile.c util/virfile.h \ util/virfile.c util/virfile.h \
util/virnodesuspend.c util/virnodesuspend.h \ util/virnodesuspend.c util/virnodesuspend.h \
util/virobject.c util/virobject.h \ util/virobject.c util/virobject.h \
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <config.h> #include <config.h>
#include "ebtables.h" #include "virebtables.h"
#include "qemu_conf.h" #include "qemu_conf.h"
#include "qemu_driver.h" #include "qemu_driver.h"
#include "util.h" #include "util.h"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# include <config.h> # include <config.h>
# include "ebtables.h" # include "virebtables.h"
# include "internal.h" # include "internal.h"
# include "capabilities.h" # include "capabilities.h"
# include "network_conf.h" # include "network_conf.h"
......
/* /*
* virebtables.c: Helper APIs for managing ebtables
*
* Copyright (C) 2007-2012 Red Hat, Inc. * Copyright (C) 2007-2012 Red Hat, Inc.
* Copyright (C) 2009 IBM Corp. * Copyright (C) 2009 IBM Corp.
* *
...@@ -40,7 +42,7 @@ ...@@ -40,7 +42,7 @@
#endif #endif
#include "internal.h" #include "internal.h"
#include "ebtables.h" #include "virebtables.h"
#include "vircommand.h" #include "vircommand.h"
#include "memory.h" #include "memory.h"
#include "virterror_internal.h" #include "virterror_internal.h"
......
/* /*
* virebtables.c: Helper APIs for managing ebtables
*
* Copyright (C) 2009 IBM Corp. * Copyright (C) 2009 IBM Corp.
* Copyright (C) 2007, 2008 Red Hat, Inc. * Copyright (C) 2007, 2008 Red Hat, Inc.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册