Gateway for vRouter data plane network¶
If an edge router is accessible from the data plane through a gateway, define
the VROUTER_GATEWAY
parameter in the TFOperator
custom resource.
Otherwise, the default system gateway is used.
spec:
controllers:
tf-vrouter:
agent:
containers:
- name: agent
env:
- name: VROUTER_GATEWAY
value: <data-plane-network-gateway>
You can also configure the parameter for Tungsten Fabric vRouter in the DPDK mode:
spec:
controllers:
tf-vrouter:
agent-dpdk:
enabled: true
containers:
- name: agent
env:
- name: VROUTER_GATEWAY
value: <data-plane-network-gateway>