summaryrefslogtreecommitdiffstats
path: root/nest/config.Y
diff options
context:
space:
mode:
Diffstat (limited to 'nest/config.Y')
-rw-r--r--nest/config.Y8
1 files changed, 5 insertions, 3 deletions
diff --git a/nest/config.Y b/nest/config.Y
index 24223db..a909028 100644
--- a/nest/config.Y
+++ b/nest/config.Y
@@ -8,13 +8,15 @@
CF_HDR
-static struct proto_config *this_proto;
-static struct iface_patt *this_ipatt;
-
#include "nest/rt-dev.h"
#include "nest/password.h"
#include "nest/cmds.h"
+CF_DEFINES
+
+static struct proto_config *this_proto;
+static struct iface_patt *this_ipatt;
+
CF_DECLS
CF_KEYWORDS(ROUTER, ID, PROTOCOL, PREFERENCE, DISABLED, DEBUG, ALL, OFF, DIRECT)