Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EVPN MH] add support for EVPN MH feature #890

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ namespace swss {
#define APP_SWITCH_TABLE_NAME "SWITCH_TABLE"
#define APP_NEXTHOP_GROUP_TABLE_NAME "NEXTHOP_GROUP_TABLE"
#define APP_CLASS_BASED_NEXT_HOP_GROUP_TABLE_NAME "CLASS_BASED_NEXT_HOP_GROUP_TABLE"
#define APP_L2_NEXTHOP_GROUP_TABLE_NAME "L2_NEXTHOP_GROUP_TABLE"

#define APP_P4RT_TABLE_NAME "P4RT_TABLE"
#define APP_P4RT_TABLES_DEFINITION_TABLE_NAME "TABLES_DEFINITION_TABLE"
Expand Down Expand Up @@ -81,6 +82,8 @@ namespace swss {
#define APP_VXLAN_REMOTE_VNI_TABLE_NAME "VXLAN_REMOTE_VNI_TABLE"
#define APP_VXLAN_EVPN_NVO_TABLE_NAME "VXLAN_EVPN_NVO_TABLE"
#define APP_NEIGH_SUPPRESS_VLAN_TABLE_NAME "SUPPRESS_VLAN_NEIGH_TABLE"
#define APP_EVPN_DF_TABLE_NAME "EVPN_DF_TABLE"
#define APP_EVPN_SH_TABLE_NAME "EVPN_SPLIT_HORIZON_TABLE"
#define APP_VLAN_STACKING_TABLE_NAME "VLAN_STACKING_TABLE"
#define APP_VLAN_TRANSLATION_TABLE_NAME "VLAN_TRANSLATION_TABLE"
#define APP_PASS_THROUGH_ROUTE_TABLE_NAME "PASS_THROUGH_ROUTE_TABLE"
Expand Down
Loading