From 422eb463d413da812eabc28706e507a9910d7b53 Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Mon, 13 Nov 2023 11:17:23 +0200 Subject: accel-ppp: T5688: Standardized pool configuration in accel-ppp Standardized pool configuration for all accel-ppp services. 1. Only named pools are used now. 2. Allows all services to use range in x.x.x.x/mask and x.x.x.x-x.x.x.y format 3. next-pool can be used in all services 2. Allows to use in ipoe gw-ip-address without pool configuration which allows to use Fraimed-IP-Address attribute by radius. 3. Default pool name should be explicidly configured with default-pool. 4. In ipoe netmask and range subnet can be different. --- .../include/accel-ppp/client-ip-pool.xml.i | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 interface-definitions/include/accel-ppp/client-ip-pool.xml.i (limited to 'interface-definitions/include/accel-ppp/client-ip-pool.xml.i') diff --git a/interface-definitions/include/accel-ppp/client-ip-pool.xml.i b/interface-definitions/include/accel-ppp/client-ip-pool.xml.i new file mode 100644 index 000000000..dff574e6c --- /dev/null +++ b/interface-definitions/include/accel-ppp/client-ip-pool.xml.i @@ -0,0 +1,46 @@ + + + + Client IP pool + + txt + Name of IP pool + + + [-_a-zA-Z0-9.]+ + + + + + + Range of IP addresses + + ipv4net + IPv4 prefix + + + ipv4range + IPv4 address range inside /24 network + + + + + + + + + + + Next pool name + + txt + Name of IP pool + + + [-_a-zA-Z0-9.]+ + + + + + + -- cgit v1.2.3