diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2025-05-22 10:55:05 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2025-05-22 10:55:05 +0200 |
commit | 493ef8c59fc7903cad9fa62c8b4c9cde2c0dc4fd (patch) | |
tree | a4c465edbb6578092b0f28af18f4ea7febd64f27 | |
parent | 3262c9b088288902f28b5d09f61220fae5376082 (diff) | |
download | passt-kubevirt_debug.tar passt-kubevirt_debug.tar.gz passt-kubevirt_debug.tar.bz2 passt-kubevirt_debug.tar.lz passt-kubevirt_debug.tar.xz passt-kubevirt_debug.tar.zst passt-kubevirt_debug.zip |
conf: Debug buildkubevirt_debug
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |