diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-07-17 10:36:00 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-17 07:04:55 +0200 |
commit | f79c42317fb80ee181b13273c80f93b7af6f04f3 (patch) | |
tree | a16ee8f2401a23c441fdb3ab38839fe6d468033b /udp.c | |
parent | a740e16fd1b9bdca8d259aa6d37f942a3874425c (diff) | |
download | passt-f79c42317fb80ee181b13273c80f93b7af6f04f3.tar passt-f79c42317fb80ee181b13273c80f93b7af6f04f3.tar.gz passt-f79c42317fb80ee181b13273c80f93b7af6f04f3.tar.bz2 passt-f79c42317fb80ee181b13273c80f93b7af6f04f3.tar.lz passt-f79c42317fb80ee181b13273c80f93b7af6f04f3.tar.xz passt-f79c42317fb80ee181b13273c80f93b7af6f04f3.tar.zst passt-f79c42317fb80ee181b13273c80f93b7af6f04f3.zip |
conf: Don't configure port forwarding for a disabled protocol
UDP and/or TCP can be disabled with the --no-udp and --no-tcp options.
However, when this is specified, it's still possible to configure forwarded
ports for the disabled protocol. In some cases this will open sockets and
perform other actions, which might not be safe since the entire protocol
won't be initialised.
Check for this case, and explicitly forbid it.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'udp.c')
0 files changed, 0 insertions, 0 deletions