Index: /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/loadbalancing/slb/policy/__init__.py
===================================================================
--- /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/loadbalancing/slb/policy/__init__.py	(revision 39520)
+++ /branches/rel_apv_10_7/usr/click/webui/htdocs/new/src/apv/models/loadbalancing/slb/policy/__init__.py	(working copy)
@@ -92,9 +92,15 @@
             if filter_list and "src" in filter_list and filter_list["src"][0] and "service_name" in filter_list["src"][0]:
                 src_name = filter_list["src"][0]["service_name"]
                 match_key = '=' + src_name
+            if filter_list and "src" in filter_list and filter_list["src"][0] and "vlink_name" in filter_list["src"][0]:
+                src_name = filter_list["src"][0]["vlink_name"]
+                match_key = '=' + src_name
             if filter_list and "dst" in filter_list and filter_list["dst"][0] and "group_name" in filter_list["dst"][0]:
                 dst_name = filter_list["dst"][0]["group_name"]
                 match_key2 = '=' + dst_name
+            if filter_list and "dst" in filter_list and filter_list["dst"][0] and "vlink_name" in filter_list["dst"][0]:
+                dst_name = filter_list["dst"][0]["vlink_name"]
+                match_key2 = '=' + dst_name
             self.cli.set_enable()
             cmd_output = self.cli.cmd(self._shared_cmd)
             result = cli_parse(cmd_output, [
