set supports_generate_diff to False vyos (#43873)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/43877/head
Trishna Guha 6 years ago committed by GitHub
parent 379fb87b44
commit 55f8b9fa71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -227,7 +227,7 @@ class Cliconf(CliconfBase):
'supports_multiline_delimiter': False,
'supports_diff_match': True,
'supports_diff_ignore_lines': False,
'supports_generate_diff': True,
'supports_generate_diff': False,
'supports_replace': False
}

Loading…
Cancel
Save