diff options
author | John Estabrook <jestabro@sentrium.io> | 2019-06-12 12:04:34 -0500 |
---|---|---|
committer | John Estabrook <jestabro@sentrium.io> | 2019-06-12 12:04:34 -0500 |
commit | 441f95d499f42f57b3a15d78aec826f794fab59f (patch) | |
tree | c002cf0c7aadb312d7539bd7394c67850fcbcace /python | |
parent | aa88d5192338e2263516de791665f819a00b5c36 (diff) | |
download | vyos-1x-441f95d499f42f57b3a15d78aec826f794fab59f.tar.gz vyos-1x-441f95d499f42f57b3a15d78aec826f794fab59f.zip |
T1397: use revised migration method
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'): |