diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/interface-dial-on-demand.xml.i | 6 | ||||
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 7 | ||||
-rw-r--r-- | interface-definitions/interfaces-wirelessmodem.xml.in | 7 |
3 files changed, 8 insertions, 12 deletions
diff --git a/interface-definitions/include/interface-dial-on-demand.xml.i b/interface-definitions/include/interface-dial-on-demand.xml.i new file mode 100644 index 000000000..c14ddf6f5 --- /dev/null +++ b/interface-definitions/include/interface-dial-on-demand.xml.i @@ -0,0 +1,6 @@ +<leafNode name="connect-on-demand"> + <properties> + <help>Establishment connection automatically when traffic is sent</help> + <valueless/> + </properties> +</leafNode> 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> diff --git a/interface-definitions/interfaces-wirelessmodem.xml.in b/interface-definitions/interfaces-wirelessmodem.xml.in index d375b808d..96604ff00 100644 --- a/interface-definitions/interfaces-wirelessmodem.xml.in +++ b/interface-definitions/interfaces-wirelessmodem.xml.in @@ -80,12 +80,7 @@ <valueless/> </properties> </leafNode> - <leafNode name="ondemand"> - <properties> - <help>Only dial when traffic is available</help> - <valueless/> - </properties> - </leafNode> + #include <include/interface-dial-on-demand.xml.i> </children> </tagNode> </children> |