With regard to Github Issue #248, CiscoConfParse should document the nxos syntax mentioned in the resolution to that report.
Ideally explain some ways in which this differs from "ios" in its parsing, so that other IOS/NX-OS-like syntaxes can be interpreted with the correct option.
It looks like perhaps other options may benefit from explanation of their differences/behaviors as well:
ALL_VALID_SYNTAX = (
'ios',
'nxos',
'asa',
'junos',
)
With regard to Github Issue #248, CiscoConfParse should document the
nxos
syntax mentioned in the resolution to that report.Ideally explain some ways in which this differs from "ios" in its parsing, so that other IOS/NX-OS-like syntaxes can be interpreted with the correct option.
It looks like perhaps other options may benefit from explanation of their differences/behaviors as well: ALL_VALID_SYNTAX = ( 'ios', 'nxos', 'asa', 'junos', )