50208621a9
restructure control commands
2022-11-02 17:52:51 +01:00
15129972c3
LAG fixes, enhancements, commands...
2022-11-02 17:52:51 +01:00
71f87fbeeb
Add LACP (initial working draft)
2022-11-02 17:52:51 +01:00
1271bf86ac
LAG/LACP first draft (WIP)
...
+ initial LAG/LACP draft
+ fix protocol structures
2022-11-02 17:52:51 +01:00
4c8221dfba
threaded ctl socket
2022-11-02 17:52:51 +01:00
b3c0498847
init DPDK only if needed
2022-11-02 17:52:51 +01:00
12917ae025
fix packet_mmap
2022-11-02 17:52:51 +01:00
425f384efd
IO fixes/enhancements
2022-11-02 17:52:51 +01:00
4d8de4fd34
fixes, config, stats and performance
2022-11-02 17:52:51 +01:00
d2eede5b08
multicast fixes
2022-11-02 17:52:51 +01:00
a8c9fb7332
stream optimization
2022-11-02 17:52:51 +01:00
6e7c7098a5
fix streams and session-traffic
2022-11-02 17:52:51 +01:00
435b1f185e
smear all threaded jobs before start
2022-11-02 17:52:51 +01:00
0fe36e8f9f
DPDK Init (WIP)
2022-11-02 17:52:51 +01:00
8e0e00baa9
Version 0.8 (WIP)
2022-11-02 17:52:51 +01:00
d0e339ed16
Version 0.8 Initial Draft (WIP)
2022-11-02 17:52:51 +01:00
65469aad26
fix A10NSP stream addresses
2022-10-04 07:50:22 +00:00
e2cc82eb27
fix DHCPv6 teardown state
2022-09-02 12:51:17 +00:00
15c5e0f187
Fix L2TP Hidden AVP
2022-08-31 23:08:56 +00:00
11c66fe23c
#107 add debug logs for L2TP AVP decrypt
2022-08-31 18:45:47 +00:00
b3619af55d
fix ICMPv6 order issues
2022-08-31 13:18:20 +00:00
c75ae04cf4
fix IPCP/IP6CP auth reset
2022-08-31 13:01:29 +00:00
598bb5daa7
IGMP enhancements
...
+ add igmp robustness-interval config
+ add igmp violations for 125ms, 250ms, ...
+ ...
2022-07-28 21:18:44 +00:00
7da4aec94a
Revert "increase max interfaces to 1024"
...
This reverts commit bebb49140994500183bb6a5921194f3eb002f111.
2022-07-28 12:21:49 +00:00
bebb491409
increase max interfaces to 1024
2022-07-28 11:44:02 +00:00
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
843b7bca59
Fix: remove lock files in error cases ( #101 )
...
fix remove lock files in error cases
The lock files were only removed when bngblaster was exited successfully.
This commit will remove the lock files in all exit cases.
2022-07-15 17:21:15 +02:00
5d257dc0c2
ISIS logging and P2P state #97
2022-07-06 13:27:17 +02:00
92fe68529c
fix ISIS holding timer #97
2022-07-06 13:27:17 +02:00
460df335cf
fix ICMPv6-NA / ARP MAC address
2022-07-06 10:30:05 +02:00
3a5c17a4b9
remove trailing spaces
2022-06-28 16:41:50 +00:00
a8770251db
fix interfaces command
2022-06-28 16:33:01 +00:00
e8d744018f
fix typo
2022-06-28 16:08:25 +00:00
092d91b2aa
extend commands #89
...
+ extend session-counters
+ extend interfaces
2022-06-28 14:24:27 +00:00
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