Control plane traffic interface¶
By default, the TF control
service uses the management
interface for
the BGP and XMPP traffic. You can change the control
service interface
using the controlInterface
parameter in the TFOperator
custom resource,
for example, to combine the BGP and XMPP traffic with the data (tenant)
traffic:
spec:
features:
control:
controlInterface: <tunnel-interface>
spec:
settings:
controlInterface: <tunnel-interface>