Skip to content

Commit 0727bd9

Browse files
committed
dbg: add debug logs
Signed-off-by: Sergey Matov <sergey.matov@githedgehog.com>
1 parent 5b029a9 commit 0727bd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mgmt/src/processor/proc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,11 @@ impl ConfigProcessor {
555555
let nattablesw = &mut self.proc_params.nattablesw;
556556
let natallocatorw = &mut self.proc_params.natallocatorw;
557557
let vpcdtablesw = &mut self.proc_params.vpcdtablesw;
558+
let bmp_options = self.proc_params.bmp_options.clone();
558559

559560
/* build internal config if it hasn't been built */
560561
if config.internal.is_none() {
561-
let internal = build_internal_config(config)?;
562+
let internal = build_internal_config_with_bmp(config, bmp_options)?;
562563
config.set_internal_config(internal);
563564
}
564565
let internal = config.internal.as_ref().unwrap_or_else(|| unreachable!());

0 commit comments

Comments
 (0)