f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
reference Firewall_Address_List & Net_Address_List in sourceAddress & virtualAddresses of a virtual server
Is your feature request related to a problem? Please describe.
Unable to reference a Firewall_Address_List or a Net_Address_List in a virtual server sourceAddress and virtualAddresses
Describe the solution you'd like
enable the reference of Firewall_Address_List and Net_Address_List in sourceAddress and virtualAdresses properties. "sourceAddress": { "use": "/common/Shared/addrList" }, "virtualAddresses": { "use": "/common/Shared/addrList-dst" }
Describe alternatives you've considered
reference full list of IPs directedly which is problematic as most lists are redundant
Additional context
IG-IP 16.1.3.2 Build 0.0.4 Point Release 2
I'm interested on using the Net_Address_List too
Just hit this limitation myself, it would be very useful to be able to use a net_address_list as sourceaddress in a service, just as it can be done through the regular config, instead of creating a bunch of VS with the same config except for the source address.