Skip to content
Closed
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
8 changes: 8 additions & 0 deletions common/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ namespace swss {
#define CFG_LAG_INTF_TABLE_NAME "PORTCHANNEL_INTERFACE"
#define CFG_VLAN_INTF_TABLE_NAME "VLAN_INTERFACE"
#define CFG_VLAN_SUB_INTF_TABLE_NAME "VLAN_SUB_INTERFACE"
#define CFG_MGMT_PORT_TABLE_NAME "MGMT_PORT"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is not related to log message config

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it doesn't.
That is why I put it in a separate commit.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title is "Login messages config". SONiC community requires to divide different features contribution into different PRs.


#define CFG_ASIC_SENSORS_TABLE_NAME "ASIC_SENSORS"

Expand Down Expand Up @@ -405,6 +406,8 @@ namespace swss {

#define CFG_FLOW_COUNTER_ROUTE_PATTERN_TABLE_NAME "FLOW_COUNTER_ROUTE_PATTERN"

#define CFG_LOGIN_MESSAGE_TABLE_NAME "LOGIN_MESSAGE"

/***** STATE DATABASE *****/

#define STATE_SWITCH_CAPABILITY_TABLE_NAME "SWITCH_CAPABILITY_TABLE"
Expand Down Expand Up @@ -469,6 +472,11 @@ namespace swss {

#define STATE_FLOW_COUNTER_CAPABILITY_TABLE_NAME "FLOW_COUNTER_CAPABILITY_TABLE"

#define STATE_EEPROM_INFO_TABLE_NAME "EEPROM_INFO"
#define STATE_FAN_INFO_TABLE_NAME "FAN_INFO"
#define STATE_TEMPERATURE_INFO_TABLE_NAME "TEMPERATURE_INFO"
#define STATE_PSU_INFO_TABLE_NAME "PSU_INFO"
Comment on lines +475 to +478
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These lines are not related to log message config

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it doesn't.
That is why I put it in a separate commit.


/***** MISC *****/

#define IPV4_NAME "IPv4"
Expand Down