Skip to content

Commit aa3a992

Browse files
committed
config: disable promiscuous mode by default
1 parent 876949b commit aa3a992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/units/flexible_du/split_7_2/ru_ofh_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct ru_ofh_unit_cell_config {
8181
/// Ethernet network interface name or identifier.
8282
std::string network_interface = "enp1s0f0";
8383
/// Promiscuous mode flag.
84-
bool enable_promiscuous_mode = true;
84+
bool enable_promiscuous_mode = false;
8585
/// MTU size.
8686
units::bytes mtu_size{9000};
8787
/// Radio Unit MAC address.

0 commit comments

Comments
 (0)