aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-07-30 11:01:26 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-07-30 11:01:26 +0200
commit4586085b87b4e6bd79ef93c5ab31a310d5d3b991 (patch)
treefb0ef3ef7a4bf2598b76f17907a00c217c3e8706
parent7cd4b5a1bbe3c59607bb0d7efca77721057e5861 (diff)
wontfix: lcp protocol-reject is ignored
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 2c9f822..b04d1bb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -905,7 +905,8 @@ fn handle_lcp(
Ok(())
}
LcpData::ProtocolReject(protocol_reject) => {
- // TODO: update ncp state to failed
+ // We're just going to ignore this
+ // and wait for a timeout on the NCP level instead.
println!(
" <- lcp protocol-reject {}, protocol: {}, packet: {:?}",