networktocode / ntc-templates

TextFSM templates for parsing show commands of network devices
https://ntc-templates.readthedocs.io/
Other
1.12k stars 730 forks source link

New template for NGFW FortiGate #1872

Closed pnpestov closed 1 month ago

pnpestov commented 1 month ago

The template for processing the command: diagnose lldprx port neighbor details <port-name>

pnpestov commented 1 month ago

@jmcgill298 Thanks for the suggestions! I tried to convey the names of the variables in their original form. But if purposeful work is really underway to systematize the names, then your proposal is rational.

pnpestov commented 1 month ago

@jmcgill298 "CI / yamllint (pull_request) Failing after 1m" - It is suspected that this is because of the character '\r\n' - https://github.com/adrienverge/yamllint/issues/102 ?ysclid=m24s0ytu3361652791 What are my next steps?

jmcgill298 commented 1 month ago

@jmcgill298 "CI / yamllint (pull_request) Failing after 1m" - It is suspected that this is because of the character '\r\n' - adrienverge/yamllint#102 ?ysclid=m24s0ytu3361652791 What are my next steps?

We have provided scripts to help with this: https://github.com/networktocode/ntc-templates/blob/master/docs/dev/dev_parser.md#development-helper-scripts

jmcgill298 commented 1 month ago

@pnpestov I created https://github.com/pnpestov/ntc-templates/pull/1

pnpestov commented 1 month ago

@jmcgill298 Thanks for the help!