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

421 Commits

Author SHA1 Message Date
0d5c7ff485 document command aliases 2021-07-05 15:42:46 +02:00
b6c4226d53 make sessions-pending return key the same as the command name 2021-07-05 15:37:10 +02:00
55a1e69ef8 make session-info return key the same as the command name 2021-07-05 15:36:22 +02:00
9df9186e73 Docu Update 2021-06-23 15:13:58 +02:00
d637cb9d86 bngblaster-cli
Rename `cli.py` to `bnglaster-cli` and install
via CMake to `sbin` directory.
2021-06-23 14:38:16 +02:00
b6c000761d UI Enhancements 2021-06-23 13:45:15 +02:00
bb72634ded Do not send IPv6 RS for L2TP sessions to BBL
For L2TP sessions to BNG Blaster LNS
do not send IPv6 RS.
2021-06-23 13:44:45 +02:00
be394a5951 switch/case fall trough 2021-06-23 13:43:04 +02:00
7af90ddcaf Update Docu 2021-06-23 13:42:31 +02:00
b7ac1c98df hash table enhancements 2021-06-18 15:13:52 +02:00
d1790f468d Fix Release Build Job 0.5.3 2021-06-18 10:10:19 +02:00
415abe7344 Merge pull request #32 from rtbrick/dev
Dev to Master
2021-06-18 09:51:44 +02:00
fc80a40a50 Fix config docu markdown 2021-06-17 14:24:22 +02:00
8ceb45a07f Add Access-Line Profiles
Add new access-line-profiles and support
for all those atributes in the PPPoE BBF
vendor specific tag.
2021-06-17 14:19:50 +02:00
b0eef43f1c Docu Update 2021-06-17 10:03:13 +02:00
6e74f2e033 Update Utils Docs 2021-06-17 09:34:15 +02:00
8ac1723947 Add Unit Tests for Utils 2021-06-17 09:26:44 +02:00
cd06fc1ff5 Update Interactive Session View 2021-06-17 08:55:46 +02:00
7d204757b4 Add custom string iterators to config parser 2021-06-16 23:04:24 +02:00
656e5a75db Add basic EOAM CFM CC Support (experimental) 2021-06-16 15:26:32 +02:00
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