Skip to content

Commit

Permalink
Open uapi socket when run via neptun-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanowsk committed Dec 2, 2024
1 parent bee8b94 commit 0bdd56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neptun-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ fn main() {
use_connected_socket: !matches.get_flag("disable-connected-udp"),
#[cfg(target_os = "linux")]
use_multi_queue: !matches.get_flag("disable-multi-queue"),
open_uapi_socket: false,
open_uapi_socket: true,
protect: Arc::new(neptun::device::MakeExternalNeptunNoop),
firewall_process_inbound_callback: None,
firewall_process_outbound_callback: None,
Expand Down

0 comments on commit 0bdd56b

Please sign in to comment.