From 05df2a5f021f0c7aab7c06db645d210858b6e98d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 17 Sep 2022 22:28:34 +0200 Subject: ipoe: T4678: T4703: rewrite to get_config_dict() In addition to the rewrite to make use of get_config_dict() the CLI is slightly adjusted as specified in T4703. * Rename vlan-id and vlan-range to simply vlan * Rename network-mode to simply mode * Re-use existing common Jinja2 template for Accel-PPP which are shared with PPPoE and SSTP server. * Retrieve default values via defaultValue XML node --- .../include/accel-ppp/client-ipv6-pool.xml.i | 26 +++++++++++----------- interface-definitions/include/accel-ppp/vlan.xml.i | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'interface-definitions/include') diff --git a/interface-definitions/include/accel-ppp/client-ipv6-pool.xml.i b/interface-definitions/include/accel-ppp/client-ipv6-pool.xml.i index 01cf0e040..774741a5e 100644 --- a/interface-definitions/include/accel-ppp/client-ipv6-pool.xml.i +++ b/interface-definitions/include/accel-ppp/client-ipv6-pool.xml.i @@ -16,19 +16,19 @@ - - - Prefix length used for individual client - - u32:48-128 - Client prefix length - - - - - - 64 - + + + Prefix length used for individual client + + u32:48-128 + Client prefix length + + + + + + 64 + diff --git a/interface-definitions/include/accel-ppp/vlan.xml.i b/interface-definitions/include/accel-ppp/vlan.xml.i index 7df711d4b..9a00df214 100644 --- a/interface-definitions/include/accel-ppp/vlan.xml.i +++ b/interface-definitions/include/accel-ppp/vlan.xml.i @@ -4,7 +4,7 @@ VLAN monitor for automatic creation of VLAN interfaces u32:1-4094 - VLAN for automatic creation + VLAN for automatic creation start-end -- cgit v1.2.3