-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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(inputs.gnmi): Do not provide empty prefix for subscription request #12275
Conversation
@srebhan Tested this and looks like it is working correctly thanks. |
I also tested this with SONiC-OS-4.0.2-Enterprise Base on Dell S5248F and it's working as expected |
13bb32a
to
6114347
Compare
@powersj exactly. Rebased now and ready for your comments! ;-) |
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
resolves #12273
Do use a
nil
pointer instead of an empty path forprefix
when creating a subscription request. This is necessary for (at least one) Huawei router(s) as they do not implementprefix
support.