version 0.6.1 - fixed 'no interface' bug + more
script would crash if an interface was to be deleted interfaces are now no longer deleted if they are 'fixed' interfaces (physical interfaces which may not exist in the new configuration as they're unconfigured, but mustn't be removed) - interfaces such as VLANs and port-channels are still removed fixed some bugs where the order of elements in a rule would be muddled up (e.g. the area used as the operation) - this was because there was a mix of different orders to method parameter lists: these are now always quoted in op-area-id order to match that in the string form of a rule now handles interface aliases for VLANs
Showing
- cfg_contextdiff/__init__.py 1 addition, 1 deletioncfg_contextdiff/__init__.py
- cfg_contextdiff/configdiff.py 1 addition, 1 deletioncfg_contextdiff/configdiff.py
- cfg_contextdiff/configrules.py 10 additions, 10 deletionscfg_contextdiff/configrules.py
- cfg_contextdiff/iosdiff.py 20 additions, 4 deletionscfg_contextdiff/iosdiff.py
- cfg_contextdiff/iosparser.py 14 additions, 14 deletionscfg_contextdiff/iosparser.py
Loading
Please register or sign in to comment