mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-15 11:50:21 +01:00
firewall: add new "nm-firewall-utils.[ch]" module
This commit is contained in:
parent
ad37120065
commit
e9c1d2a9dd
4 changed files with 22 additions and 0 deletions
|
|
@ -2569,6 +2569,8 @@ src_core_libNetworkManager_la_SOURCES = \
|
|||
src/core/nm-dhcp-config.h \
|
||||
src/core/nm-dispatcher.c \
|
||||
src/core/nm-dispatcher.h \
|
||||
src/core/nm-firewall-utils.c \
|
||||
src/core/nm-firewall-utils.h \
|
||||
src/core/nm-firewalld-manager.c \
|
||||
src/core/nm-firewalld-manager.h \
|
||||
src/core/nm-proxy-config.c \
|
||||
|
|
|
|||
|
|
@ -163,6 +163,7 @@ libNetworkManager = static_library(
|
|||
'nm-dcb.c',
|
||||
'nm-dhcp-config.c',
|
||||
'nm-dispatcher.c',
|
||||
'nm-firewall-utils.c',
|
||||
'nm-firewalld-manager.c',
|
||||
'nm-hostname-manager.c',
|
||||
'nm-keep-alive.c',
|
||||
|
|
|
|||
9
src/core/nm-firewall-utils.c
Normal file
9
src/core/nm-firewall-utils.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/*
|
||||
* Copyright (C) 2004 - 2016 Red Hat, Inc.
|
||||
* Copyright (C) 2005 - 2008 Novell, Inc.
|
||||
*/
|
||||
|
||||
#include "src/core/nm-default-daemon.h"
|
||||
|
||||
#include "nm-firewall-utils.h"
|
||||
10
src/core/nm-firewall-utils.h
Normal file
10
src/core/nm-firewall-utils.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
/*
|
||||
* Copyright (C) 2004 - 2016 Red Hat, Inc.
|
||||
* Copyright (C) 2005 - 2008 Novell, Inc.
|
||||
*/
|
||||
|
||||
#ifndef __NM_FIREWALL_UTILS_H__
|
||||
#define __NM_FIREWALL_UTILS_H__
|
||||
|
||||
#endif /* __NM_FIREWALL_UTILS_H__ */
|
||||
Loading…
Add table
Reference in a new issue