You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I am having some issues parsing through some config to pull route targets out of IOS-XR config, after working with it for a while it seems like any config with 4 indents doesn't get evaluated.
Hey, I am having some issues parsing through some config to pull route targets out of IOS-XR config, after working with it for a while it seems like any config with 4 indents doesn't get evaluated.
Config:
![screen shot 2015-02-10 at 10 56 47 am](https://cloud.githubusercontent.com/assets/9750284/6131721/8b2e35d4-b113-11e4-90e4-bf0b5c6ed62e.png)
Script:
![screen shot 2015-02-10 at 10 57 47 am](https://cloud.githubusercontent.com/assets/9750284/6131748/c7f8b8a4-b113-11e4-96a2-2e62a3406d3f.png)
Output:
node$ python vrf.py
['vrf test', ' address-family ipv4 unicast', ' import route-policy bgp-pref', ' import route-target', ' export route-target']
Let me know what you think, everything else I have done has worked great.
Thanks
The text was updated successfully, but these errors were encountered: