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

broken xml on intf-brief.tmpl #36

Open
charkeeberekeke opened this issue Jul 10, 2018 · 1 comment
Open

broken xml on intf-brief.tmpl #36

charkeeberekeke opened this issue Jul 10, 2018 · 1 comment

Comments

@charkeeberekeke
Copy link
Contributor

charkeeberekeke commented Jul 10, 2018

intf-brief.tmpl is made an example on README.md but it doesn't work due to missing xml tags on the file. intf-brief.tmpl needs to be:

<interfaces xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-pfi-im-cmd-oper">
  <interface-briefs>
    <interface-brief>
      <interface-name>{{INTF_NAME}}</interface-name>
    </interface-brief>
  </interface-briefs>
</interfaces>
@einarnn
Copy link
Collaborator

einarnn commented Jul 11, 2018

When I look at the example intf-brief.tmpl, the contents is, as far as I can see, identical to what you have above. The example is also shown in README.md, and again looks identical.

Am I missing something? Please feel free to submit a correction via a pull request for what you see in error.

Cheers,

Einar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants