]> git.ipfire.org Git - people/ms/network.git/commitdiff
Drop unused configuration file paths
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jun 2023 13:10:31 +0000 (13:10 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jun 2023 13:10:31 +0000 (13:10 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/networkd/port.h
src/networkd/zone.h

index 422a65f21c027679e59570c97d27b7bd4b6b388e..9770079575f1909c5612c1985ecffd58debaf95c 100644 (file)
@@ -25,8 +25,6 @@
 
 #include <systemd/sd-netlink.h>
 
-#define PORT_CONFIG_DIR                        CONFIG_DIR "/ports"
-
 typedef struct nw_port nw_port;
 
 typedef enum nw_port_type_id {
index 2d1e1dc0ce6fa2d8d552c7756d2659de807c26de..2ece268cef8d68fb4151be0c9948319913b8317a 100644 (file)
@@ -21,8 +21,6 @@
 #ifndef NETWORKD_ZONE_H
 #define NETWORKD_ZONE_H
 
-#define ZONE_CONFIG_DIR                        CONFIG_DIR "/zones"
-
 #define NETWORK_ZONE_DEFAULT_MTU                       1500
 
 typedef struct nw_zone nw_zone;