logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nsctl - manage running l2tpns instance

Authors

       This manual page was written by Jonathan McDowell <noodles@the.earth.li>, for the Debian GNU/Linux system
       (but may be used by others).

Manage running l2tpns instance                  January 31, 2021                                        NSCTL(8)

Commands

       The first argument specifies the command to send to l2tpns.  The following commands are as defined:

       load_pluginplugin
              Load the named pluginunload_pluginplugin
              Unload the named pluginhelp   Each loaded plugin is queried for what commands it supports and the synopsis for each is output

       Any other value of command (and args if any) are sent to l2tpns as-is, to be passed to each plugin  which
       registers a plugin_control function in turn (in which it may be acted upon).

Description

nsctl sends commands to a running l2tpns process.  It provides both for the loading or unloading of plug‐
       ins and also the management of sessions via functions provided by those plugins.

Name

       nsctl - manage running l2tpns instance

Options

-d Enable debugging output

       -hhost[:port]  The host running l2tpns that should receive the message.  By default the message is sent
       to UDP port 1702 on localhost-ttimeout Timeout in seconds to wait for a response from the server

See Also

l2tpns(8)

Synopsis

nsctl [-d] [-hhost[:port]] [-ttimeout] command [arg ...]

See Also