From 42b8b5694b6f2f2f647b27b2dd84b2d145c71625 Mon Sep 17 00:00:00 2001 From: Alexandre Cassen Date: Thu, 31 Oct 2024 19:10:03 +0100 Subject: [PATCH] www: update website --- doc/docs/releases/index.md | 5 +++++ doc/docs/releases/release-1.0.7.md | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 doc/docs/releases/release-1.0.7.md diff --git a/doc/docs/releases/index.md b/doc/docs/releases/index.md index 3826e30..5550499 100644 --- a/doc/docs/releases/index.md +++ b/doc/docs/releases/index.md @@ -1,5 +1,10 @@ # Download +* October 31th, 2024 - +[Release Notes](release-1.0.7.md) - +[gtp-guard-1.0.7.tar.xz](/software/gtp-guard-1.0.7.tar.xz) - +MD5SUM:={023155c96b90d14757474b61b707a23b} + * June 23th, 2024 - [Release Notes](release-1.0.6.md) - [gtp-guard-1.0.6.tar.xz](/software/gtp-guard-1.0.6.tar.xz) - diff --git a/doc/docs/releases/release-1.0.7.md b/doc/docs/releases/release-1.0.7.md new file mode 100644 index 0000000..28233f4 --- /dev/null +++ b/doc/docs/releases/release-1.0.7.md @@ -0,0 +1,26 @@ + +# Release 1.0.7 + +October 31th, 2024 - +[Release Notes](release-1.0.7) - +[gtp-guard-1.0.7.tar.xz](/software/gtp-guard-1.0.7.tar.xz) - +MD5SUM:={023155c96b90d14757474b61b707a23b} + +* pppoe: Add support to 'ignore-ingress-ppp-brd' feature for pppoe-bundle. + This feature ensure that when interface are part of the same pppoe-bundle + then PPP frame broadcast are ignored. In some networking design, having + multiple interface into the same L2 segment can lead to L2 broadcast + during MAC learning process at switch side. PPP is specialy sensitive + to broadcast since it can force unappropriate state transition. + This feature configured for a pppoe-bundle ensure that ingress PPP frame + on diffrent ifindex as the one used during session init are silently + ignored. + This feature is an opt-in setting, since on some others networking + design ones could want to setup asymetric L2 path for ingress and + egress. + This feature is made available via VTY 'ignore-ingress-ppp-brd' in + pppoe-bundle configuration. + +* router: fix F-TEID interface_type +* some cosmetics +