1
0
Fork 0
mirror of https://passt.top/passt synced 2025-08-14 19:03:12 +02:00

conf: Debug build

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2025-05-22 10:55:05 +02:00
commit 493ef8c59f

2
conf.c
View file

@ -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);