Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/loadbalancing/slb/vs/__init__.py
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/loadbalancing/slb/vs/__init__.py	(revision 38230)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/loadbalancing/slb/vs/__init__.py	(working copy)
@@ -918,7 +918,7 @@
                 cmd = 'slb virtual %(protocol)s "%(service_name)s" %(vip_str)s %(vport)u %(arp)s %(max_conn)u\n' % data
 
             manager.cli.set_config()
-            result = manager.cli.cmd(cmd, RegexParser('already configured', MATCHONE, match_exception=CLICmdError),
+            result = manager.cli.cmd(cmd + 'YES\n', RegexParser('already configured', MATCHONE, match_exception=CLICmdError),
                                   RegexParser("The virtual server or real servers can't be modified.", MATCHONE,
                                               match_exception=CLICmdError, exclusive=True, match_msg=__("The virtual service cannot be modified. ")),
                                   RegexParser('it will be associated with the first system interface.', MATCHONE,
