-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
This is my first time working with L2TP and I was really happy to find a well document library. I need dynamic L2TPv3 tunnels for my use case (as far as I know at least :D) and I stumbled upon the following error:
go-l2tp/l2tp/l2tp_dynamic_tunnel.go
Line 557 in 570d763
| return nil, fmt.Errorf("L2TPv3 dynamic tunnels are not (yet) supported") |
Why exactly does this library not support dynamic L2TPv3 tunnels?
Is this hard to achieve, because it is complex to implement or is it just a lot of work but relatively easy to implement and therefore doable for a L2TP noob like me? :)
If the latter applies, I would think about opening a PR, because my life would be a lot simpler, if this library would cover my use case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels