mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
Rename iptables.{c,h} to viriptables.{c,h}
This commit is contained in:
parent
ebc8db5189
commit
47cdbac47d
@ -139,7 +139,6 @@ src/test/test_driver.c
|
||||
src/uml/uml_conf.c
|
||||
src/uml/uml_driver.c
|
||||
src/util/iohelper.c
|
||||
src/util/iptables.c
|
||||
src/util/json.c
|
||||
src/util/pci.c
|
||||
src/util/processinfo.c
|
||||
@ -161,6 +160,7 @@ src/util/virfile.c
|
||||
src/util/virhash.c
|
||||
src/util/virhook.c
|
||||
src/util/virinitctl.c
|
||||
src/util/viriptables.c
|
||||
src/util/virkeyfile.c
|
||||
src/util/virlockspace.c
|
||||
src/util/virnetdev.c
|
||||
|
@ -53,7 +53,6 @@ augeastest_DATA =
|
||||
# These files are not related to driver APIs. Simply generic
|
||||
# helper APIs for various purposes
|
||||
UTIL_SOURCES = \
|
||||
util/iptables.c util/iptables.h \
|
||||
util/json.c util/json.h \
|
||||
util/logging.c util/logging.h \
|
||||
util/memory.c util/memory.h \
|
||||
@ -85,6 +84,7 @@ UTIL_SOURCES = \
|
||||
util/virfile.c util/virfile.h \
|
||||
util/virhook.c util/virhook.h \
|
||||
util/virnodesuspend.c util/virnodesuspend.h \
|
||||
util/viriptables.c util/viriptables.h \
|
||||
util/virobject.c util/virobject.h \
|
||||
util/virpidfile.c util/virpidfile.h \
|
||||
util/virprocess.c util/virprocess.h \
|
||||
|
@ -56,7 +56,7 @@
|
||||
#include "vircommand.h"
|
||||
#include "memory.h"
|
||||
#include "uuid.h"
|
||||
#include "iptables.h"
|
||||
#include "viriptables.h"
|
||||
#include "logging.h"
|
||||
#include "virdnsmasq.h"
|
||||
#include "configmake.h"
|
||||
|
@ -1,4 +1,6 @@
|
||||
/*
|
||||
* viriptables.c: helper APIs for managing iptables
|
||||
*
|
||||
* Copyright (C) 2007-2012 Red Hat, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
@ -38,7 +40,7 @@
|
||||
#endif
|
||||
|
||||
#include "internal.h"
|
||||
#include "iptables.h"
|
||||
#include "viriptables.h"
|
||||
#include "vircommand.h"
|
||||
#include "memory.h"
|
||||
#include "virterror_internal.h"
|
@ -1,4 +1,6 @@
|
||||
/*
|
||||
* viriptables.h: helper APIs for managing iptables
|
||||
*
|
||||
* Copyright (C) 2007, 2008 Red Hat, Inc.
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
Loading…
x
Reference in New Issue
Block a user