Skip to content

Commit

Permalink
Correct table name
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-kt authored Nov 25, 2020
1 parent fb7b3d4 commit 3327539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace swss {
#define APP_STP_BPDU_GUARD_TABLE_NAME "STP_BPDU_GUARD_TABLE"

/***** ASIC DATABASE *****/
#define ASIC_SENSORS_TABLE_NAME "SENSORS"
#define ASIC_TEMPERATURE_INFO_TABLE_NAME "ASIC_TEMPERATURE_INFO"

#define APP_MUX_CABLE_TABLE_NAME "MUX_CABLE_TABLE"
#define APP_HW_MUX_CABLE_TABLE_NAME "HW_MUX_CABLE_TABLE"
Expand Down

0 comments on commit 3327539

Please sign in to comment.