There are no feature differences between the modes. Inline and One Arm are just related to the difference in positioning the LB. One important thing to note though that is a direct consequence of this is that if you want to preserve client IPs (transparent) when sending requests to servers in the pool you have to use inline. Only this way the LB is inserted so the traffic passes through the LB on the way back. One arm mode uses SNAT to make traffic go through the LB on the way back and you have to use features like x-Forwarded-For to send the client IP information to server.
---------------------------------------------------------------------------------------------------------
Was it helpful? Let us know by completing this short survey here.