From 0b2dfa2b688349abaa530c112747686e85d78b9c Mon Sep 17 00:00:00 2001 From: Thomas Winter Date: Mon, 1 Sep 2025 12:45:56 +1200 Subject: [PATCH] doc: Add upgrade note for ppp changes --- doc/userguide/upgrade.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/userguide/upgrade.rst b/doc/userguide/upgrade.rst index eecd4ab4d3..7fc0339bf7 100644 --- a/doc/userguide/upgrade.rst +++ b/doc/userguide/upgrade.rst @@ -176,6 +176,9 @@ Major changes of a request/response in the respective direction. This means that earlier a content that matched just because it fell in the inspection chunk without wholly belonging to any one request/response may not match any longer. +- Various expected PPP packet types will no longer be marked as Unsupported Protocol + when in a PPPOE packet. +- Added Cisco Discovery Protocol Control Protocol as a valid PPP packet. Removals ~~~~~~~~