File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 "SONIC_EVENTS_SWSS_PFC_STORM_VALID_WITH_ADDITIONAL_INFO" : {
4141 "desc" : " VALID IF_STATE EVENT."
4242 },
43+ "SONIC_EVENTS_SWSS_PFC_STORM_VALID_WITH_ADDITIONAL_INFO_FRAGMENT" : {
44+ "desc" : " VALID IF_STATE EVENT."
45+ },
4346 "SONIC_EVENTS_SWSS_PFC_STORM_WITH_INVALID_ADDITIONAL_INFO_1" : {
4447 "desc" : " PFC_STORM_EVENT_INCORRECT_ADDITIONAL_INFO failure." ,
4548 "eStrKey" : " Pattern"
Original file line number Diff line number Diff line change 113113 }
114114 }
115115 },
116+ "SONIC_EVENTS_SWSS_PFC_STORM_VALID_WITH_ADDITIONAL_INFO_FRAGMENT" : {
117+ "sonic-events-swss:sonic-events-swss" : {
118+ "sonic-events-swss:pfc-storm" : {
119+ "ifname" : " Ethernet0" ,
120+ "queue_index" : 0 ,
121+ "queue_id" : 0 ,
122+ "port_id" : 0 ,
123+ "additional_info" : " info1:1.2|info2:3.25" ,
124+ "timestamp" : " 1985-04-12T23:20:50.52Z"
125+ }
126+ }
127+ },
116128 "SONIC_EVENTS_SWSS_PFC_STORM_WITH_INVALID_ADDITIONAL_INFO_1" : {
117129 "sonic-events-swss:sonic-events-swss" : {
118130 "sonic-events-swss:pfc-storm" : {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ module sonic-events-swss {
8080
8181 leaf additional_info {
8282 type string {
83- pattern '[-a-zA-Z0-9_]+:[-a-zA-Z0-9_]+(\|{1}[-a-zA-Z0-9_]+:[-a-zA-Z0-9_]+)*' ;
83+ pattern '[-a-zA-Z0-9_]+:[-a-zA-Z0-9_. ]+(\|{1}[-a-zA-Z0-9_]+:[-a-zA-Z0-9_. ]+)*' ;
8484 }
8585 description "Additional information to investigate PFC storm" ;
8686 }
You can’t perform that action at this time.
0 commit comments