angely-dev

Results 2 issues of angely-dev

To reproduce: ```py from napalm import get_network_driver driver = get_network_driver('ce') device = driver(hostname='blabla', username='hello', password='there') device.open() print(device.get_facts()) ``` Stack trace with `netmiko==4.1.1` (and above): ``` Traceback (most recent call last):...

Related to PR #23 which has been merged, I updated the [README](https://github.com/angely-dev/napalm-huawei-vrp#merging-configuration-and-diff-modes) so that it mentions the `contextual_diff` mode existence. I added some explanation, while trying to keep it as...