James Williams

Results 5 comments of James Williams

@itdependsnetworks, would hier_config need to be extended to support JunOS like syntax?

Hi @rbartzen -- Can you write a test case for this? @jdrew82 -- does this fix #101 ?

Here were the contents of the configurations: ``` % cat running_acl.conf ip access-list TEST 10 permit ip host 192.2.0.1 20 permit ip host 192.2.0.2 % cat generated_acl.conf ip access-list TEST...

By default, hier_config adds the `exit_text` at the same level that it's currently at: https://github.com/netdevops/hier_config/blob/master/hier_config/child.py#L116-L117 ```python if sectional_exiting and (exit_text := self.sectional_exit): yield " " * self.driver.rules.indentation * self.depth() +...

@jdrew82 -- Are you able to test this again? If you're still having issues, can you provide more details?