b5cd0caedb
update github pages
2023-02-09 20:34:44 +00:00
5ae597d9c6
documentation update
2023-02-09 20:24:56 +00:00
9a33737f4e
DHCP RFC conformance ( #149 )
2023-02-07 21:31:10 +00:00
efaa10f220
support stream rate in Kbps, Mbps and Gbps
2023-02-07 20:49:13 +00:00
9dd77d4c27
update isis config docu
2023-02-07 18:31:26 +00:00
5cc406a6ec
add ISIS extended auth config
...
+ level1/2-auth-hello: true/false
+ level1/2-auth-csnp: true/false
+ level1/2-auth-psnp: true/false
2023-02-07 14:40:08 +01:00
a55b962e28
fix session-traffic MPLS TTL
2023-02-07 08:22:59 +00:00
cf15f78d77
update github pages
2023-02-06 22:10:49 +00:00
0357d36b25
update controller docu
2023-02-06 22:09:43 +00:00
de3fc252c7
add support for session-group-id
...
+ new session grouping
+ new commands to start/stop restart sessions
+ ...
2023-02-06 21:17:05 +00:00
7ee582c9c8
do not exit if all sessions are terminated
2023-02-06 20:53:56 +00:00
a0e6a8b1fb
fix DHCP renew destination address ( #149 )
2023-02-06 13:39:36 +00:00
1ee70642fa
cmake/cpack condition for different OS ( #145 )
2023-02-06 13:02:37 +00:00
4c445b6198
add new option to modify access VLAN iterator
2023-01-27 15:03:37 +00:00
42975adeea
update github pages
0.8.11
2023-01-19 23:16:44 +00:00
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
b03f923398
fix #143 bgpupdate bidirectional streams
2023-01-17 10:12:59 +00:00
7ff1d41dfd
remove legacy thread-group config
2023-01-17 10:05:53 +00:00
b0e4e65877
update LDP docs
2023-01-17 09:52:01 +00:00
f842061090
update github pages
2023-01-13 16:02:11 +00:00
10ef1f9679
update copyright to 2023
2023-01-13 16:01:38 +00:00
3f8fd148cf
fix LDP docu
2023-01-13 15:59:25 +00:00
4fd51e2bd2
fix #138 lspgen option to disable SR
...
Remove prefix-sid if no-sr is set!
2023-01-13 15:48:53 +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
9702925824
fix/extend ldpupdate
2023-01-05 21:28:22 +00:00
451114770f
fix #138 lspgen option to disable SR
2023-01-05 09:12:11 +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
347af5d699
LDP docu update
2023-01-03 13:12:52 +01:00
16c58bb64a
LDP docu update
2023-01-03 13:12:52 +01:00
4254e94ccf
add ldpupdate script
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
4dfcc8d4b6
LDP docu
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