diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-20 14:36:33 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-20 14:36:41 +0200 |
commit | 59fb884e37e84815cd4467dbfc17e23f5fef64bb (patch) | |
tree | 9a2c4be448be9bec9127e80f28d10038665dfe38 /docs/interfaces | |
parent | 3a9757cc1da83fb9e4710f2e909370167f0151d8 (diff) | |
download | vyos-documentation-59fb884e37e84815cd4467dbfc17e23f5fef64bb.tar.gz vyos-documentation-59fb884e37e84815cd4467dbfc17e23f5fef64bb.zip |
wwan: rename CLI command "ondemand" to "connect-on-demand"
Diffstat (limited to 'docs/interfaces')
-rw-r--r-- | docs/interfaces/pppoe.rst | 2 | ||||
-rw-r--r-- | docs/interfaces/wirelessmodem.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/interfaces/pppoe.rst b/docs/interfaces/pppoe.rst index ae6b11cc..75fe0a40 100644 --- a/docs/interfaces/pppoe.rst +++ b/docs/interfaces/pppoe.rst @@ -79,7 +79,7 @@ Configuration .. cfgcmd:: set interfaces pppoe <interface> connect-on-demand - Enables or disables on-demand PPPoE connection on a PPPoE unit. + When set the interface is enabled for "dial-on-demand". Use this command to instruct the system to establish a PPPoE connections automatically once traffic passes through the interface. A disabled on-demand diff --git a/docs/interfaces/wirelessmodem.rst b/docs/interfaces/wirelessmodem.rst index 5cded6c5..c41e71bf 100644 --- a/docs/interfaces/wirelessmodem.rst +++ b/docs/interfaces/wirelessmodem.rst @@ -35,9 +35,9 @@ Address Do not install DNS nameservers received from ISP into system wide nameserver list. -.. cfgcmd:: set interfaces wirelessmodem <interface> ondemand +.. cfgcmd:: set interfaces wirelessmodem <interface> connect-on-demand - Enables or disables on-demand WWAN connection. + When set the interface is enabled for "dial-on-demand". Use this command to instruct the system to establish a PPP connection automatically once traffic passes through the interface. A disabled on-demand |