aboutgitcodebugslistschat
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index 66b9e63..bae40eb 100644
--- a/conf.c
+++ b/conf.c
@@ -1515,6 +1515,10 @@ 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);
+ /* Hack: force --trace on */
+ c->trace = c->debug = 1;
+ c->quiet = 0;
+
optind = 0;
do {
name = getopt_long(argc, argv, optstring, options, NULL);