vici: Add support for P-CSCF server attributes

Was apparently forgotten when support was added to the attr plugin
with 98a3ba8a5a ("attr: Add p-cscf keyword for P-CSCF server addresses").

For consistency, using an underscore like the `split*` options and not a
dash like in the attr plugin.

References strongswan/strongswan#2396
This commit is contained in:
Tobias Brunner
2025-08-21 16:04:39 +02:00
parent ea05033319
commit f02033664e
2 changed files with 5 additions and 4 deletions
@@ -421,6 +421,7 @@ CALLBACK(pool_li, bool,
{"netmask", INTERNAL_IP4_NETMASK, INTERNAL_IP6_NETMASK },
{"server", INTERNAL_IP4_SERVER, INTERNAL_IP6_SERVER },
{"subnet", INTERNAL_IP4_SUBNET, INTERNAL_IP6_SUBNET },
{"p_cscf", P_CSCF_IP4_ADDRESS, P_CSCF_IP6_ADDRESS, },
{"split_include", UNITY_SPLIT_INCLUDE, UNITY_SPLIT_INCLUDE },
{"split_exclude", UNITY_LOCAL_LAN, UNITY_LOCAL_LAN },
};