Commit Graph

594 Commits

Author SHA1 Message Date
Christian Giese e64d507462 stream-update command (tcp-flags) 2024-02-28 16:52:56 +00:00
Christian Giese e3f983fcfe add unit test for fletcher checksum 2024-02-28 16:51:05 +00:00
Christian Giese 2b0d83bb4d handle packet_mmap RX IO full 2024-02-28 16:09:00 +00:00
Christian Giese 7722ffe59c fix protocol decode memory reset 2024-02-28 16:08:31 +00:00
Christian Giese dc2130342c change min value for lacp-max-active-links from 0 to 1 2024-02-28 16:07:35 +00:00
Christian Giese ea8243f000 fix ICMPv4/6 TX stats 2024-02-28 16:06:46 +00:00
Christian Giese 04672dfc61 reset old HTTP respone on client start 2024-02-27 20:05:24 +00:00
Christian ca851e071a update copyright to 2024 2024-02-23 21:12:51 +01:00
Christian Giese cccd4fafde fix LAG traffic 2024-02-23 19:41:13 +00:00
Christian Giese 48ffe4a4f8 add stream-count/pps to lag-info command 2024-02-23 19:40:03 +00:00
Christian Giese f03c6e7505 add lag-member-interface to stream-info 2024-02-23 17:37:02 +00:00
Christian Giese 2ae204d0cd fix stream-info active status 2024-02-23 17:36:31 +00:00
Christian Giese d7ec0c064d display members active in lag-info command 2024-02-23 17:35:25 +00:00
Christian Giese a353086e97 fix high cpu in ctrl socket thread 2024-02-23 17:34:52 +00:00
Christian Giese 8335cd1fad add config traffic->multicast-autostart 2024-02-22 12:08:40 +00:00
Christian Giese 2f69df630c fix stream-reset command 2024-02-22 09:38:44 +00:00
Christian Giese 78871e3394 fix stream handling 2024-02-20 19:55:29 +00:00
Christian Giese 9ca119beac fix config 2024-02-20 19:55:10 +00:00
Christian Giese 71ecf97414 fix default ctrl schema 2024-02-20 16:51:59 +00:00
Christian Giese 30a0ebfeb9 fix OSPF loading 2024-02-20 15:40:44 +00:00
Christian Giese 8f652fbecf ospf database command 2024-02-20 15:40:44 +00:00
Christian Giese ef7cc2fff1 stream autostart/stop 2024-02-20 12:29:32 +00:00
Christian Giese bac2598d58 fix ipv4_mask_to_len 2024-02-14 13:40:18 +00:00
Christian Giese 4544ff5010 fix secondary IP addresses 2024-02-14 08:24:52 +00:00
Christian Giese d6f369d073 add option stream->rx-interface 2024-02-14 08:22:36 +00:00
Christian Giese c455662e1b fix traffic->autostart option 2024-02-14 08:19:03 +00:00
Christian Giese 94cf8d38f6 fix timer command argument 2024-02-14 08:15:58 +00:00
Christian Giese 5c602e1d9e fix TX packets in interactive UI 2024-02-14 08:15:39 +00:00
Christian Giese fab2020057 set U-Bit for OSPFv3 LSA type 12 2024-02-14 08:13:54 +00:00
Christian Giese 99349de0de add support for L2TP client-auth-id 2024-02-13 12:15:25 +00:00
Christian Giese a30bfe1971 fix codeql warning (#226) 2024-02-09 16:20:27 +00:00
Christian Giese dbd62b2eae add stream TTL option 2024-02-09 13:23:45 +00:00
Christian Giese e2698cc615 ospf hanging in DBD 2024-02-09 12:38:10 +00:00
Christian Giese 9077bf55dc traffic control commands 2024-02-09 10:03:28 +01:00
Christian Giese 7effb1fcb9 fix packet_mmap tx stats 2024-02-09 10:03:28 +01:00
Christian Giese aa6be1664c add support to start/stop stream by name 2024-02-09 10:03:28 +01:00
Christian Giese adce6923b9 fix stream rate calculation if stopped 2024-02-09 10:03:28 +01:00
Christian Giese 40296d5dbf add config to enabled udp-checksum for streams 2024-02-09 10:03:28 +01:00
Christian Giese 351d8bad6d Flow Scaling (10M Flows) 2024-02-09 10:03:28 +01:00
Christian Giese bec004ffdd fix LSA checksum 2024-02-06 14:35:39 +00:00
Hannes Gredler 9c6cc593c3 add unrolled version of fletcher checksum calculation 2024-02-06 14:04:33 +00:00
Christian Giese f7321792ab fletcher checksum
Use same fletcher checksum
function for bngblaster and lspgen.
2024-02-06 14:04:22 +00:00
Hannes Gredler 11707c0de9 fix a bug in the fletcher checksum calculation, add fletcher checksum verification behind debug flag 2024-02-06 11:56:58 +00:00
Christian Giese 7f816d6611 log LSA HDR on load external error 2024-02-06 11:56:47 +00:00
Hannes Gredler 4f6ee7fa55 bump the total amount of LSA quantum that OSPF can originate to 1.6MB per node 2024-02-04 18:53:56 +00:00
Hannes Gredler 0f044e2289 use 63/64 bit arithmethic, such that Fletcher checksum calculation does not overflow beyond 5803 bytes. 2024-01-19 12:18:32 +00:00
Hannes Gredler b1bdce931e do not fill the socket buffer too tight, large (ospf) packets may not fit. 2024-01-18 14:39:40 +00:00
Christian Giese d17ecabb23 add stream-delay-calculation config 2024-01-15 21:21:35 +00:00
Christian Giese 964739e1c4 fix BGP holdtime 3 2024-01-15 09:34:48 +00:00
Hannes Gredler aac8fa7d2e lspgen config reader: read ospf2 and ospf3 configs 2024-01-11 18:56:06 +00:00