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:
parent
3262c9b088
commit
493ef8c59f
1 changed files with 2 additions and 0 deletions
2
conf.c
2
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue