some improvements (#939)

1. ospf route conn map should also use version
2. treat nopat as cone
This commit is contained in:
Sijie.Sun
2025-06-05 22:49:57 +08:00
committed by GitHub
parent 3fb172b4d2
commit 0314c66635
8 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ pub fn setup_panic_handler() {
// backtrace is risky, so use it last
let backtrace = backtrace::Backtrace::force_capture();
write_err(format!("backtrace: {:?}", backtrace));
write_err(format!("backtrace: {:#?}", backtrace));
std::process::exit(1);
}));