Axel Robbe
Axel Robbe
i see I'm already a bit behind. That's fine, most of the merge will just replace the menu functions. The only thing that has to be reviewed is the enter...
Is it possible to create a separate branch for dev? Then I can PR against that, which allows a bit more testing before merging into master. I've found a nice...
First version is up: https://github.com/naveci/Sooty/tree/menu-redesign Still need to fix a few minor things (press any key to continue) etc. Also looking at a slightly nicer representation like your current one....
Sadly no, I get an error that happens more often when I've tried to connect a directory: ``` Recreating dnsmasq ... error ERROR: for dnsmasq Cannot start service dnsmasq: OCI...
hi @iamsatyanarayan, This is still an issue as it seems to be problem in the library with the parsing of the output with regex. The reason is that the CLI...
Hi @iamsatyanarayan, I was referring to this file: https://github.com/CiscoTestAutomation/genieparser/blob/master/src/genie/libs/parser/iosxr/show_static_routing.py Somewhere in that regex is the problem that misinterprets the outgoing interfaces if there are multiple configured for the same prefix....
Hi, Yes, I did trim the output a bit to not share unnecessary output. Here's the output with the headers included. ``` VRF: default Table Id: 0xe0000000 AFI: IPv4 SAFI:...
It already breaks on the first line: ``` RP/0/RSP0/CPU0:test-pe# Issue with the parser show static vrf all topology detail Traceback (most recent call last): File "src/genie/cli/commands/parser.py", line 339, in genie.cli.commands.parser.ParserCommand.parse...
Hi @kameswararaot, I'm not comfortable pasting RPLs into this comment section. What I see happening is that all RPLs are returned through PyATS. I then perform a parse of "show...
Hi @kameswararaot, As mentioned before, the breaking configuration is: ``` route-policy EVPN-IN-RPL if as-path in EVPN-AS-SET and evpn-route-type is 5 then pass endif end-policy ``` I've updated to the latest...