586 Commits
Author SHA1 Message Date
Christian Giese c12309c7fa Merge branch 'bbl0-8' of github.com:rtbrick/bngblaster into bbl0-8 2022-08-31 20:36:45 +00:00
Christian Giese 399fc7ea30 BNG Blaster 0.8 WIP - 17 2022-08-31 20:36:19 +00:00
Christian Giese c04334d6a3 add debug logs for L2TP AVP decrypt 2022-08-31 18:47:56 +00:00
Christian Giese 1ad593b576 fix ICMPv6 order issues 2022-08-31 13:21:59 +00:00
Christian Giese 4f600b6437 fix IPCP/IP6CP auth reset 2022-08-31 13:11:53 +00:00
Christian Giese 11bbde4b59 BNG Blaster 0.8 WIP - 19 2022-08-30 23:13:15 +02:00
Christian Giese bd6ff8ce8f BNG Blaster 0.8 WIP - 18 2022-08-30 22:50:52 +02:00
Christian Giese 66688feb88 BNG Blaster 0.8 WIP - 17 2022-08-30 22:25:00 +02:00
Christian Giese a0fc39069c BNG Blaster 0.8 WIP - 16 2022-08-30 19:07:12 +00:00
Christian Giese 17bee12297 BNG Blaster 0.8 WIP - 15 2022-08-30 16:10:13 +00:00
Christian Giese bec0b47059 BNG Blaster 0.8 WIP - 14 2022-08-30 15:26:27 +00:00
Christian Giese 9cc42517ab BNG Blaster 0.8 WIP - 13 2022-08-30 15:13:19 +00:00
Christian Giese 24aeb55c24 BNG Blaster 0.8 WIP - 12 2022-08-30 14:56:58 +00:00
Christian Giese cba0733b42 BNG Blaster 0.8 WIP - 11 2022-08-30 14:26:11 +00:00
Christian Giese 6734d8bc42 BNG Blaster 0.8 WIP - 10 2022-08-30 13:58:29 +00:00
Christian Giese a2922c5aae BNG Blaster 0.8 WIP - 9 2022-08-30 13:30:40 +00:00
Christian Giese 9e6f73a17d BNG Blaster 0.8 WIP - 8 2022-08-29 21:32:04 +00:00
Christian Giese 20ff52e0bb BNG Blaster 0.8 WIP - 7 2022-08-29 21:23:04 +00:00
Christian Giese a204f826d9 BNG Blaster 0.8 WIP - 6 2022-08-29 17:11:05 +00:00
Christian Giese c34b820060 BNG Blaster 0.8 WIP - 5 2022-08-27 20:15:58 +00:00
Christian Giese 3091b4df8c BNG Blaster 0.8 WIP - 4 2022-08-26 22:46:40 +00:00
Christian Giese 10b89ca429 BNG Blaster 0.8 WIP - 3 2022-08-26 21:47:00 +00:00
Christian Giese a6fc065d21 BNG Blaster 0.8 WIP - 2 2022-08-24 21:54:09 +00:00
Christian Giese d9317807dc BNG Blaster 0.8 WIP 2022-08-23 09:12:25 +00:00
Christian Giese 3dc66c40a3 update github pages 2022-08-02 08:08:14 +00:00
Christian Giese 598bb5daa7 IGMP enhancements
+ add igmp robustness-interval config
+ add igmp violations for 125ms, 250ms, ...
+ ...
2022-07-28 21:18:44 +00:00
Christian Giese 7da4aec94a Revert "increase max interfaces to 1024"
This reverts commit bebb491409.
2022-07-28 12:21:49 +00:00
Christian Giese bebb491409 increase max interfaces to 1024 2022-07-28 11:44:02 +00:00
Istvan RuzmanandGitHub 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
Istvan RuzmanandGitHub 1560708224 (partial) fix: versioning in flake.nix (#104)
Previously the version number was hard coded, with this patch the git
rev is used as the version number. Currently there is no way to get the
git tag for the version number in flakes, so it is not yet possible to
do proper "release" packages with nix flakes.
2022-07-18 19:03:07 +02:00
Istvan RuzmanandGitHub 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
Christian Giese 608aa4c1b5 update install guide 2022-07-14 13:55:00 +02:00
Christian Giese b2cf8d0251 update github pages 2022-07-08 06:52:39 +00:00
Christian GieseandChristian Giese 5d257dc0c2 ISIS logging and P2P state #97 2022-07-06 13:27:17 +02:00
Christian GieseandChristian Giese 92fe68529c fix ISIS holding timer #97 2022-07-06 13:27:17 +02:00
Christian Giese f2619a3356 update controller docu 2022-07-06 09:48:00 +00:00
Christian GieseandChristian Giese 460df335cf fix ICMPv6-NA / ARP MAC address 2022-07-06 10:30:05 +02:00
Christian Giese c2e8ee1ab4 update github pages 2022-06-30 08:38:05 +00:00
Christian Giese a5b04a6a91 update controller docs 2022-06-30 08:37:16 +00:00
Christian Giese 3a5c17a4b9 remove trailing spaces 2022-06-28 16:41:50 +00:00
Christian Giese 0bd55156d3 update github pages 2022-06-28 16:36:16 +00:00
Christian Giese 4679867c45 fix controller docu 2022-06-28 16:34:35 +00:00
Christian Giese a8770251db fix interfaces command 2022-06-28 16:33:01 +00:00
Christian Giese 7bf7f88a55 update controller docu 2022-06-28 16:32:49 +00:00
Christian Giese e8d744018f fix typo 2022-06-28 16:08:25 +00:00
Christian Giese 29b24d6977 updae controller documentation 2022-06-28 16:08:17 +00:00
Christian Giese 092d91b2aa extend commands #89
+ extend session-counters
+ extend interfaces
2022-06-28 14:24:27 +00:00
Christian Giese 37297d323b fix DHCPv6 encode 2022-06-21 07:47:44 +00:00
Christian Giese 29f984ecd3 fix #93 ICMPv6 NS/NA address 2022-06-20 12:01:04 +00:00
Christian Giese c0f52186bf fix DHCPv6 decode 2022-06-20 09:27:51 +00:00