# Functions
ChangeLogLevel changes proxy log level to correspond to the logrus log level 'level'.
StartProxySupport starts the servers to support L7 proxies: xDS GRPC server and access log server.
# Constants
MagicMarkEgress determines that the traffic is sourced from the proxy which is applying Egress policy.
MagicMarkHost determines that the traffic is sourced from the local host and not from a proxy.
MagicMarkHostMask can be used to fetch the host/proxy-relevant magic bits from a mark.
MagicMarkIngress determines that the traffic is sourced from the proxy which is applying Ingress policy.
MagicMarkIsProxy can be used in conjunction with MagicMarkProxyMask to determine whether the mark is indicating that traffic is peering with a proxy.
MagicMarkK8sDrop determines that the traffic should be dropped in kubernetes environments.
MagicMarkK8sMasq determines that the traffic should be masqueraded by kube-proxy in kubernetes environments.
MagicMarkProxyMask can be used to fetch the proxy-relevant magic bits from a mark.
ProxyKeepAlivePeriod is the time used for sending periodic keepalives on proxy connections.
# Variables
DefaultEndpointInfoRegistry is the default instance implementing the EndpointInfoRegistry interface.
# Interfaces
RedirectImplementation is the generic proxy redirect interface that each proxy redirect type must implement.