diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-06-13 03:11:22 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-06-13 03:11:22 +0200 |
commit | 163905e7e8977ae82c4a93c992b8f21f91144918 (patch) | |
tree | 51a5773d696fb6fe7c39d3d862eb5faa2ea0f485 /python | |
parent | 29df430906c830146e6cc9b7edda9be836a01837 (diff) | |
parent | bd6f3f6534a93f8a8c64e06967c24d4c3827c517 (diff) | |
download | vyos-1x-163905e7e8977ae82c4a93c992b8f21f91144918.tar.gz vyos-1x-163905e7e8977ae82c4a93c992b8f21f91144918.zip |
Merge branch 'current' of https://github.com/vyos/vyos-1x into current
Diffstat (limited to 'python')
-rw-r--r-- | python/vyos/migrator.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/vyos/migrator.py b/python/vyos/migrator.py index 2d4bc7ffc..59d68f0f7 100644 --- a/python/vyos/migrator.py +++ b/python/vyos/migrator.py @@ -165,6 +165,8 @@ class Migrator(object): self.write_config_file_versions(rev_versions) + def config_changed(self): + return self._changed class VirtualMigrator(Migrator): def __init__(self, config_file, vintage='vyos'): |