206 Commits
Author SHA1 Message Date
Christian Giese 8ceb45a07f Add Access-Line Profiles
Add new access-line-profiles and support
for all those atributes in the PPPoE BBF
vendor specific tag.
2021-06-17 14:19:50 +02:00
Christian Giese b0eef43f1c Docu Update 2021-06-17 10:03:13 +02:00
Christian Giese 7d204757b4 Add custom string iterators to config parser 2021-06-16 23:04:24 +02:00
Christian Giese 656e5a75db Add basic EOAM CFM CC Support (experimental) 2021-06-16 15:26:32 +02:00
Christian Giese a859b08f61 Docu Update 2021-06-02 22:13:44 +02:00
Christian Giese 2f8e6d8ff0 DHCP Teardown Optimisations and Fixes 2021-06-02 18:10:45 +02:00
Christian Giese 10a5b6a008 IPoE DHCPv4/DHCPv6 Enhancements and Fixes 2021-06-02 17:25:59 +02:00
Christian Giese 9b46b155e8 IPoE DHCPv6 Support (WIP)
Initial working draft for IPoE with support for
DHCPv4 and DHCPv6.
2021-06-01 22:46:06 +02:00
Istvan Ruzman 02527d5f50 remove trailing whitespace 2021-05-26 20:33:13 +02:00
Christian Giese fa953dbf4d Fixed #28 IPoE ARP
+ fix IPoE ARP interval
+ add IPoE ARP timeout/interval config
2021-05-25 10:22:02 +02:00
Christian Giese 5fb2508b8c Add PPP LCP start delay option 2021-05-06 13:02:06 +02:00
Christian Giese 3c5eea352f Docu Update 2021-04-30 11:21:40 +02:00
Christian Giese b7eb68787f DHCP Enhancements and Fixes 2021-04-29 17:50:25 +02:00
Christian Giese b4521f8fb9 docu update 2021-04-23 11:21:54 +02:00
Christian Giese d0600f47c0 config validation and docu update 2021-04-23 11:09:18 +02:00
Christian Giese fb4a3a8bfb Add RAW stream support 2021-04-22 16:22:28 +02:00
Christian Giese 18b6a62e75 Add multicast stream support and fix multicast MAC 2021-04-22 14:24:52 +02:00
Christian Giese c41b303109 docu update 2021-04-14 18:33:52 +02:00
Christian Giese dc0b3d0f6f docu update 2021-04-14 13:24:36 +02:00
Christian Giese bf3c115bcf stream docu update 2021-04-14 11:46:34 +02:00
Christian Giese dbbafb4df4 add stream bps config option 2021-04-14 11:11:06 +02:00
Christian Giese 3fbbf9839a docu update 2021-04-13 16:57:29 +02:00
Christian Giese 8a8bba44a2 rename stream source address to network address
Rename source-ipv4-address to network-ipv4-address
and source-ipv6-address to network-ipv6-address and apply
this option in both directions to allow overwriting network address
in upstream as well.
2021-04-13 16:57:19 +02:00
Christian Giese b776a43b79 Multicast Docu Update 2021-04-12 16:54:52 +02:00
Christian Giese 07d1fd2a99 Threading Docu 2021-04-01 21:33:52 +02:00
Christian Giese 13bcadf871 add config io-stream-max-ppi
This new options allows to control
the traffic stream max packets per interval.
2021-04-01 14:22:12 +02:00
Christian Giese 789306cfb0 Improve IO Performance 2021-04-01 13:22:28 +02:00
Christian Giese dd427be063 add new options to overwrite sources
+ stream->source-ipv4-address
+ stream->source-ipv6-address
2021-03-31 22:52:22 +02:00
Christian Giese d957896180 Docu and Accoutning Stats
+ add traffic stream docu
+ add session accounting stats
+ ...
2021-03-31 12:29:15 +02:00
Christian Giese 2917f91aa7 docu update 2021-03-24 17:00:52 +01:00
Christian Giese c036a24baa docu update 2021-03-23 21:17:37 +01:00
Christian Giese 3c3b57adea docu update 2021-03-23 13:38:26 +01:00
Christian Giese b27810eaf1 Add l2tp TOS support 2021-03-23 09:17:22 +01:00
Christian Giese 44abf20e98 Add multicast-traffic-tos support 2021-03-22 19:25:51 +01:00
Christian Giese d1551cc883 Add multicast-traffic-length support 2021-03-22 19:20:41 +01:00
Christian Giese 1a4658ddec Add PPPoE/PPP control VLAB PBIT 2021-03-22 17:45:46 +01:00
Christian Giese ad667102c5 Add DSL Type support 2021-03-22 16:49:00 +01:00
Christian Giese 50f3c229e7 docu updates 2021-03-22 16:32:30 +01:00
Christian Giese 0eef7679b5 netmap and N:1 VLAN mode...
+ support for multiple io-modes
    - packet_mmap (default)
    - netmap
+ support for N:1 VLAN mode
+ ...
2021-03-22 10:49:09 +01:00
Christian Giese ec72cc946e Add session traffic verifcation status command 2021-03-12 14:09:38 +01:00
Christian Giese 900d276181 Add L2TP data ipv4 rx/tx stats 2021-03-12 13:44:41 +01:00
Christian Giese aa6f0cd0fa Add L2TP session data rx/tx stats 2021-03-10 18:08:14 +01:00
Christian Giese 150579e355 Minor docu update 2021-03-10 17:04:56 +01:00
Christian Giese e242b3de71 docu update 2021-02-26 18:40:55 +01:00
Christian Giese 000d6ce07a docs update 2021-02-26 15:05:28 +01:00
Christian Giese 0c4ad43c69 PPPoE enhancements ...
+ add PPPoE service name support #13
+ add PPPoE host uniq support
+ use dynamic memory for username, password, ari and aci
+
2021-02-24 23:36:41 +01:00
Christian Giese 40d23ec4cd #3 L2TPv2 LNS Support
+ update docs
+ add L2TP data traffic config options
+ ...
2021-02-23 22:04:48 +01:00
Christian Giese 5f63682e9c docu update 2021-02-23 14:39:58 +01:00
Christian Giese f6fce68e5c minor docu update 2021-02-12 13:00:57 +01:00
Christian Giese 2f9b42a5a6 #8 enable qdisc bypass by default
Documetnation is updated to inform users that qdisc bypass
should be disabled if sending fails.
2021-02-10 00:43:06 +01:00