From 4ef110fd2c501b718344c72d495ad7e16d2bd465 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 30 Dec 2023 23:25:20 +0100 Subject: T5474: establish common file name pattern for XML conf mode commands We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in --- interface-definitions/service-aws-glb.xml.in | 127 --------------------------- 1 file changed, 127 deletions(-) delete mode 100644 interface-definitions/service-aws-glb.xml.in (limited to 'interface-definitions/service-aws-glb.xml.in') diff --git a/interface-definitions/service-aws-glb.xml.in b/interface-definitions/service-aws-glb.xml.in deleted file mode 100644 index c749fd04e..000000000 --- a/interface-definitions/service-aws-glb.xml.in +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - Amazon Web Service - 1280 - - - - - Gateway load-balancer tunnel handler - - - - - Script executed on create or destroy tunnel - - - - - Script to run when interface is created - - - - - - - - Script to run when interface is destroyed - - - - - - - - - - Status - - - - - Statistic format - - simple full - - - simple - Simple format - - - full - Full format - - - (simple|full) - - - - #include - - - - - Threads settings - - - - - Number of threads for each tunnel processor - - u32:1-256 - Number of threads - - - - - - - - - List of cores worker threads - - <idN>-<idM> - CPU core id range (use '-' as delimiter) - - - - - - - - - Number of threads for UDP receiver - - u32:1-256 - Number of threads - - - - - - - - - List of cores worker threads - - <idN>-<idM> - CPU core id range (use '-' as delimiter) - - - - - - - - - - - - - - - -- cgit v1.2.3