aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index a6d7e22..57ffbe0 100644
--- a/conf.c
+++ b/conf.c
@@ -1500,6 +1500,8 @@ void conf(struct ctx *c, int argc, char **argv)
c->udp.fwd_in.mode = c->udp.fwd_out.mode = FWD_UNSET;
memcpy(c->our_tap_mac, MAC_OUR_LAA, ETH_ALEN);
+ c->debug = 1;
+
optind = 0;
do {
name = getopt_long(argc, argv, optstring, options, NULL);