set supports_generate_diff to False vyos (#43873)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
pull/4420/head
Trishna Guha 2018-08-09 15:37:08 +05:30 committed by GitHub
parent 379fb87b44
commit 55f8b9fa71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}