add implementation for new ips module

This commit is contained in:
ionutboangiu
2025-05-29 11:41:34 +03:00
committed by Dan Christian Bogos
parent 1b4324157d
commit eed6b8a51a
45 changed files with 2935 additions and 36 deletions

View File

View File

@@ -0,0 +1,2 @@
#Tenant[0],Id[1],FilterIDs[2],Weights[3],TTL[4],Type[5],AddressPool[6],Allocation[7],Stored[8]
cgrates.org,IPs1,*string:~*req.Account:1001,;10,1s,ipv4,172.16.1.1/24,alloc_success,true
1 #Tenant[0] Id[1] FilterIDs[2] Weights[3] TTL[4] Type[5] AddressPool[6] Allocation[7] Stored[8]
2 cgrates.org IPs1 *string:~*req.Account:1001 ;10 1s ipv4 172.16.1.1/24 alloc_success true

View File