diff options
Diffstat (limited to 'docs/configuration/interfaces/sstp-client.md')
| -rw-r--r-- | docs/configuration/interfaces/sstp-client.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/configuration/interfaces/sstp-client.md b/docs/configuration/interfaces/sstp-client.md index da98aecd..69fad213 100644 --- a/docs/configuration/interfaces/sstp-client.md +++ b/docs/configuration/interfaces/sstp-client.md @@ -167,4 +167,12 @@ Disconnect the specified interface. ```{opcmd} connect interface \<interface\> Initiate a session on the specified interface. -```
\ No newline at end of file +``` + +```{opcmd} reconnect interface \<interface\> + +Reconnect the specified interface. The interface is disconnected and +connected again in a single operation which runs detached from the current +CLI session, so the command can safely be issued over the very interface +being reconnected. Progress is logged to the journal. +``` |
