Skip to content

Releases: rtbrick/bngblaster

0.5.2

10 May 13:01
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.5.2

New Features

  • Add DHCP support (IPoE)
  • Add multicast stream support
  • Add RAW stream support
  • Add LCP start delay config option
  • Add outer-vlan/inner-vlan config option
  • Enhanced stream view (curses)

Fixes

  • Fix multicast destination MAC address
  • Fix L2TP traffic stats

Internal Changes

  • Retry TX packets if RAW socket sendto failed to remain accurate stats.
  • Minor enhancements and fixes
  • ...

0.5.1

14 Apr 11:26
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.5.1

New Features

  • add new IO mode packet_mmap_raw and set as default
  • increase IO performance
  • add traffic streams to support QoS testing

Internal Changes

  • use CLOCK_MONOTONIC for all timestamps
  • ...

Fixes

  • #27 fix multicast delay and loss measurement
  • ...

0.5.0

24 Mar 16:08
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.5.0

New Features

  • add support for multiple IO modes
    • packet_mmap (default)
    • raw (new)
    • netmap (new)
  • add support for N:1 VLAN mode
  • add PPPoE/PPP control traffic VLAN priority configuration
  • add multicast traffic TOS priority configuration
  • add multicast traffic length configuration
  • add access line DSL type configuration
  • add interface locking

Internal Changes

  • restructure session and context code
  • restructure rx/tx to support multiple IO modes

Fixes

  • fix cli.py string handling
  • fix network interface IPv6 receive
  • fix l2tp unhide for AVP longer 255 chars
  • reset session-traffic and counters before reconnect

0.4.8

22 Mar 09:49
b7aa1ae
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.4.8

  • Fix ICMPv6 ND on network interface
  • Fix IGMP for IPoE
  • Fix CPS calculation if setup time is is below 1ms

0.4.7

12 Mar 17:25
a0cba9f
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.4.7

  • Fix crash if unknown UDP protocol is received #21

0.4.6

12 Mar 14:33
fd00948
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.4.6

  • Fixed #18 typo estbalished
  • Fixed minor config parser bug
  • Add L2TP session data rx/tx stats
  • Add L2TP session data ipv4 rx/tx stats
  • Add session traffic verification status command
  • Updated docs

0.4.5

09 Mar 16:44
0a9652f
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.4.5

  • Add IPv6 counters to LI flows

0.4.4

26 Feb 17:35
99a537f
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.4.4

  • L2TPv2 LNS Support
  • LI MD Support
  • Minor enhancements and bug fixes ...

0.4.3

16 Feb 09:31
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.4.3

0.4.1

09 Feb 10:32
Compare
Choose a tag to compare

RtBrick BNG Blaster Version 0.4.1

  • Add config to switch between inner and outer VLAN Iterator #7