Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BeegiiK committed Dec 23, 2024
1 parent 853c0e7 commit 460b6fb
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions pkg/utils/attr_utils.go
Original file line number Diff line number Diff line change
@@ -34,24 +34,6 @@ var (
remoteNodeKey = attribute.Key("remote_node")

// todo move to attributes pkg?
<<<<<<< HEAD
Type = "type"
Reason = "reason"
Direction = "direction"
SourceNodeName = "source_node_name"
TargetNodeName = "target_node_name"
State = "state"
Address = "address"
Port = "port"
StatName = "statistic_name"
InterfaceName = "interface_name"
Flag = "flag"
Endpoint = "endpoint"
AclRule = "aclrule"
Active = "ACTIVE"
Device = "device"
Uninitialized = "uninitialized"
=======
Type = "type"
Reason = "reason"
Direction = "direction"
@@ -68,7 +50,7 @@ var (
AclRule = "aclrule"
Active = "ACTIVE"
Device = "device"
>>>>>>> main
Uninitialized = "uninitialized"

// TCP Connection Statistic Names
ResetCount = "ResetCount"

0 comments on commit 460b6fb

Please sign in to comment.