diff options
| author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-12-05 19:59:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-05 19:59:12 +0200 |
| commit | 477ada14a4cfb682ef2cc611b82296dbda420baf (patch) | |
| tree | a39e06f3dabdf7f868f77e98617c187711100b57 /op-mode-definitions | |
| parent | 6795f106a581489148bffb61fdeb067ff81d2fe0 (diff) | |
| parent | 8653844687467bd11ce73e6cada8a939db5c0436 (diff) | |
| download | vyos-1x-477ada14a4cfb682ef2cc611b82296dbda420baf.tar.gz vyos-1x-477ada14a4cfb682ef2cc611b82296dbda420baf.zip | |
Merge pull request #4888 from dmbaturin/T7810-fix-pppoe-reset
op-mode: T7810: fix broken 'reset connection' command
Diffstat (limited to 'op-mode-definitions')
| -rw-r--r-- | op-mode-definitions/reset-connection.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/reset-connection.xml.in b/op-mode-definitions/reset-connection.xml.in index e41d8ed20..a3c45d421 100644 --- a/op-mode-definitions/reset-connection.xml.in +++ b/op-mode-definitions/reset-connection.xml.in @@ -11,7 +11,7 @@ <path>interfaces wwan</path> </completionHelp> </properties> - <command>${vyos_op_scripts_dir}/connect_disconnect.py --connect --disconnect --interface "$3"</command> + <command>${vyos_op_scripts_dir}/connect_disconnect.py --reconnect --interface "$3"</command> </tagNode> </children> </node> |
