Skip to content

Releases: rtbrick/bngblaster

0.9.30

20 Jan 20:46

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.30

New Features

  • add VLAN priorty support for IPoE control traffic (#365)
  • add CFM CC options for VLAN priority, interval, md-name and ma-name

Fixes

  • fix receiving TX packets as RX without qdisc bypass (#206 and #357)
  • fix segmentation fault when ISIS LSP lifetime expires (#356)
  • fix session IPv6 address in ncurses UI

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.29..0.9.30

0.9.29

12 Dec 07:21

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.29

New Features

  • add new counter rx-igmp-wrong-state (#354)
  • extend session-update command (#355)

Fixes

  • fix session start/stop/restart race condition

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.28..0.9.29

0.9.28

08 Dec 17:34

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.28

New Features

Thie release adds support for Debian Bookworm and Trixi.

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.27..0.9.28

0.9.27

02 Dec 12:28

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.27

New Features

  • reduce setup/teardown bursts (#320)
  • add IPv6 support to BGP control commands
  • add new command to start/stop PCAP dynamically
  • restore outer VLAN in PCAP (packet_mmap only)
  • support dynamic A10NSP interfaces (#343)

Fixes

  • check CHAP algorithm and reject if not MD5 (#349)
  • fix IPoE ARP reply (#344)
  • fix build compatibility with alpine/musl libc (#353)
  • fix stream loss after reset (#346)

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.26..0.9.27

0.9.26

27 Oct 12:53

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.26

New Features

Added an experimental feature that allows termination of MPLS-encapsulated L2BSA services on network interfaces.

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.25..0.9.26

0.9.25

01 Oct 09:33

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.25

New Features

  • add session-update command
  • support to update ipv6-link-local
  • support separate transactions for IA_NA and IA_PD

Fixes

  • fix DHCPv6 if an advertisement is received from multiple servers
  • fix BGP secondary IP addresses
  • fix handling of fragmented multicast streams
  • fix typo recived

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.24..0.9.25

0.9.24

08 Sep 09:23

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.24

This release adds limited ECMP support for BGP and LDP. We now accept incoming traffic on an interface different from the one used for sending. For example, if eth0 and eth1 are part of the same ECMP group and BGP is configured to use eth0, all outbound traffic will still be sent via eth0. However, responses received on eth1 will also be accepted. If eth0 goes down, we stop sending, so in this setup any interface flapping must occur on eth1.

New Features

  • add basic ECMP support (allow RX on other interface than TX) for BGP and LDP (IPv4 and IPv6)
  • add MED attribute to bgpupdate using --med XXX

Fixes

  • fix ISIS networks (set host bits to zero)
  • fix lspgen refresh from config file (#333)

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.23..0.9.24

0.9.23

01 Aug 07:01

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.23

Fixes

  • fix IPv6 GW MAC on interfaces without IPv6

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.22..0.9.23

0.9.22

29 Jul 15:18

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.22

Fixes

  • fix DHCPv6 LDRA source port

Internal Changes

  • support different GW MAC for IPv4/v6 on network interfaces
  • change arp/nd interval from 300 to 60 sec

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.21..0.9.22

0.9.21

04 Jul 10:42

Choose a tag to compare

RtBrick BNG Blaster Version 0.9.21

New Features

  • add option to disable CFM CC sequence numbers
  • send ICMPv6 NS on first RA (IPoE only)

Fixes

  • fix IPoE VLAN priority
  • fix file permissons to 666 (lock, report, pcap, ...)
  • fix SIGTERM/SIGHUP (e.g. on SSH disconnect) handling (unlock and close all files)

Full Changelog

https://github.com/rtbrick/bngblaster/compare/0.9.20..0.9.21