File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 62
62
matched against the active config and the deltas are loaded line by line.
63
63
If the C(match) argument is set to C(none) the active configuration is ignored
64
64
and the configuration is always loaded. If the C(match) argument is set to
65
- C(smart) both the active configuration and the target configuration are simlulated
66
- and the results compared to bring the target device into a reliable and
67
- reproducable state. Using C(smart), the special value C(...) indicates that
68
- this keys value should not be changed and any preexisting siblings should not
69
- be removed from the target.
65
+ C(smart) the active configuration and the target configuration are compared
66
+ and differences are added to or removed from the target. Using C(smart), the
67
+ special value C(...) indicates that this value should not be changed and its
68
+ siblings should not be removed from the target.
70
69
type: str
71
70
default: line
72
71
choices:
217
216
218
217
DEFAULT_COMMENT = "configured by vyos_config"
219
218
220
- CONFIG_FILTERS = [
221
- re .compile (r"set system login user \S+ authentication encrypted-password" )
222
- ]
219
+ CONFIG_FILTERS = []
223
220
224
221
225
222
def get_candidate (module ):
You can’t perform that action at this time.
0 commit comments