mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 12:35:17 +00:00
Rename ebtables.{c,h} to virebtables.{c,h}
This commit is contained in:
parent
4af71715be
commit
f14b5bce73
@ -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 \
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include "ebtables.h"
|
||||
#include "virebtables.h"
|
||||
#include "qemu_conf.h"
|
||||
#include "qemu_driver.h"
|
||||
#include "util.h"
|
||||
|
@ -26,7 +26,7 @@
|
||||
|
||||
# include <config.h>
|
||||
|
||||
# include "ebtables.h"
|
||||
# include "virebtables.h"
|
||||
# include "internal.h"
|
||||
# include "capabilities.h"
|
||||
# include "network_conf.h"
|
||||
|
@ -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"
|
@ -1,4 +1,6 @@
|
||||
/*
|
||||
* virebtables.c: Helper APIs for managing ebtables
|
||||
*
|
||||
* Copyright (C) 2009 IBM Corp.
|
||||
* Copyright (C) 2007, 2008 Red Hat, Inc.
|
||||
*
|
Loading…
x
Reference in New Issue
Block a user