1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

106 Commits

Author SHA1 Message Date
37297d323b fix DHCPv6 encode 2022-06-21 07:47:44 +00:00
29f984ecd3 fix #93 ICMPv6 NS/NA address 2022-06-20 12:01:04 +00:00
c0f52186bf fix DHCPv6 decode 2022-06-20 09:27:51 +00:00
b7a20ef11a fix #93 ICMPv6 NS/NA 2022-06-20 09:27:26 +00:00
989488a8f4 Merge branch 'igmp_mass_join' into dev 2022-06-15 08:28:45 +00:00
68d140e675 Merge branch 'monkey' into dev 2022-06-15 08:28:24 +00:00
dde66f42ea monkey test start/stop command 2022-06-15 08:26:07 +00:00
a77b75e177 trigger DHCPv6 with ICMPv6 M flag #79
Accept ICMPv6 with M and O flag to start DHCPv6 over
PPPoE sessions.
2022-06-13 11:46:34 +00:00
712ee8f288 YXigmp join commands
+ add igmp-join-iter
+ add igmp-leave-all
+ increase max groups per session to 12
2022-06-13 10:58:21 +00:00
629fc338a4 add compiler to version out 2022-06-13 07:26:37 +00:00
cc25b1b56f add monkey test (initial draft) 2022-06-10 17:29:20 +00:00
4ff89fdf26 fix capture-include-streams for L2TP RX 2022-06-09 16:23:35 +00:00
5037519fc7 ignore LCP in wrong state 2022-06-09 16:08:52 +00:00
8a4370b80d fix pppoe PADT braodcast 2022-06-09 16:08:36 +00:00
0c96a5c128 add support to overwrite streams src/dst port 2022-06-08 11:36:02 +00:00
0c8e03d98f IPv4 DF bit handingl
+ set IPv4 DF bit for all session and stream traffic
+ add option ipv4-df to unset DF bit per stream
2022-06-08 09:33:38 +00:00
3f25bc3a17 add ppp-mru to access interface 2022-06-03 14:23:35 +00:00
5fd4c04844 fix A10NSP IPoE streams 2022-05-25 18:32:42 +02:00
9f73f63a26 fix encode dhcp access line 2022-05-25 18:32:42 +02:00
b0d0da69c0 fix ubuntu 22.04 build 2022-05-25 18:32:42 +02:00
68ec24d5ce add A10NSP DHCP server 2022-05-25 18:32:42 +02:00
913864b711 fix IO mode packet_mmap (TX)
The packet_mmap TX was not
working properly if only stream
traffic is used.
2022-05-25 18:32:42 +02:00
778ac1a3c4 add support for serializing small-metrics IS_REACH TLV 2 2022-05-25 18:32:42 +02:00
38c37c1671 fix isis external L2 updates 2022-05-25 18:32:42 +02:00
2034b30c3e add config file for testing small-metrics TLVs 2022-05-25 18:32:42 +02:00
8551832d89 add support for serializing small-metrics IPv4 REACH TLVs 128 and 130 2022-05-25 18:32:42 +02:00
64942eb66c fix memory leaks 2022-05-25 18:32:42 +02:00
d54b1a09e8 fix BBL context delete order 2022-05-25 18:32:42 +02:00
5451727c1d fix PPPoE LCP/NCP states in terminating phase 2022-05-25 18:32:42 +02:00
78f269b40e fix PPPoE sessions hanging in terminate state 2022-05-25 18:32:42 +02:00
4d898499f5 fix BGP identifier 2022-05-09 07:46:20 +00:00
de67ec8003 fix #85 remove empty DHCPv6 class option 2022-05-05 15:57:47 +00:00
d2f1c2ace3 fix #84 session counter 2022-05-05 15:57:11 +00:00
007c0bfb8b fix lwIP TCP error handling 2022-05-05 15:55:32 +00:00
8a005e8e30 fix lwIP TCP issues 2022-05-05 12:01:03 +00:00
71c471377e fix session-traffic autostart 2022-05-02 10:33:13 +02:00
8ddadd978a fix stack error 2022-04-27 16:45:12 +02:00
1694039423 Merge branch 'dev' of github.com:rtbrick/bngblaster into dev 2022-04-26 17:05:54 +02:00
0377e0e075 Merge pull request #81 from rtbrick/session-start
add session-start command
2022-04-26 17:02:58 +02:00
164f7c68c6 reset flow count on session reconnect 2022-04-26 17:02:03 +02:00
7f6ca1bd9a clip lsp-lifetime to minimal 120s 2022-04-21 15:59:29 +00:00
4390734480 fix valgrind socket leak and invalid write errors 2022-04-21 17:21:55 +02:00
f114fffd42 revert to statistics reset once the connection opens. Do not reset the queued counter 2022-04-21 17:21:55 +02:00
506cd55427 Add robustness fixes for high-frequency LSP refreshes 2022-04-21 17:21:55 +02:00
08c5509776 add support for dynamic LSP refreshes over Ctrl socket 2022-04-21 17:21:55 +02:00
b99490e295 enhance session-start command #78 2022-04-21 16:58:28 +02:00
d17363c74d add session-start command #78 2022-04-21 15:01:18 +02:00
41e6a42bb1 fix compiler warning #80 2022-04-21 14:40:51 +02:00
4ae964b7b8 not responding to PADO #73 2022-04-19 10:50:38 +02:00
f803267cf7 Merge pull request #76 from rtbrick/igmp-zapping
zapping enhancements
2022-04-19 09:10:09 +02:00