-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix vl3 dns #1429
Fix vl3 dns #1429
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1429 +/- ##
=======================================
Coverage ? 70.13%
=======================================
Files ? 242
Lines ? 10956
Branches ? 0
=======================================
Hits ? 7684
Misses ? 2774
Partials ? 498 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3e0a06d
to
0987347
Compare
bf90542
to
d8ad729
Compare
ips := getSrcIPs(resp) | ||
if len(ips) > 0 { | ||
for _, recordName := range recordNames { | ||
n.dnsServerRecords.Store(recordName, ips) | ||
} | ||
|
||
metadata.Map(ctx, false).Store(clientDNSNameKey{}, recordNames) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to paste this block after line 132 (if err == nil {
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@glazychev-art thx, done
Signed-off-by: Ruslan Bayandinov <wazsone@ya.ru>
d8ad729
to
11f6267
Compare
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1429 Commit: 9a7d5a4 Author: Ruslan Bayandinov Date: 2023-02-27 13:50:49 +0600 Message: - fix vl3 dns (#1429) Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Description
Issue link
How Has This Been Tested?
Types of changes