Skip to content

Commit

Permalink
Add TODO about handling network protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh4 committed Jul 21, 2020
1 parent a40f394 commit cb6282f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extension/observer/hostobserver/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ func (e endpointsLister) ListEndpoints() []observer.Endpoint {
Command: pd.args,
Port: cd.port,
Transport: cd.transport,
// TODO: Move this field to observer.Endpoint and
// update receiver_creator to filter IPv4/IPv6.
IsIPv6: cd.isIPv6,
},
}
Expand Down

0 comments on commit cb6282f

Please sign in to comment.