296 Commits

Author SHA1 Message Date
Christian Giese d2903b9527 ldpupdate IPv6 support 2023-04-21 14:50:30 +00:00
Christian Giese a900a7507c LDP IPv6 support 2023-04-21 14:50:20 +00:00
Christian Giese 4e0550441c add support for IPv6 TCP and LDP (initial draft) 2023-04-20 12:31:47 +00:00
JeevanSamrudh b585e36fd8 replaced sub with section for many commands 2023-04-17 09:20:26 +02:00
JeevanSamrudh a5e17108e9 replaced sub with section for dhcp 2023-04-17 09:20:26 +02:00
JeevanSamrudh 083c0d11c0 fixed a few bugs 2023-04-17 09:20:26 +02:00
JeevanSamrudh a5fe43693d added 2 new parameters in access-line-profiles 2023-04-17 09:20:26 +02:00
JeevanSamrudh 827f200499 added max-up & max-down 2023-04-17 09:20:26 +02:00
JeevanSamrudh 03d6b575a9 Rfed and added inetrfaces->links 2023-04-17 09:20:26 +02:00
JeevanSamrudh 076d606883 Rfed but should still test and check for bugs 2023-04-17 09:20:26 +02:00
JeevanSamrudh 37cc19fecd RFed till a10nsp line 3122 2023-04-17 09:20:26 +02:00
JeevanSamrudh a9c2d10cb5 extend config schema validation #162 2023-04-14 14:36:24 +00:00
Christian Giese c937da10a1 typo 2023-04-05 19:52:20 +00:00
Christian Giese b9251ece03 A10NSP DHCPv6 and LDRA
This commit adds support for DHCPv6 on
A10NSP interfaces (#87). It also adds
general support for DHCPv6 LDRA (#96 and #157).
2023-04-04 11:07:47 +02:00
Christian Giese 96e7218bc8 initial draft of config schema validation 2023-03-30 19:24:40 +00:00
Christian Giese 8c84905cfa fix lacp-max-active-links config 2023-03-28 13:14:05 +00:00
Christian Giese 95df020eeb add code/common/src/config.h to gitignore 2023-03-28 11:48:16 +00:00
Christian Giese 4a3445465c fix minor crash 2023-03-14 21:34:04 +00:00
Istvan Ruzman f39472fa61 fix: use correct target/target_ip in ARP-Replies
The previous commit "fix ARP request handler"
(4f87c71a61) improved arp by answering to
all ARPs directed to bngblaster, but did not correctly update the
ARP-Reply to match the ARP-Request.
2023-03-08 22:04:19 +01:00
Christian Giese df7a814c44 fix QMX LI decode 2023-03-08 08:25:13 +00:00
Christian Giese bd64b66812 fix ISIS offset 2023-03-03 15:00:10 +00:00
Christian Giese 58d46a76e5 fix isis_lsp_gc_job 2023-03-03 14:30:03 +00:00
Christian Giese 49134796d0 fix A10NSP mock IP 2023-02-27 21:17:44 +00:00
Christian Giese 0b0a4c6663 remove unused attribute 2023-02-27 21:07:19 +00:00
Christian Giese b5e2bb8264 chang conflict IP log message 2023-02-27 20:58:34 +00:00
Christian Giese 4cdc7b6475 add ICMPv6 RA support for network interfaces 2023-02-24 22:10:20 +00:00
Christian Giese 1bfbda0838 raise warning if interface has IP address 2023-02-24 20:57:53 +00:00
Christian Giese 1d3b7ccb54 always reconnect via timer 2023-02-22 22:24:55 +00:00
Christian Giese 821df88fe7 fix stream-reset segmentation fault (#153) 2023-02-22 22:24:19 +00:00
Christian Giese 287e93f42f increment A10NSP mocked IPv4 address 2023-02-22 22:23:04 +00:00
Christian Giese fa3d8c3958 DPDK log max queues 2023-02-22 21:26:32 +00:00
Christian Giese eb3bf588db DPDK enhancements 2023-02-22 21:19:00 +00:00
Christian Giese 5d203a06ab lspgen code format 2023-02-22 10:56:02 +00:00
Christian Giese e778880472 fix output if no-sr option is enabled 2023-02-19 21:54:17 +00:00
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