262 Commits

Author SHA1 Message Date
Christian Giese 46cfc91013 Revert "use random source port for streams"
This reverts commit dd3637f6b8.
2023-02-19 21:26:44 +00:00
Christian Giese fb26269a3e fix session VLAN iterator 2023-02-19 21:17:49 +00:00
Christian Giese dd3637f6b8 use random source port for streams
If not explicitly set in the configuration, the UDP source
port of all unicast streams will be changed to pseudo random
between 10000 - 19999 for better hash distribution over
the NIC hardware queues (RSS).
2023-02-16 17:12:49 +00:00
Christian Giese 3444a82e59 set DHCP enabled default to true 2023-02-16 16:59:21 +00:00
Christian Giese bf4e265b7d reject invalid io-slot config 2023-02-16 16:58:00 +00:00
Christian Giese 23850f0fdd fix multithreaded RX 2023-02-16 13:28:36 +00:00
Christian Giese d3b2b4b619 add max-payload to PADI/PADR 2023-02-15 16:53:04 +00:00
Christian Giese fde69e9e83 PPPoE max-payload (#155) 2023-02-15 16:32:38 +00:00
Christian Giese feba874b62 fix session state handing 2023-02-15 16:08:53 +00:00
Christian Giese 138c3651f9 handle PPP LCP protocol reject 2023-02-15 16:06:09 +00:00
Christian Giese 095cc6932c fix session-traffic-reset flows-verified 2023-02-14 16:52:21 +00:00
Christian Giese d44eda8dca add session-traffic-reset command 2023-02-14 10:21:25 +00:00
Christian Giese 20e58fb98b fix loop if gateway resolve wait is false 2023-02-14 10:10:53 +00:00
Christian Giese 98f3d2699a fix hanging teardown 2023-02-13 14:40:20 +00:00
Christian Giese 44e49fc443 fix stream len errors 2023-02-13 14:39:27 +00:00
Christian Giese 4f87c71a61 fix ARP request handler 2023-02-13 14:33:59 +00:00
Christian Giese 9f7187d75c fix ISIS hello
Add IPv4/6 interface address only
if protocol IPv4/6 is enabled.
2023-02-10 16:38:52 +00:00
Christian Giese 9a33737f4e DHCP RFC conformance (#149) 2023-02-07 21:31:10 +00:00
Christian Giese efaa10f220 support stream rate in Kbps, Mbps and Gbps 2023-02-07 20:49:13 +00:00
Christian Giese 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
Christian Giese a55b962e28 fix session-traffic MPLS TTL 2023-02-07 08:22:59 +00:00
Christian Giese 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
Christian Giese 7ee582c9c8 do not exit if all sessions are terminated 2023-02-06 20:53:56 +00:00
Christian Giese a0e6a8b1fb fix DHCP renew destination address (#149) 2023-02-06 13:39:36 +00:00
Christian Giese 4c445b6198 add new option to modify access VLAN iterator 2023-01-27 15:03:37 +00:00
Christian Giese 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
Christian Giese 8e0f9df4e4 fix access BUM traffic handling 2023-01-19 11:51:58 +00:00
Christian Giese b03f923398 fix #143 bgpupdate bidirectional streams 2023-01-17 10:12:59 +00:00
Christian Giese 7ff1d41dfd remove legacy thread-group config 2023-01-17 10:05:53 +00:00
Christian Giese 10ef1f9679 update copyright to 2023 2023-01-13 16:01:38 +00:00
Christian Giese 4fd51e2bd2 fix #138 lspgen option to disable SR
Remove prefix-sid if no-sr is set!
2023-01-13 15:48:53 +00:00
Christian Giese 90b6534a5b add support for IPoE monkey testing 2023-01-11 22:28:42 +00:00
Christian Giese c80e5011bd IPoE reconnect support
Add support to reconnect IPoE sessions via control socket commands.
2023-01-11 22:10:09 +00:00
Christian Giese bc7a2cb332 fix LDP crtl command and docs 2023-01-05 22:13:01 +00:00
Christian Giese 9702925824 fix/extend ldpupdate 2023-01-05 21:28:22 +00:00
Christian Giese 451114770f fix #138 lspgen option to disable SR 2023-01-05 09:12:11 +00:00
Christian Giese 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
Christian Giese 056f29ccc6 fix LDP notification E-bit 2023-01-03 13:12:52 +01:00
Christian Giese ab320f58b8 support IPv6 stream LDP lookup via IPv4 address 2023-01-03 13:12:52 +01:00
Christian Giese 458349ea72 LDP minor enhancements 2023-01-03 13:12:52 +01:00
Christian Giese 16c58bb64a LDP docu update 2023-01-03 13:12:52 +01:00
Christian Giese 4254e94ccf add ldpupdate script 2023-01-03 13:12:52 +01:00
Christian Giese cc38610fa6 LDP fix MPLS TTL and EXP 2023-01-03 13:12:52 +01:00
Christian Giese 6b90bff389 LDP stream traffic support 2023-01-03 13:12:52 +01:00
Christian Giese e0ecf1c8ed LDP database 2023-01-03 13:12:52 +01:00
Christian Giese 1957704b6d LDP fix hello PDU 2023-01-03 13:12:52 +01:00
Christian Giese 05ce7c7284 LDP self update 2023-01-03 13:12:52 +01:00
Christian Giese 99a41745e1 LDP raw update fix 2023-01-03 13:12:52 +01:00
Christian Giese 86fdbe5f13 LDP commands 2023-01-03 13:12:52 +01:00
Christian Giese 29fb098c97 LDP session setup working 2023-01-03 13:12:52 +01:00