1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
Istvan Ruzman 4de1019d53 No need to check for chap challenge length (#105)
The chap challenge is only read by MD5_update, which accepts input
of any size (given the supplied length is correct). There are no other
uses for the (received) chap challenge; only the chap_response is sent back,
which is implicitly guranteed to be 16 bytes (the output of MD5_finalize).
2022-07-20 09:43:50 +02:00
..
2022-06-13 07:26:37 +00:00
2022-05-25 18:32:42 +02:00

Code

Directory Structure

common

Shared resources used by multiple sub-projects.

lwip

Local fork of the Lightweight TCP/IP stack (lwIP) with some performance optimizations for massive TCP session support.

https://savannah.nongnu.org/projects/lwip/

bngblaster

BNG Blaster directory.

lspgen

LSPGEN directory.

Scripts

bngblaster-cli

Simple python script to interact with the BNG Blaster control socket JSON RPC API.

bgpupdate

Simple python script to generate BGP RAW update streams for use with the BNG Blaster.