Add flows tables for distributed metadata datapath
Add tables based on the spec: https://review.opendev.org/c/openstack/neutron-specs/+/802854/9/specs/yoga/distributed-metadata-data-path.rst METADATA_EGRESS_NAT = 80 METADATA_EGRESS_OUTPUT = 87 METADATA_IP_ARP_RESPONDER = 90 METADATA_INGRESS_DIRECT = 91 Partially-Implements: blueprint distributed-metadata-datapath Change-Id: Iec4249f0c2a735dfc6e1f826c71b57d1a6351768
This commit is contained in:
@@ -156,11 +156,21 @@ DVR_PROCESS_PHYSICAL = 1
|
||||
LOCAL_VLAN_TRANSLATION = 2
|
||||
DVR_NOT_LEARN_PHYSICAL = 3
|
||||
|
||||
METADATA_EGRESS_NAT = 80
|
||||
METADATA_EGRESS_OUTPUT = 87
|
||||
METADATA_IP_ARP_RESPONDER = 90
|
||||
METADATA_INGRESS_DIRECT = 91
|
||||
|
||||
PHY_BR_ALL_TABLES = (
|
||||
LOCAL_SWITCHING,
|
||||
DVR_PROCESS_PHYSICAL,
|
||||
LOCAL_VLAN_TRANSLATION,
|
||||
DVR_NOT_LEARN_PHYSICAL)
|
||||
DVR_NOT_LEARN_PHYSICAL,
|
||||
METADATA_EGRESS_NAT,
|
||||
METADATA_EGRESS_OUTPUT,
|
||||
METADATA_IP_ARP_RESPONDER,
|
||||
METADATA_INGRESS_DIRECT,
|
||||
)
|
||||
|
||||
# --- end of OpenFlow table IDs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user