diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-23 12:19:03 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-23 14:36:56 +0100 |
commit | daca2a39b4d0f4ebdf07463679b9465c64886763 (patch) | |
tree | eb5c3d9be997c98fb04dbf90afa773c58fb41c64 | |
parent | 96a2c2f3e512e3922adc73f1356b48d2ebff2873 (diff) | |
download | vyos-1x-daca2a39b4d0f4ebdf07463679b9465c64886763.tar.gz vyos-1x-daca2a39b4d0f4ebdf07463679b9465c64886763.zip |
pppoe: T1318: use include files for disable and descriptionx
-rw-r--r-- | interface-definitions/interfaces-pppoe.xml.in | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/interface-definitions/interfaces-pppoe.xml.in b/interface-definitions/interfaces-pppoe.xml.in index 450d177e5..93b07f4e4 100644 --- a/interface-definitions/interfaces-pppoe.xml.in +++ b/interface-definitions/interfaces-pppoe.xml.in @@ -56,17 +56,8 @@ </valueHelp> </properties> </leafNode> - <leafNode name="description"> - <properties> - <help>Interface description</help> - </properties> - </leafNode> - <leafNode name="disable"> - <properties> - <help>Disable interface</help> - <valueless/> - </properties> - </leafNode> + #include <include/interface-description.xml.i> + #include <include/interface-disable.xml.i> <leafNode name="idle-timeout"> <properties> <help>Delay before disconnecting idle session (in seconds)</help> |