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

851 Commits

Author SHA1 Message Date
32298fded2 Fix DHCPv6 over PPPoE Start Delay 2021-06-14 10:45:55 +02:00
eea94e9474 Fix IPv6 PD sessionn traffic 2021-06-08 15:40:47 +02:00
5ced2af4f2 Add DHCPv4/v6 BBF Access Line Support 2021-06-08 13:39:01 +02:00
14192f0317 Fixed #31 DHCP Renew Broadcast 2021-06-07 17:56:21 +02:00
81dbff9f6b Fixed #30 IA Options with Status Code 2021-06-07 17:46:57 +02:00
83023b31a4 Fix Broadcast/Multicast receive 2021-06-02 22:27:47 +02:00
a859b08f61 Docu Update 2021-06-02 22:13:44 +02:00
41afbaa2a5 Fix PPPoE IPv6-PD session traffic 2021-06-02 21:32:20 +02:00
2f8e6d8ff0 DHCP Teardown Optimisations and Fixes 2021-06-02 18:10:45 +02:00
02c4733c7b DHCP Teardown Optimisations 2021-06-02 18:04:32 +02:00
fd58b89522 IPOE Fixes 2021-06-02 17:47:46 +02:00
10a5b6a008 IPoE DHCPv4/DHCPv6 Enhancements and Fixes 2021-06-02 17:25:59 +02:00
cf6edb7c55 DHCPv4/DHCPv6 logging and statistics fixes 2021-06-01 23:05:55 +02:00
9b46b155e8 IPoE DHCPv6 Support (WIP)
Initial working draft for IPoE with support for
DHCPv4 and DHCPv6.
2021-06-01 22:46:06 +02:00
c59cac4245 Increase stream flow table 2021-05-27 08:05:26 +02:00
7e0f3df1ed CMake Typo 2021-05-27 08:05:08 +02:00
81eca48fbe Merge pull request #29 from Istvan91/build_cleanup
Improve Building and some cleanups
2021-05-27 08:00:51 +02:00
7a2b97b893 fix: include ffile-prefix-map only if supported
ubuntu 18.04 is still shipping gcc 7.9...
2021-05-26 20:49:25 +02:00
527ee5f30f add spdx license headers to all source files 2021-05-26 20:39:41 +02:00
1f8b09d904 create version lock for nix (flake) 2021-05-26 20:33:19 +02:00
02527d5f50 remove trailing whitespace 2021-05-26 20:33:13 +02:00
47ae6104e4 enable tests per default in flake.nix 2021-05-26 19:41:44 +02:00
0e4ba0b946 try to make the build reproducible 2021-05-26 19:39:12 +02:00
eaf0d99d4b add: nix files for building and developing with nix(os) 2021-05-26 11:52:37 +02:00
26c59e3517 use cmake FindCurses to look for the curses libraries
Different distributions use different names for curses (e.g. curses vs
ncurses). Also the previous hard-coded way didn't seem to work well with
compat package from ncurses 6 for ncurses 5 applications.
2021-05-26 08:21:45 +02:00
fa953dbf4d Fixed #28 IPoE ARP
+ fix IPoE ARP interval
+ add IPoE ARP timeout/interval config
2021-05-25 10:22:02 +02:00
0fd0632419 IPoE N:1 BC/MC RX Support 2021-05-11 12:21:00 +02:00
26413575dc Internet Checksums
Set L2TP checksum to zero as packets because
L2TP Nr. field is updated in TX job without
updating the checksum.

Enhance internet checksum funtions for
better perfomance and maintainability.
2021-05-11 12:20:37 +02:00
73ec2ba12b Merge branch 'dev' into main 0.5.2 2021-05-10 15:00:36 +02:00
dbd7c94850 change PPP LCP and NCP request/respone TX order 2021-05-06 14:05:56 +02:00
5fb2508b8c Add PPP LCP start delay option 2021-05-06 13:02:06 +02:00
5d4137bd63 Add outer-vlan/inner-vlan config 2021-04-30 11:21:57 +02:00
3c5eea352f Docu Update 2021-04-30 11:21:40 +02:00
b7eb68787f DHCP Enhancements and Fixes 2021-04-29 17:50:25 +02:00
bd411459d5 DHCP Fixes 2021-04-28 18:13:37 +02:00
20b84329c9 DHCP Initial Working Draft 2021-04-28 17:04:21 +02:00
5c46b8d35a DHCP Implemenation (WIP) 2021-04-27 22:09:52 +02:00
6195293bc9 DHCP Implemenation (WIP) 2021-04-27 16:45:13 +02:00
6026f40d71 DHCP encode/decode 2021-04-27 11:20:03 +02:00
567837590c TX enhancements
This change allows to retry a packet
if RAW socket sendto failed. This
is required to keep accurate stats as
some stats are increased before sendto.
2021-04-27 11:17:22 +02:00
49ada27faa DHCP OPtion 82 and Config (WIP) 2021-04-23 21:01:00 +02:00
3ea8883634 Initial DHCP encode/decode draft 2021-04-23 20:38:36 +02:00
b4521f8fb9 docu update 2021-04-23 11:21:54 +02:00
df453a5ee9 update gitignore 2021-04-23 11:09:33 +02:00
d0600f47c0 config validation and docu update 2021-04-23 11:09:18 +02:00
f3ed96641d Fix L2TP traffic stats 2021-04-23 11:08:52 +02:00
811a0cbc27 Fix threaded raw streams 2021-04-22 16:29:33 +02:00
fb4a3a8bfb Add RAW stream support 2021-04-22 16:22:28 +02:00
18b6a62e75 Add multicast stream support and fix multicast MAC 2021-04-22 14:24:52 +02:00
3cd29a53b2 minor stream optimization 2021-04-22 10:58:00 +02:00