For the different test scenarios we need an endpoint, providing IPAM service in point 2 point mode - allocates pair
of IP addresses in /32 subnets and provides static routes for them.
IPAM service is created on list of some IP subnets. Request can set some exclude IP prefixes for the allocated IP
addresses.
IPAM service should be idempotent, so if we have allocated some IP addresses for the request and request type (p2p,
subnet) hasn't changed, and allocated addresses are still not excluded by the excluded prefixes, we should return the
same addresses for the same connection.
Implementation
ipamServer
It is a server chain element implementing point 2 point IPAM service.