Skip to content

Commit

Permalink
www: update website
Browse files Browse the repository at this point in the history
  • Loading branch information
acassen committed Oct 31, 2024
1 parent 4795187 commit 42b8b56
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/docs/releases/index.md
Original file line number Diff line number Diff line change
@@ -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) -
Expand Down
26 changes: 26 additions & 0 deletions doc/docs/releases/release-1.0.7.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 42b8b56

Please sign in to comment.