Line 1666 in l2tp_tunnel.c:
{ STATE(WAITCTLREPLY), EVENT(OPEN_REQ), ACTION(null), STATE(CLOSING) },
Why would we want to go to CLOSING if a local OPEN_REQ occurs here? It is possible that we already sent the SCCRQ and meanwhile got a duplicate request from the manager. So I feel we should instead remain in the WAITCTLREPLY state.
Also, why would one go to CLOSING...
2008-09-02 12:21:24 UTC in OpenL2TP