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

199 Commits

Author SHA1 Message Date
765e7976cd fix #140 DHCPv6 IA_NA/IA_PD reject handling
+ ensure that requested IA is included in response
+ correct handling and logging of IA status codes
+ add new config option to disable IA_NA
+ add new config option to disable IA_PD
2023-01-19 13:54:23 +00:00
8e0f9df4e4 fix access BUM traffic handling 2023-01-19 11:51:58 +00:00
10ef1f9679 update copyright to 2023 2023-01-13 16:01:38 +00:00
90b6534a5b add support for IPoE monkey testing 2023-01-11 22:28:42 +00:00
c80e5011bd IPoE reconnect support
Add support to reconnect IPoE sessions via control socket commands.
2023-01-11 22:10:09 +00:00
bc7a2cb332 fix LDP crtl command and docs 2023-01-05 22:13:01 +00:00
96e9fc6287 fix stream config merge
Streams from main config (-C) and
dedicated stream config (-T) are not
properly merged.
2023-01-03 12:28:06 +00:00
056f29ccc6 fix LDP notification E-bit 2023-01-03 13:12:52 +01:00
ab320f58b8 support IPv6 stream LDP lookup via IPv4 address 2023-01-03 13:12:52 +01:00
458349ea72 LDP minor enhancements 2023-01-03 13:12:52 +01:00
cc38610fa6 LDP fix MPLS TTL and EXP 2023-01-03 13:12:52 +01:00
6b90bff389 LDP stream traffic support 2023-01-03 13:12:52 +01:00
e0ecf1c8ed LDP database 2023-01-03 13:12:52 +01:00
1957704b6d LDP fix hello PDU 2023-01-03 13:12:52 +01:00
05ce7c7284 LDP self update 2023-01-03 13:12:52 +01:00
99a41745e1 LDP raw update fix 2023-01-03 13:12:52 +01:00
86fdbe5f13 LDP commands 2023-01-03 13:12:52 +01:00
29fb098c97 LDP session setup working 2023-01-03 13:12:52 +01:00
bf29000c58 LDP fixes 2023-01-03 13:12:52 +01:00
dcd63af6a1 LDP initial session setup 2023-01-03 13:12:52 +01:00
6f5979ee2e LDP initial structure 2023-01-03 13:12:52 +01:00
89a8ef44a0 Improve IPv6 Gateway resolution
The previous implementation just checked wether the Neighbor
Advertisment is from the gateway. This does not work in all cases.

To correctly resolve the the IPv6 Gateway this implementation checks
received Advertisments if they include the expected Gateway and uses
the MAC Address from the Link-Layer Destination Option (if included).
2022-12-02 11:35:44 +01:00
bfbf0c345b fix: build error with dpdk due to redefines
bngblaster used the same defines as some dpdk headers. This caused
a redifine warning, which got promoted to an error (cause of the -Werror
flag).

Solution: change the defines to have a BBL_ prefix
2022-11-30 10:43:26 +01:00
72f8371120 add interface enable/disable command 2022-11-24 11:48:26 +00:00
d0a9c0493d capitalize interface types in commands 2022-11-22 14:56:08 +00:00
ebeacb60a5 extend stream commands
+ add traffic stats to stream-summary
+ add byte counters to stream-info
2022-11-22 14:27:44 +00:00
36ea7928f4 add packet stats to interfaces command 2022-11-22 14:26:36 +00:00
b735905468 minor control socket enhancements 2022-11-22 14:26:02 +00:00
cb493ebd4b add packet stats to LAG info 2022-11-18 16:49:11 +00:00
f3327bc008 fix LAG streams 2022-11-18 16:35:16 +00:00
1569bd81de fix initial LACP flags state 2022-11-18 16:34:45 +00:00
11af92b296 fix typo (simeout>timeout) 2022-11-18 16:28:36 +00:00
2483dc5e28 Merge branch 'dev' of github.com:rtbrick/bngblaster into dev 2022-11-17 21:49:17 +00:00
573b969208 #126 add outer-vlan/inner-vlan str var 2022-11-17 21:32:04 +00:00
53d821499f ISIS self originated LSP fragmentation support 2022-11-17 21:23:21 +00:00
8f5b1d8ed1 minor LAG enhancement 2022-11-17 21:19:18 +00:00
e77a17fc04 add option to disable access-line in DHCPv4/6 2022-11-17 22:18:35 +01:00
52418b99cd fix DHCP client 2022-11-17 22:18:35 +01:00
661723cac1 fix stream loss in interactive mode 2022-11-09 20:25:44 +00:00
231096bc27 fix LACP state machine 2022-11-09 20:08:57 +00:00
c7b42c2e6d fix controller "not able to send command" 2022-11-08 21:41:49 +00:00
b5919afa7a fix controller "not able to send command" 2022-11-07 11:10:44 +00:00
9e8b082d7e fix LAG member states 2022-11-07 11:02:20 +00:00
39fd6b4bc2 add config l2tp-server->lcp-padding
This config options allows to add a
fixed padding to all LCP packets send
from emulated LNS.
2022-11-04 16:15:01 +00:00
3f204e3805 fix streams after session reconnect 2022-11-03 18:27:02 +01:00
01d9645189 log DPDK MAC address (#119) 2022-11-03 18:27:02 +01:00
97a55d13a9 fix traffic endpoint state 2022-11-03 18:27:02 +01:00
2b7e25e498 fix access/a10nsp mac address 2022-11-03 18:27:02 +01:00
0c06349060 fix receive delays stats
+ fix IO receive timestamps
+ change nsec to usec
+ ...
2022-11-02 17:52:51 +01:00
9f6777e9c5 fix stats formatting 2022-11-02 17:52:51 +01:00