diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-20 13:53:55 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-20 14:46:26 +0200 |
commit | 993f6873c02f3f79013acedfe61ce705bdb3a4d0 (patch) | |
tree | ac1b93a2eada6091b9274cdd934aa35baac0a61f /interface-definitions/interfaces-pppoe.xml.in | |
parent | 0a21905786d31e759416dd335d87726f9ed46ffa (diff) | |
download | vyos-1x-993f6873c02f3f79013acedfe61ce705bdb3a4d0.tar.gz vyos-1x-993f6873c02f3f79013acedfe61ce705bdb3a4d0.zip |
wwan: ifconfig: T2905: sync CLI nodes in dialup interfaces
Both PPPoE and WWAN interfaces are dialer interfaces handled by ppp, but use
different CLI nodes for the same functionality. PPPoE has "connect-on-demand"
to initiate an "on-demand" dialing and WWAN uses "ondemand" for this purpose.
Rename WWAN "ondemand" node to "connect-on-demand".
Diffstat (limited to 'interface-definitions/interfaces-pppoe.xml.in')
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index 8a6c61312..b6208e0b9 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -42,12 +42,7 @@ </leafNode> </children> </node> - <leafNode name="connect-on-demand"> - <properties> - <help>Automatic establishment of PPPOE connection when traffic is sent</help> - <valueless/> - </properties> - </leafNode> + #include <include/interface-dial-on-demand.xml.i> <leafNode name="default-route"> <properties> <help>Default route insertion behaviour (default: auto)</help> |