You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to documentation [1] and the dataplane spec [2] General Purpose Counter 0 field name is gpc0. There is an extra _ in the expected field name in [3] that breaks parsing stick table entries.
According to documentation [1] and the dataplane spec [2] General Purpose Counter 0 field name is
gpc0
. There is an extra_
in the expected field name in [3] that breaks parsing stick table entries.Here is an example:
The same applies to
gpc0_rate
,gpc1
, andgpc1_rate
.The General Purpose Tag 0
gpt0
is not covered in the parser.[1] https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4.2-stick-table%20type
[2] https://github.com/haproxytech/dataplaneapi-specification/blob/5d0b7ffcb38214efeb6c7ba03c310223083c7138/models/runtime.yaml#L272
[3]
client-native/runtime/stick_tables.go
Lines 133 to 134 in 51acd2a
The text was updated successfully, but these errors were encountered: