junoser
junoser copied to clipboard
PEG parser for JUNOS configuration.
Hey! I'm attempting to parse a configuration and hitting a limit when attempting to parse vlan members. On some interfaces we have A LOT of VLANs being tagged. We do...
Hi, We are testing this tool for parsing junos configuration and using it for syntax checking. In configuration we have something like the following example: ``` set firewall family inet...
# junoser-compareの実装 ref #8 わかりやすくするために、PRを分割しております。 configファイル2つの入力を受けるために、input.rbにread2を定義しております。 ## 実行 ``` (16:59:46): junoser$cat test_config set interfaces em0 unit 0 family inet mtu 1500 set interfaces em0 unit 0 family inet6 set interfaces...
Hey! With the latest master, I still have issues with apply-path: ``` set policy-options prefix-list ipvX-bgp-neighbors apply-path "routing-instances protocols bgp group neighbor " ``` Generated parser is: ```ruby b(str("policy-options"), c(...
First, junoser do not output error about this sentence. ``` junoser$echo "set interfaces em0 unit 0 family" | junoser -c ``` But I got error when I insert this sentence...