Skip to content
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

NX-OS DME break in Path parsing #43

Open
remingtonc opened this issue Mar 5, 2020 · 1 comment · May be fixed by #58
Open

NX-OS DME break in Path parsing #43

remingtonc opened this issue Mar 5, 2020 · 1 comment · May be fixed by #58
Assignees
Labels
bug Something isn't working feature os/nx NX-OS

Comments

@remingtonc
Copy link
Contributor

Path parsing e.g. /sys/intf/phys-[eth1/33] does not appropriately handle paths. Need to make Path parsing more modular to account for format differences that are not XPath based.

subscription {
  path {
    origin: "DME"
    elem {
      name: "sys"
    }
    elem {
      name: "intf"
    }
    elem {
      name: "phys-"
    }
    elem {
      key {
        key: "eth1"
        value: ""
      }
    }
  }
  mode: SAMPLE
  sample_interval: 10000000000
}
@remingtonc remingtonc added the bug Something isn't working label Mar 5, 2020
@remingtonc remingtonc self-assigned this Mar 5, 2020
@remingtonc remingtonc added the os/nx NX-OS label Apr 17, 2020
@remingtonc
Copy link
Contributor Author

Tracking in nx-dme-path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature os/nx NX-OS
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant