1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
Files
rtbrick-bngblaster/code
Istvan Ruzman f39472fa61 fix: use correct target/target_ip in ARP-Replies
The previous commit "fix ARP request handler"
(4f87c71a61) improved arp by answering to
all ARPs directed to bngblaster, but did not correctly update the
ARP-Reply to match the ARP-Request.
2023-03-08 22:04:19 +01:00
..
2023-01-13 16:01:38 +00:00
2023-02-22 10:56:02 +00:00
2022-11-02 17:52:51 +01:00
2023-01-13 16:01:38 +00:00
2023-01-03 13:12:52 +01:00
2023-01-13 16:01:38 +00:00
2023-01-03 13:12:52 +01: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.

ldpupdate

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