diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-07-30 11:01:26 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-07-30 11:01:26 +0200 |
commit | 4586085b87b4e6bd79ef93c5ab31a310d5d3b991 (patch) | |
tree | fb0ef3ef7a4bf2598b76f17907a00c217c3e8706 | |
parent | 7cd4b5a1bbe3c59607bb0d7efca77721057e5861 (diff) |
wontfix: lcp protocol-reject is ignored
-rw-r--r-- | src/main.rs | 3 |
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: {:?}", |