pub fn apply_compatibility_proxy(
kind: CompatibilityProxyKind,
address: SocketAddr,
) -> Result<AppliedProxy, String>Expand description
Apply the compatibility system proxy using the platform backend and keep
all rollback state in memory. This is deliberately separate from native
eggress system-proxy inspection and from user-authored configuration.