diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-09-25 21:15:00 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-09-25 21:15:00 +0200 |
| commit | 8de66862a56a5ed8557c4d0e0ac45e8659284ec5 (patch) | |
| tree | 0a63821d56d310bd40dd7c7b17ffce5158a63420 /docs/configuration/interfaces/pppoe.md | |
| parent | 75d44591ed7cd7b6246f5d5f48722d70d11f7b98 (diff) | |
| download | vyos-documentation-T9354.tar.gz vyos-documentation-T9354.zip | |
T9354: document "reconnect interface" operational commandT9354
PPPoE, SSTP client and WWAN interfaces can now be restarted with a single
command which survives the loss of the CLI session, so it can be issued over
the very interface being reconnected. The WWAN page gained the connect and
disconnect commands as well - they have always been available there, but were
only documented for PPPoE and SSTP.
The command is also exposed by the HTTP API through a dedicated endpoint,
which replaces the "reset connection" path that was previously used for this.
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 |
