diff options
Diffstat (limited to 'docs/configuration/interfaces/pppoe.md')
| -rw-r--r-- | docs/configuration/interfaces/pppoe.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/pppoe.md b/docs/configuration/interfaces/pppoe.md index b79f41a2..b531d5d6 100644 --- a/docs/configuration/interfaces/pppoe.md +++ b/docs/configuration/interfaces/pppoe.md @@ -332,6 +332,14 @@ Disconnect the specified interface. Initiate a session on the specified interface. ``` +```{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. +``` + ## Example |
