mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
networkd: add missing files
This commit is contained in:
parent
68d3acaccb
commit
ee9b9875fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -184,6 +184,7 @@
|
||||
/test-rtnl
|
||||
/test-sched-prio
|
||||
/test-sleep
|
||||
/test-ssd
|
||||
/test-strbuf
|
||||
/test-strip-tab-ansi
|
||||
/test-strv
|
||||
|
17
src/network/networkd-gperf.gperf
Normal file
17
src/network/networkd-gperf.gperf
Normal file
@ -0,0 +1,17 @@
|
||||
%{
|
||||
#include <stddef.h>
|
||||
#include "conf-parser.h"
|
||||
#include "networkd.h"
|
||||
%}
|
||||
struct ConfigPerfItem;
|
||||
%null_strings
|
||||
%language=ANSI-C
|
||||
%define slot-name section_and_lvalue
|
||||
%define hash-function-name networkd_gperf_hash
|
||||
%define lookup-function-name networkd_gperf_lookup
|
||||
%readonly-tables
|
||||
%omit-struct-type
|
||||
%struct-type
|
||||
%includes
|
||||
%%
|
||||
Network.DNS, config_parse_dnsv, 0, offsetof(Manager, fallback_dns)
|
11
src/network/networkd.conf.in
Normal file
11
src/network/networkd.conf.in
Normal file
@ -0,0 +1,11 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# See networkd.conf(5) for details
|
||||
|
||||
[Network]
|
||||
#DNS=@DNS_SERVERS@
|
Loading…
Reference in New Issue
Block a user