Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/system/__init__.py
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/system/__init__.py	(revision 38690)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/system/__init__.py	(working copy)
@@ -1736,8 +1736,7 @@
             self.cli.set_enable()
             res = [{'ssh_cipher_suite':'AES128-CBC'},{'ssh_cipher_suite':'AES192-CBC'},{'ssh_cipher_suite':'AES256-CBC'},
                    {'ssh_cipher_suite':'AES128-CTR'},{'ssh_cipher_suite':'AES192-CTR'},{'ssh_cipher_suite':'AES256-CTR'},
-                   {'ssh_cipher_suite':'AES128-GCM@OPENSSH.COM'},{'ssh_cipher_suite':'AES256-GCM@OPENSSH.COM'},
-                   {'ssh_cipher_suite':'CHACHA20-POLY1305@OPENSSH.COM'}]
+                   {'ssh_cipher_suite':'AES128-GCM@OPENSSH.COM'},{'ssh_cipher_suite':'AES256-GCM@OPENSSH.COM'}]
             for each in res:
                 self._model._meta.mark_delay_query(each)
             return QuerySet(self._model, res)
