diff --git a/napalm_mos/mos.py b/napalm_mos/mos.py index ac2e245..84b75a9 100644 --- a/napalm_mos/mos.py +++ b/napalm_mos/mos.py @@ -209,7 +209,7 @@ def _load_config(self, filename=None, config=None, replace=False): config.insert(0, "configure") config = "\n".join(config) + "\n" else: - config = "configure\n" + config + config = "configure\n" + config + "\n" fd.write(config.encode('utf-8')) fd.flush()