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

446 Commits

Author SHA1 Message Date
bfadb72ed1 fix ipv4 config handling 2021-08-04 15:08:41 +02:00
353d3ce8d0 change install dir for local builds
Install local builds to /usr/sbin
instead of /usr/local/sbin.
2021-08-04 14:59:47 +02:00
9dc24176b5 add network interface to interfaces command 2021-08-04 14:58:26 +02:00
c27dcfb018 fix string format crash
Fix functions format_mac_address
and replace_substring.
2021-08-02 17:58:16 +02:00
842ad6926b Docu Update 2021-07-27 16:02:35 +02:00
d920e49923 Docu Update 2021-07-27 16:02:06 +02:00
9f99024cd5 Merge pull request #37 from rtbrick/dev
Dev
0.5.4
2021-07-27 15:56:02 +02:00
20bea071f9 Docu Update 2021-07-27 14:52:47 +02:00
7f4144fb06 L2TP Result/Disconnect Codes
Add new L2TP tunnel and session terminate commands
to allows testting of result (RFC2661) and disconnect
(RFC3145) codes.
2021-07-27 14:02:55 +02:00
1f69eb7ef0 Minor L2TP Fix 2021-07-21 17:02:03 +02:00
6a9b58d473 Minor performance optimisation. 2021-07-21 16:41:13 +02:00
cdbf9568e1 Docu Update 2021-07-21 15:40:03 +02:00
660dbb89eb Fixed #33 IPoE IPv6 only not established 2021-07-21 15:39:43 +02:00
d3604f37cb Merge pull request #35 from Istvan91/remove_getuid
Remove mandatory root requirement + some smaller fixes
2021-07-21 14:48:57 +02:00
a861484f56 Merge pull request #34 from Istvan91/fix_control_socket_commands
Fix control socket commands
2021-07-21 14:46:04 +02:00
f3e6813209 document how to run bngblaster as non-root with capabilities 2021-07-12 10:53:07 +02:00
8de180132c Improve markdown compliance and add cli tags to codeblocks 2021-07-12 10:43:25 +02:00
4ae2ab301b nix: support disabling tests 2021-07-12 10:24:09 +02:00
018d089c03 use a race free way to set promiscuous mode for interfaces 2021-07-09 14:43:24 +02:00
9dc88dac31 cmake: use string append instead of set construct 2021-07-09 14:20:06 +02:00
03e35c3a2a fix: ifreq struct must be passed as pointer to ioctl 2021-07-09 14:18:03 +02:00
2be10d5114 convert tabs to spaces and remove trailing spaces 2021-07-05 17:50:03 +02:00
961d908173 explicit error message for permission denied when opening sockets 2021-07-05 17:49:03 +02:00
c64ba87ef4 replace tabs with spaces 2021-07-05 17:29:24 +02:00
cecc96109e remove getuid == 0 check
While the software needs "root, permissions getuid is not a good way to
check for the necessary permissions:
1. uid might be different from the effective uid - which is actually
   used for permissions
2. The binary might have all necessary capabilities set (via setcap) in
   this case the UID does not matter at all - the necessary permissions
   are set already.
2021-07-05 17:26:10 +02:00
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