ports/154418: [maintainer update] net-mgmt/noc: update from 0.3.2 to 0.6

Stanislav A Svirid count at 211.ru
Mon Jan 31 14:50:10 UTC 2011


>Number:         154418
>Category:       ports
>Synopsis:       [maintainer update] net-mgmt/noc: update from 0.3.2 to 0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 31 14:50:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stanislav A Svirid
>Release:        FreeBSD 7.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD unknown.211.ru 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Oct 17 19:14:29 NOVST 2009 root at unknown.211.ru:/usr/obj/usr/src/sys/UNKNOWN i386


	
>Description:
Update to version 0.6

Release notes you may see at http://redmine.nocproject.org/projects/noc/news

Change MASTER_SITE url.

>How-To-Repeat:
	
>Fix:

	

--- noc-0.6.patch begins here ---
diff -ruN noc.bak/Makefile noc/Makefile
--- noc.bak/Makefile	2011-01-31 20:18:48.000000000 +0600
+++ noc/Makefile	2011-01-31 19:56:46.000000000 +0600
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	noc
-PORTVERSION=	0.3.2
+PORTVERSION=	0.6
 CATEGORIES=	net-mgmt python
-MASTER_SITES=	http://trac.nocproject.org/trac/downloads/
+MASTER_SITES=	http://redmine.nocproject.org/attachments/download/79/
 DISTNAME=	noc-${PORTVERSION}
 
 MAINTAINER=	count at 211.ru
@@ -19,19 +19,25 @@
     		${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx \
 		${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup
 RUN_DEPENDS=	django-admin.py:${PORTSDIR}/www/py-django \
+		${PYTHON_PKGNAMEPREFIX}django-tagging>0:${PORTSDIR}/www/py-django-tagging \
+		${PYTHON_PKGNAMEPREFIX}south>0:${PORTSDIR}/databases/py-south \
+		${PYTHON_PKGNAMEPREFIX}coverage>0:${PORTSDIR}/devel/py-coverage \
+		${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf \
 		${PYTHON_SITELIBDIR}/psycopg2/_psycopg.so:${PORTSDIR}/databases/py-psycopg2 \
 		${PYTHON_SITELIBDIR}/pysnmp/v4/__init__.py:${PORTSDIR}/net-mgmt/py-snmp4 \
-		${PYTHON_PKGNAMEPREFIX}south>0:${PORTSDIR}/databases/py-south \
 		${PYTHON_PKGNAMEPREFIX}creole>0:${PORTSDIR}/textproc/py-creole \
-		${PYTHON_PKGNAMEPREFIX}netifaces>0:${PORTSDIR}/net/py-netifaces \
-		${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf
+		${PYTHON_PKGNAMEPREFIX}webob>0:${PORTSDIR}/www/py-webob \
+		${PYTHON_PKGNAMEPREFIX}WebTest>0:${PORTSDIR}/www/py-WebTest \
+		${PYTHON_PKGNAMEPREFIX}netifaces>0:${PORTSDIR}/net/py-netifaces
 
 USE_PYTHON=	2.6+
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_EGGINFODIR=	${NOCDIR}
+PYDISTUTILS_NOEGGINFO=	yes
 
 CONFLICTS=	noc-devel-[0-9].*
 
+LICENSE=	BSD
+
 NOCUSER?=	noc
 NOCGROUP?=	noc
 NOCDIR?=	${PREFIX}/noc
@@ -71,6 +77,13 @@
 		etc/noc-probe.defaults \
 		etc/noc.defaults
 
+post-extract:
+	@(cd ${WRKSRC}; \
+	    ${RM} -rf contrib/src; \
+	    ${REINPLACE_CMD} -e "/^contrib\/src/ d;" MANIFEST ; \
+	    ${REINPLACE_CMD} -e "/^contrib/ d;" MANIFEST-ACTIVATOR ; \
+	)
+
 post-patch:
 	@(cd ${WRKSRC}; \
 	${REINPLACE_CMD} -e "s@^\(pidfile *=\).*/\([^/]*.pid\)@\1 ${LOCALSTATE_DIR}/\2@" ${NOC_CONF_FILES}; \
diff -ruN noc.bak/distinfo noc/distinfo
--- noc.bak/distinfo	2011-01-31 20:18:48.000000000 +0600
+++ noc/distinfo	2011-01-31 15:03:04.000000000 +0600
@@ -1,3 +1,2 @@
-MD5 (noc-0.3.2.tar.gz) = 962d2e5d2472114c4e0dfb5d9a4173ce
-SHA256 (noc-0.3.2.tar.gz) = e8fd6844d699636c07f8e166e4560a5f403e8781025ebc4c1dee20838796c7cf
-SIZE (noc-0.3.2.tar.gz) = 1242587
+SHA256 (noc-0.6.tar.gz) = 52a022b8d1050687bb13e98926c25004ba1f12d14a95b1ae05c22bc97730d8a1
+SIZE (noc-0.6.tar.gz) = 12858146
diff -ruN noc.bak/files/patch-main_management_commands_sync-doc.py noc/files/patch-main_management_commands_sync-doc.py
--- noc.bak/files/patch-main_management_commands_sync-doc.py	1970-01-01 07:00:00.000000000 +0700
+++ noc/files/patch-main_management_commands_sync-doc.py	2011-01-31 16:18:52.000000000 +0600
@@ -0,0 +1,29 @@
+--- main/management/commands/sync-doc.py.orig	2011-01-31 16:14:43.000000000 +0600
++++ main/management/commands/sync-doc.py	2011-01-31 16:17:57.000000000 +0600
+@@ -43,10 +43,6 @@ class Command(BaseCommand):
+         return rewrite_when_differ(db_path,out.getvalue())
+         
+     def handle(self, *args, **options):
+-        # Prepare paths
+-        sphinx_build=os.path.abspath(os.path.join("contrib","bin","sphinx-build"))
+-        if not os.path.exists(sphinx_build):
+-            raise CommandError("%s not found. Please rebuild contrib/"%sphinx_build)
+         #
+         se_db_updated=self.update_se_db()
+         # Prepare options
+@@ -56,6 +52,8 @@ class Command(BaseCommand):
+         # Prepare environment
+         env=os.environ.copy()
+         env["PYTHONPATH"]=":".join(sys.path)
++	# add path from contrib
++	env["PATH"]=os.path.abspath(os.path.join("contrib","bin"))+":"+env["PATH"]
+         # Rebuild all documentation
+         for conf in glob.glob("share/docs/*/*/conf.py"):
+             d,f=os.path.split(conf)
+@@ -69,5 +67,5 @@ class Command(BaseCommand):
+                         os.makedirs(p)
+                     except OSError:
+                         raise CommandError("Unable to create directory: %s"%p)
+-            cmd=[sphinx_build]+opts+["-b","html","-d",doctrees,"-D","latex_paper_size=a4",".",html]
++            cmd=["sphinx-build"]+opts+["-b","html","-d",doctrees,"-D","latex_paper_size=a4",".",html]
+             subprocess.call(cmd,cwd=d,env=env)
diff -ruN noc.bak/files/patch-scripts_sync-contrib noc/files/patch-scripts_sync-contrib
--- noc.bak/files/patch-scripts_sync-contrib	1970-01-01 07:00:00.000000000 +0700
+++ noc/files/patch-scripts_sync-contrib	2011-01-31 16:24:11.000000000 +0600
@@ -0,0 +1,13 @@
+--- scripts/sync-contrib.orig	2011-01-31 16:18:59.000000000 +0600
++++ scripts/sync-contrib	2011-01-31 16:23:13.000000000 +0600
+@@ -107,6 +107,10 @@ class Installer(object):
+         return self.install("protobuf")
+ 
+ if __name__=="__main__":
++    # Always return 0 on FreeBSD
++    if os.uname()[0] == 'FreeBSD':
++	sys.exit(0);
++
+     check_only=False
+     optlist,optargs=getopt.getopt(sys.argv[1:],"c")
+     for k,v in optlist:
diff -ruN noc.bak/files/pkg-deinstall.in noc/files/pkg-deinstall.in
--- noc.bak/files/pkg-deinstall.in	2011-01-31 20:18:48.000000000 +0600
+++ noc/files/pkg-deinstall.in	2011-01-31 20:12:34.000000000 +0600
@@ -20,7 +20,7 @@
     ##
     ## Remove created directories
     ##
-    for d in ${NOCDIR}/local ${NOCDIR}/static/doc ${NOCDIR} ${NOCDBDIR}/repo ${NOCDBDIR}/backup ${NOCDBDIR} /var/log/noc; do
+    for d in ${NOCDIR}/local ${NOCDIR}/static ${NOCDIR}/static/* ${NOCDIR} ${NOCDBDIR}/repo ${NOCDBDIR}/backup ${NOCDBDIR} /var/log/noc ${LOCALSTATE_DIR}; do
 	if [ -e $d ]; then
 	    echo "You should manually remove the \"${d}\" directory."
 	fi
diff -ruN noc.bak/pkg-plist noc/pkg-plist
--- noc.bak/pkg-plist	2011-01-31 20:18:48.000000000 +0600
+++ noc/pkg-plist	2011-01-31 20:09:51.000000000 +0600
@@ -1,6 +1,4 @@
-noc/500.html
 noc/AUTHORS
-noc/CHANGELOG
 noc/INSTALL
 noc/LICENSE
 noc/MANIFEST
@@ -13,10 +11,97 @@
 noc/cm/__init__.py
 noc/cm/__init__.pyc
 noc/cm/__init__.pyo
-noc/cm/admin.py
-noc/cm/admin.pyc
-noc/cm/admin.pyo
-noc/cm/diff.html
+noc/cm/apps/__init__.py
+noc/cm/apps/__init__.pyc
+noc/cm/apps/__init__.pyo
+noc/cm/apps/config/__init__.py
+noc/cm/apps/config/__init__.pyc
+noc/cm/apps/config/__init__.pyo
+noc/cm/apps/config/templates/change_list.html
+noc/cm/apps/config/tests/__init__.py
+noc/cm/apps/config/tests/__init__.pyc
+noc/cm/apps/config/tests/__init__.pyo
+noc/cm/apps/config/tests/test.py
+noc/cm/apps/config/tests/test.pyc
+noc/cm/apps/config/tests/test.pyo
+noc/cm/apps/config/views.py
+noc/cm/apps/config/views.pyc
+noc/cm/apps/config/views.pyo
+noc/cm/apps/dns/__init__.py
+noc/cm/apps/dns/__init__.pyc
+noc/cm/apps/dns/__init__.pyo
+noc/cm/apps/dns/templates/change_list.html
+noc/cm/apps/dns/tests/__init__.py
+noc/cm/apps/dns/tests/__init__.pyc
+noc/cm/apps/dns/tests/__init__.pyo
+noc/cm/apps/dns/tests/test.py
+noc/cm/apps/dns/tests/test.pyc
+noc/cm/apps/dns/tests/test.pyo
+noc/cm/apps/dns/views.py
+noc/cm/apps/dns/views.pyc
+noc/cm/apps/dns/views.pyo
+noc/cm/apps/objectnotify/__init__.py
+noc/cm/apps/objectnotify/__init__.pyc
+noc/cm/apps/objectnotify/__init__.pyo
+noc/cm/apps/objectnotify/tests/__init__.py
+noc/cm/apps/objectnotify/tests/__init__.pyc
+noc/cm/apps/objectnotify/tests/__init__.pyo
+noc/cm/apps/objectnotify/tests/test.py
+noc/cm/apps/objectnotify/tests/test.pyc
+noc/cm/apps/objectnotify/tests/test.pyo
+noc/cm/apps/objectnotify/views.py
+noc/cm/apps/objectnotify/views.pyc
+noc/cm/apps/objectnotify/views.pyo
+noc/cm/apps/prefixlist/__init__.py
+noc/cm/apps/prefixlist/__init__.pyc
+noc/cm/apps/prefixlist/__init__.pyo
+noc/cm/apps/prefixlist/templates/change_list.html
+noc/cm/apps/prefixlist/tests/__init__.py
+noc/cm/apps/prefixlist/tests/__init__.pyc
+noc/cm/apps/prefixlist/tests/__init__.pyo
+noc/cm/apps/prefixlist/tests/test.py
+noc/cm/apps/prefixlist/tests/test.pyc
+noc/cm/apps/prefixlist/tests/test.pyo
+noc/cm/apps/prefixlist/views.py
+noc/cm/apps/prefixlist/views.pyc
+noc/cm/apps/prefixlist/views.pyo
+noc/cm/apps/reportlatestchanges/__init__.py
+noc/cm/apps/reportlatestchanges/__init__.pyc
+noc/cm/apps/reportlatestchanges/__init__.pyo
+noc/cm/apps/reportlatestchanges/tests/__init__.py
+noc/cm/apps/reportlatestchanges/tests/__init__.pyc
+noc/cm/apps/reportlatestchanges/tests/__init__.pyo
+noc/cm/apps/reportlatestchanges/tests/test.py
+noc/cm/apps/reportlatestchanges/tests/test.pyc
+noc/cm/apps/reportlatestchanges/tests/test.pyo
+noc/cm/apps/reportlatestchanges/views.py
+noc/cm/apps/reportlatestchanges/views.pyc
+noc/cm/apps/reportlatestchanges/views.pyo
+noc/cm/apps/reportstaleconfigs/__init__.py
+noc/cm/apps/reportstaleconfigs/__init__.pyc
+noc/cm/apps/reportstaleconfigs/__init__.pyo
+noc/cm/apps/reportstaleconfigs/tests/__init__.py
+noc/cm/apps/reportstaleconfigs/tests/__init__.pyc
+noc/cm/apps/reportstaleconfigs/tests/__init__.pyo
+noc/cm/apps/reportstaleconfigs/tests/test.py
+noc/cm/apps/reportstaleconfigs/tests/test.pyc
+noc/cm/apps/reportstaleconfigs/tests/test.pyo
+noc/cm/apps/reportstaleconfigs/views.py
+noc/cm/apps/reportstaleconfigs/views.pyc
+noc/cm/apps/reportstaleconfigs/views.pyo
+noc/cm/apps/rpsl/__init__.py
+noc/cm/apps/rpsl/__init__.pyc
+noc/cm/apps/rpsl/__init__.pyo
+noc/cm/apps/rpsl/templates/change_list.html
+noc/cm/apps/rpsl/tests/__init__.py
+noc/cm/apps/rpsl/tests/__init__.pyc
+noc/cm/apps/rpsl/tests/__init__.pyo
+noc/cm/apps/rpsl/tests/test.py
+noc/cm/apps/rpsl/tests/test.pyc
+noc/cm/apps/rpsl/tests/test.pyo
+noc/cm/apps/rpsl/views.py
+noc/cm/apps/rpsl/views.pyc
+noc/cm/apps/rpsl/views.pyo
 noc/cm/management/__init__.py
 noc/cm/management/__init__.pyc
 noc/cm/management/__init__.pyo
@@ -71,6 +156,12 @@
 noc/cm/migrations/0014_object_notifify_drop_emails.py
 noc/cm/migrations/0014_object_notifify_drop_emails.pyc
 noc/cm/migrations/0014_object_notifify_drop_emails.pyo
+noc/cm/migrations/0015_tags.py
+noc/cm/migrations/0015_tags.pyc
+noc/cm/migrations/0015_tags.pyo
+noc/cm/migrations/0016_no_objectgroup.py
+noc/cm/migrations/0016_no_objectgroup.pyc
+noc/cm/migrations/0016_no_objectgroup.pyo
 noc/cm/migrations/__init__.py
 noc/cm/migrations/__init__.pyc
 noc/cm/migrations/__init__.pyo
@@ -95,21 +186,17 @@
 noc/cm/periodics/rpsl_pull.py
 noc/cm/periodics/rpsl_pull.pyc
 noc/cm/periodics/rpsl_pull.pyo
-noc/cm/reports/__init__.py
-noc/cm/reports/__init__.pyc
-noc/cm/reports/__init__.pyo
-noc/cm/reports/ip_addresses_in_config.py
-noc/cm/reports/ip_addresses_in_config.pyc
-noc/cm/reports/ip_addresses_in_config.pyo
-noc/cm/reports/last_changes.py
-noc/cm/reports/last_changes.pyc
-noc/cm/reports/last_changes.pyo
-noc/cm/reports/stale_configs.py
-noc/cm/reports/stale_configs.pyc
-noc/cm/reports/stale_configs.pyo
-noc/cm/urls.py
-noc/cm/urls.pyc
-noc/cm/urls.pyo
+noc/cm/repoapp.py
+noc/cm/repoapp.pyc
+noc/cm/repoapp.pyo
+noc/cm/templates/diff.html
+noc/cm/templates/view.html
+noc/cm/templatetags/__init__.py
+noc/cm/templatetags/__init__.pyc
+noc/cm/templatetags/__init__.pyo
+noc/cm/templatetags/cmtags.py
+noc/cm/templatetags/cmtags.pyc
+noc/cm/templatetags/cmtags.pyo
 noc/cm/vcs/__init__.py
 noc/cm/vcs/__init__.pyc
 noc/cm/vcs/__init__.pyo
@@ -119,16 +206,135 @@
 noc/cm/vcs/hg.py
 noc/cm/vcs/hg.pyc
 noc/cm/vcs/hg.pyo
-noc/cm/view.html
-noc/cm/views.py
-noc/cm/views.pyc
-noc/cm/views.pyo
+noc/contrib/README
 noc/dns/__init__.py
 noc/dns/__init__.pyc
 noc/dns/__init__.pyo
-noc/dns/admin.py
-noc/dns/admin.pyc
-noc/dns/admin.pyo
+noc/dns/apps/__init__.py
+noc/dns/apps/__init__.pyc
+noc/dns/apps/__init__.pyo
+noc/dns/apps/dnsserver/__init__.py
+noc/dns/apps/dnsserver/__init__.pyc
+noc/dns/apps/dnsserver/__init__.pyo
+noc/dns/apps/dnsserver/tests/__init__.py
+noc/dns/apps/dnsserver/tests/__init__.pyc
+noc/dns/apps/dnsserver/tests/__init__.pyo
+noc/dns/apps/dnsserver/tests/test.py
+noc/dns/apps/dnsserver/tests/test.pyc
+noc/dns/apps/dnsserver/tests/test.pyo
+noc/dns/apps/dnsserver/views.py
+noc/dns/apps/dnsserver/views.pyc
+noc/dns/apps/dnsserver/views.pyo
+noc/dns/apps/dnszone/__init__.py
+noc/dns/apps/dnszone/__init__.pyc
+noc/dns/apps/dnszone/__init__.pyo
+noc/dns/apps/dnszone/templates/change_list.html
+noc/dns/apps/dnszone/templates/tools.html
+noc/dns/apps/dnszone/tests/__init__.py
+noc/dns/apps/dnszone/tests/__init__.pyc
+noc/dns/apps/dnszone/tests/__init__.pyo
+noc/dns/apps/dnszone/tests/test.py
+noc/dns/apps/dnszone/tests/test.pyc
+noc/dns/apps/dnszone/tests/test.pyo
+noc/dns/apps/dnszone/views.py
+noc/dns/apps/dnszone/views.pyc
+noc/dns/apps/dnszone/views.pyo
+noc/dns/apps/dnszoneprofile/__init__.py
+noc/dns/apps/dnszoneprofile/__init__.pyc
+noc/dns/apps/dnszoneprofile/__init__.pyo
+noc/dns/apps/dnszoneprofile/tests/__init__.py
+noc/dns/apps/dnszoneprofile/tests/__init__.pyc
+noc/dns/apps/dnszoneprofile/tests/__init__.pyo
+noc/dns/apps/dnszoneprofile/tests/test.py
+noc/dns/apps/dnszoneprofile/tests/test.pyc
+noc/dns/apps/dnszoneprofile/tests/test.pyo
+noc/dns/apps/dnszoneprofile/views.py
+noc/dns/apps/dnszoneprofile/views.pyc
+noc/dns/apps/dnszoneprofile/views.pyo
+noc/dns/apps/dnszonerecordtype/__init__.py
+noc/dns/apps/dnszonerecordtype/__init__.pyc
+noc/dns/apps/dnszonerecordtype/__init__.pyo
+noc/dns/apps/dnszonerecordtype/tests/__init__.py
+noc/dns/apps/dnszonerecordtype/tests/__init__.pyc
+noc/dns/apps/dnszonerecordtype/tests/__init__.pyo
+noc/dns/apps/dnszonerecordtype/tests/test.py
+noc/dns/apps/dnszonerecordtype/tests/test.pyc
+noc/dns/apps/dnszonerecordtype/tests/test.pyo
+noc/dns/apps/dnszonerecordtype/views.py
+noc/dns/apps/dnszonerecordtype/views.pyc
+noc/dns/apps/dnszonerecordtype/views.pyo
+noc/dns/apps/reportduplicatedfqdns/__init__.py
+noc/dns/apps/reportduplicatedfqdns/__init__.pyc
+noc/dns/apps/reportduplicatedfqdns/__init__.pyo
+noc/dns/apps/reportduplicatedfqdns/tests/__init__.py
+noc/dns/apps/reportduplicatedfqdns/tests/__init__.pyc
+noc/dns/apps/reportduplicatedfqdns/tests/__init__.pyo
+noc/dns/apps/reportduplicatedfqdns/tests/test.py
+noc/dns/apps/reportduplicatedfqdns/tests/test.pyc
+noc/dns/apps/reportduplicatedfqdns/tests/test.pyo
+noc/dns/apps/reportduplicatedfqdns/views.py
+noc/dns/apps/reportduplicatedfqdns/views.pyc
+noc/dns/apps/reportduplicatedfqdns/views.pyo
+noc/dns/apps/reportexpiringdomains/__init__.py
+noc/dns/apps/reportexpiringdomains/__init__.pyc
+noc/dns/apps/reportexpiringdomains/__init__.pyo
+noc/dns/apps/reportexpiringdomains/tests/__init__.py
+noc/dns/apps/reportexpiringdomains/tests/__init__.pyc
+noc/dns/apps/reportexpiringdomains/tests/__init__.pyo
+noc/dns/apps/reportexpiringdomains/tests/test.py
+noc/dns/apps/reportexpiringdomains/tests/test.pyc
+noc/dns/apps/reportexpiringdomains/tests/test.pyo
+noc/dns/apps/reportexpiringdomains/views.py
+noc/dns/apps/reportexpiringdomains/views.pyc
+noc/dns/apps/reportexpiringdomains/views.pyo
+noc/dns/apps/reportmissedp2p/__init__.py
+noc/dns/apps/reportmissedp2p/__init__.pyc
+noc/dns/apps/reportmissedp2p/__init__.pyo
+noc/dns/apps/reportmissedp2p/tests/__init__.py
+noc/dns/apps/reportmissedp2p/tests/__init__.pyc
+noc/dns/apps/reportmissedp2p/tests/__init__.pyo
+noc/dns/apps/reportmissedp2p/tests/test.py
+noc/dns/apps/reportmissedp2p/tests/test.pyc
+noc/dns/apps/reportmissedp2p/tests/test.pyo
+noc/dns/apps/reportmissedp2p/views.py
+noc/dns/apps/reportmissedp2p/views.pyc
+noc/dns/apps/reportmissedp2p/views.pyo
+noc/dns/apps/reportmissedreverse/__init__.py
+noc/dns/apps/reportmissedreverse/__init__.pyc
+noc/dns/apps/reportmissedreverse/__init__.pyo
+noc/dns/apps/reportmissedreverse/tests/__init__.py
+noc/dns/apps/reportmissedreverse/tests/__init__.pyc
+noc/dns/apps/reportmissedreverse/tests/__init__.pyo
+noc/dns/apps/reportmissedreverse/tests/test.py
+noc/dns/apps/reportmissedreverse/tests/test.pyc
+noc/dns/apps/reportmissedreverse/tests/test.pyo
+noc/dns/apps/reportmissedreverse/views.py
+noc/dns/apps/reportmissedreverse/views.pyc
+noc/dns/apps/reportmissedreverse/views.pyo
+noc/dns/apps/reportnszonesummary/__init__.py
+noc/dns/apps/reportnszonesummary/__init__.pyc
+noc/dns/apps/reportnszonesummary/__init__.pyo
+noc/dns/apps/reportnszonesummary/tests/__init__.py
+noc/dns/apps/reportnszonesummary/tests/__init__.pyc
+noc/dns/apps/reportnszonesummary/tests/__init__.pyo
+noc/dns/apps/reportnszonesummary/tests/test.py
+noc/dns/apps/reportnszonesummary/tests/test.pyc
+noc/dns/apps/reportnszonesummary/tests/test.pyo
+noc/dns/apps/reportnszonesummary/views.py
+noc/dns/apps/reportnszonesummary/views.pyc
+noc/dns/apps/reportnszonesummary/views.pyo
+noc/dns/apps/reportsupportedns/__init__.py
+noc/dns/apps/reportsupportedns/__init__.pyc
+noc/dns/apps/reportsupportedns/__init__.pyo
+noc/dns/apps/reportsupportedns/tests/__init__.py
+noc/dns/apps/reportsupportedns/tests/__init__.pyc
+noc/dns/apps/reportsupportedns/tests/__init__.pyo
+noc/dns/apps/reportsupportedns/tests/test.py
+noc/dns/apps/reportsupportedns/tests/test.pyc
+noc/dns/apps/reportsupportedns/tests/test.pyo
+noc/dns/apps/reportsupportedns/views.py
+noc/dns/apps/reportsupportedns/views.pyc
+noc/dns/apps/reportsupportedns/views.pyo
 noc/dns/generators/__init__.py
 noc/dns/generators/__init__.pyc
 noc/dns/generators/__init__.pyo
@@ -192,6 +398,9 @@
 noc/dns/migrations/0019_dnszoneprofile_description.py
 noc/dns/migrations/0019_dnszoneprofile_description.pyc
 noc/dns/migrations/0019_dnszoneprofile_description.pyo
+noc/dns/migrations/0020_tags.py
+noc/dns/migrations/0020_tags.pyc
+noc/dns/migrations/0020_tags.pyo
 noc/dns/migrations/__init__.py
 noc/dns/migrations/__init__.pyc
 noc/dns/migrations/__init__.pyo
@@ -207,35 +416,6 @@
 noc/dns/periodics/update_domain_expiration.py
 noc/dns/periodics/update_domain_expiration.pyc
 noc/dns/periodics/update_domain_expiration.pyo
-noc/dns/reports/__init__.py
-noc/dns/reports/__init__.pyc
-noc/dns/reports/__init__.pyo
-noc/dns/reports/duplicated_fqdns.py
-noc/dns/reports/duplicated_fqdns.pyc
-noc/dns/reports/duplicated_fqdns.pyo
-noc/dns/reports/expiring_domains.py
-noc/dns/reports/expiring_domains.pyc
-noc/dns/reports/expiring_domains.pyo
-noc/dns/reports/missed_p2p_addresses.py
-noc/dns/reports/missed_p2p_addresses.pyc
-noc/dns/reports/missed_p2p_addresses.pyo
-noc/dns/reports/missed_reverse_zones.py
-noc/dns/reports/missed_reverse_zones.pyc
-noc/dns/reports/missed_reverse_zones.pyo
-noc/dns/reports/ns_zones.py
-noc/dns/reports/ns_zones.pyc
-noc/dns/reports/ns_zones.pyo
-noc/dns/reports/supported_servers.py
-noc/dns/reports/supported_servers.pyc
-noc/dns/reports/supported_servers.pyo
-noc/dns/tools.html
-noc/dns/urls.py
-noc/dns/urls.pyc
-noc/dns/urls.pyo
-noc/dns/views.py
-noc/dns/views.pyc
-noc/dns/views.pyo
-noc/dns/zone.html
 @unexec if cmp -s %D/noc/etc/noc-activator.defaults %D/noc/etc/noc-activator.conf; then rm -f %D/noc/etc/noc-activator.conf; fi
 noc/etc/noc-activator.defaults
 @unexec if cmp -s %D/noc/etc/noc-classifier.defaults %D/noc/etc/noc-classifier.conf; then rm -f %D/noc/etc/noc-classifier.conf; fi
@@ -257,18 +437,229 @@
 noc/fm/__init__.py
 noc/fm/__init__.pyc
 noc/fm/__init__.pyo
-noc/fm/active_problems_summary.html
-noc/fm/admin.py
-noc/fm/admin.pyc
-noc/fm/admin.pyo
+noc/fm/apps/__init__.py
+noc/fm/apps/__init__.pyc
+noc/fm/apps/__init__.pyo
+noc/fm/apps/activeproblems/__init__.py
+noc/fm/apps/activeproblems/__init__.pyc
+noc/fm/apps/activeproblems/__init__.pyo
+noc/fm/apps/activeproblems/templates/summary.html
+noc/fm/apps/activeproblems/tests/__init__.py
+noc/fm/apps/activeproblems/tests/__init__.pyc
+noc/fm/apps/activeproblems/tests/__init__.pyo
+noc/fm/apps/activeproblems/tests/test.py
+noc/fm/apps/activeproblems/tests/test.pyc
+noc/fm/apps/activeproblems/tests/test.pyo
+noc/fm/apps/activeproblems/views.py
+noc/fm/apps/activeproblems/views.pyc
+noc/fm/apps/activeproblems/views.pyo
+noc/fm/apps/event/__init__.py
+noc/fm/apps/event/__init__.pyc
+noc/fm/apps/event/__init__.pyo
+noc/fm/apps/event/templates/event.html
+noc/fm/apps/event/templates/index.html
+noc/fm/apps/event/tests/__init__.py
+noc/fm/apps/event/tests/__init__.pyc
+noc/fm/apps/event/tests/__init__.pyo
+noc/fm/apps/event/tests/test.py
+noc/fm/apps/event/tests/test.pyc
+noc/fm/apps/event/tests/test.pyo
+noc/fm/apps/event/views.py
+noc/fm/apps/event/views.pyc
+noc/fm/apps/event/views.pyo
+noc/fm/apps/eventarchivationrule/__init__.py
+noc/fm/apps/eventarchivationrule/__init__.pyc
+noc/fm/apps/eventarchivationrule/__init__.pyo
+noc/fm/apps/eventarchivationrule/tests/__init__.py
+noc/fm/apps/eventarchivationrule/tests/__init__.pyc
+noc/fm/apps/eventarchivationrule/tests/__init__.pyo
+noc/fm/apps/eventarchivationrule/tests/test.py
+noc/fm/apps/eventarchivationrule/tests/test.pyc
+noc/fm/apps/eventarchivationrule/tests/test.pyo
+noc/fm/apps/eventarchivationrule/views.py
+noc/fm/apps/eventarchivationrule/views.pyc
+noc/fm/apps/eventarchivationrule/views.pyo
+noc/fm/apps/eventcategory/__init__.py
+noc/fm/apps/eventcategory/__init__.pyc
+noc/fm/apps/eventcategory/__init__.pyo
+noc/fm/apps/eventcategory/tests/__init__.py
+noc/fm/apps/eventcategory/tests/__init__.pyc
+noc/fm/apps/eventcategory/tests/__init__.pyo
+noc/fm/apps/eventcategory/tests/test.py
+noc/fm/apps/eventcategory/tests/test.pyc
+noc/fm/apps/eventcategory/tests/test.pyo
+noc/fm/apps/eventcategory/views.py
+noc/fm/apps/eventcategory/views.pyc
+noc/fm/apps/eventcategory/views.pyo
+noc/fm/apps/eventclass/__init__.py
+noc/fm/apps/eventclass/__init__.pyc
+noc/fm/apps/eventclass/__init__.pyo
+noc/fm/apps/eventclass/tests/__init__.py
+noc/fm/apps/eventclass/tests/__init__.pyc
+noc/fm/apps/eventclass/tests/__init__.pyo
+noc/fm/apps/eventclass/tests/test.py
+noc/fm/apps/eventclass/tests/test.pyc
+noc/fm/apps/eventclass/tests/test.pyo
+noc/fm/apps/eventclass/views.py
+noc/fm/apps/eventclass/views.pyc
+noc/fm/apps/eventclass/views.pyo
+noc/fm/apps/eventclassificationrule/__init__.py
+noc/fm/apps/eventclassificationrule/__init__.pyc
+noc/fm/apps/eventclassificationrule/__init__.pyo
+noc/fm/apps/eventclassificationrule/templates/change_form.html
+noc/fm/apps/eventclassificationrule/templates/change_list.html
+noc/fm/apps/eventclassificationrule/tests/__init__.py
+noc/fm/apps/eventclassificationrule/tests/__init__.pyc
+noc/fm/apps/eventclassificationrule/tests/__init__.pyo
+noc/fm/apps/eventclassificationrule/tests/test.py
+noc/fm/apps/eventclassificationrule/tests/test.pyc
+noc/fm/apps/eventclassificationrule/tests/test.pyo
+noc/fm/apps/eventclassificationrule/views.py
+noc/fm/apps/eventclassificationrule/views.pyc
+noc/fm/apps/eventclassificationrule/views.pyo
+noc/fm/apps/eventcorrelationrule/__init__.py
+noc/fm/apps/eventcorrelationrule/__init__.pyc
+noc/fm/apps/eventcorrelationrule/__init__.pyo
+noc/fm/apps/eventcorrelationrule/templates/change_list.html
+noc/fm/apps/eventcorrelationrule/tests/__init__.py
+noc/fm/apps/eventcorrelationrule/tests/__init__.pyc
+noc/fm/apps/eventcorrelationrule/tests/__init__.pyo
+noc/fm/apps/eventcorrelationrule/tests/test.py
+noc/fm/apps/eventcorrelationrule/tests/test.pyc
+noc/fm/apps/eventcorrelationrule/tests/test.pyo
+noc/fm/apps/eventcorrelationrule/views.py
+noc/fm/apps/eventcorrelationrule/views.pyc
+noc/fm/apps/eventcorrelationrule/views.pyo
+noc/fm/apps/eventpostprocessingrule/__init__.py
+noc/fm/apps/eventpostprocessingrule/__init__.pyc
+noc/fm/apps/eventpostprocessingrule/__init__.pyo
+noc/fm/apps/eventpostprocessingrule/templates/change_form.html
+noc/fm/apps/eventpostprocessingrule/templates/change_list.html
+noc/fm/apps/eventpostprocessingrule/tests/__init__.py
+noc/fm/apps/eventpostprocessingrule/tests/__init__.pyc
+noc/fm/apps/eventpostprocessingrule/tests/__init__.pyo
+noc/fm/apps/eventpostprocessingrule/tests/test.py
+noc/fm/apps/eventpostprocessingrule/tests/test.pyc
+noc/fm/apps/eventpostprocessingrule/tests/test.pyo
+noc/fm/apps/eventpostprocessingrule/views.py
+noc/fm/apps/eventpostprocessingrule/views.pyc
+noc/fm/apps/eventpostprocessingrule/views.pyo
+noc/fm/apps/eventpriority/__init__.py
+noc/fm/apps/eventpriority/__init__.pyc
+noc/fm/apps/eventpriority/__init__.pyo
+noc/fm/apps/eventpriority/tests/__init__.py
+noc/fm/apps/eventpriority/tests/__init__.pyc
+noc/fm/apps/eventpriority/tests/__init__.pyo
+noc/fm/apps/eventpriority/tests/test.py
+noc/fm/apps/eventpriority/tests/test.pyc
+noc/fm/apps/eventpriority/tests/test.pyo
+noc/fm/apps/eventpriority/views.py
+noc/fm/apps/eventpriority/views.pyc
+noc/fm/apps/eventpriority/views.pyo
+noc/fm/apps/ignoreeventrules/__init__.py
+noc/fm/apps/ignoreeventrules/__init__.pyc
+noc/fm/apps/ignoreeventrules/__init__.pyo
+noc/fm/apps/ignoreeventrules/tests/__init__.py
+noc/fm/apps/ignoreeventrules/tests/__init__.pyc
+noc/fm/apps/ignoreeventrules/tests/__init__.pyo
+noc/fm/apps/ignoreeventrules/tests/test.py
+noc/fm/apps/ignoreeventrules/tests/test.pyc
+noc/fm/apps/ignoreeventrules/tests/test.pyo
+noc/fm/apps/ignoreeventrules/views.py
+noc/fm/apps/ignoreeventrules/views.pyc
+noc/fm/apps/ignoreeventrules/views.pyo
+noc/fm/apps/mib/__init__.py
+noc/fm/apps/mib/__init__.pyc
+noc/fm/apps/mib/__init__.pyo
+noc/fm/apps/mib/templates/change_list.html
+noc/fm/apps/mib/templates/upload.html
+noc/fm/apps/mib/tests/__init__.py
+noc/fm/apps/mib/tests/__init__.pyc
+noc/fm/apps/mib/tests/__init__.pyo
+noc/fm/apps/mib/tests/test.py
+noc/fm/apps/mib/tests/test.pyc
+noc/fm/apps/mib/tests/test.pyo
+noc/fm/apps/mib/views.py
+noc/fm/apps/mib/views.pyc
+noc/fm/apps/mib/views.pyo
+noc/fm/apps/mibview/__init__.py
+noc/fm/apps/mibview/__init__.pyc
+noc/fm/apps/mibview/__init__.pyo
+noc/fm/apps/mibview/tests/__init__.py
+noc/fm/apps/mibview/tests/__init__.pyc
+noc/fm/apps/mibview/tests/__init__.pyo
+noc/fm/apps/mibview/tests/test.py
+noc/fm/apps/mibview/tests/test.pyc
+noc/fm/apps/mibview/tests/test.pyo
+noc/fm/apps/mibview/views.py
+noc/fm/apps/mibview/views.pyc
+noc/fm/apps/mibview/views.pyo
+noc/fm/apps/reportclassificationquality/__init__.py
+noc/fm/apps/reportclassificationquality/__init__.pyc
+noc/fm/apps/reportclassificationquality/__init__.pyo
+noc/fm/apps/reportclassificationquality/tests/__init__.py
+noc/fm/apps/reportclassificationquality/tests/__init__.pyc
+noc/fm/apps/reportclassificationquality/tests/__init__.pyo
+noc/fm/apps/reportclassificationquality/tests/test.py
+noc/fm/apps/reportclassificationquality/tests/test.pyc
+noc/fm/apps/reportclassificationquality/tests/test.pyo
+noc/fm/apps/reportclassificationquality/views.py
+noc/fm/apps/reportclassificationquality/views.pyc
+noc/fm/apps/reportclassificationquality/views.pyo
+noc/fm/apps/reportclassificationrule/__init__.py
+noc/fm/apps/reportclassificationrule/__init__.pyc
+noc/fm/apps/reportclassificationrule/__init__.pyo
+noc/fm/apps/reportclassificationrule/tests/__init__.py
+noc/fm/apps/reportclassificationrule/tests/__init__.pyc
+noc/fm/apps/reportclassificationrule/tests/__init__.pyo
+noc/fm/apps/reportclassificationrule/tests/test.py
+noc/fm/apps/reportclassificationrule/tests/test.pyc
+noc/fm/apps/reportclassificationrule/tests/test.pyo
+noc/fm/apps/reportclassificationrule/views.py
+noc/fm/apps/reportclassificationrule/views.pyc
+noc/fm/apps/reportclassificationrule/views.pyo
+noc/fm/apps/reporteventsummary/__init__.py
+noc/fm/apps/reporteventsummary/__init__.pyc
+noc/fm/apps/reporteventsummary/__init__.pyo
+noc/fm/apps/reporteventsummary/tests/__init__.py
+noc/fm/apps/reporteventsummary/tests/__init__.pyc
+noc/fm/apps/reporteventsummary/tests/__init__.pyo
+noc/fm/apps/reporteventsummary/tests/test.py
+noc/fm/apps/reporteventsummary/tests/test.pyc
+noc/fm/apps/reporteventsummary/tests/test.pyo
+noc/fm/apps/reporteventsummary/views.py
+noc/fm/apps/reporteventsummary/views.pyc
+noc/fm/apps/reporteventsummary/views.pyo
+noc/fm/apps/reportmibs/__init__.py
+noc/fm/apps/reportmibs/__init__.pyc
+noc/fm/apps/reportmibs/__init__.pyo
+noc/fm/apps/reportmibs/tests/__init__.py
+noc/fm/apps/reportmibs/tests/__init__.pyc
+noc/fm/apps/reportmibs/tests/__init__.pyo
+noc/fm/apps/reportmibs/tests/test.py
+noc/fm/apps/reportmibs/tests/test.pyc
+noc/fm/apps/reportmibs/tests/test.pyo
+noc/fm/apps/reportmibs/views.py
+noc/fm/apps/reportmibs/views.pyc
+noc/fm/apps/reportmibs/views.pyo
+noc/fm/apps/reportunclassifiedoids/__init__.py
+noc/fm/apps/reportunclassifiedoids/__init__.pyc
+noc/fm/apps/reportunclassifiedoids/__init__.pyo
+noc/fm/apps/reportunclassifiedoids/tests/__init__.py
+noc/fm/apps/reportunclassifiedoids/tests/__init__.pyc
+noc/fm/apps/reportunclassifiedoids/tests/__init__.pyo
+noc/fm/apps/reportunclassifiedoids/tests/test.py
+noc/fm/apps/reportunclassifiedoids/tests/test.pyc
+noc/fm/apps/reportunclassifiedoids/tests/test.pyo
+noc/fm/apps/reportunclassifiedoids/views.py
+noc/fm/apps/reportunclassifiedoids/views.pyc
+noc/fm/apps/reportunclassifiedoids/views.pyo
 noc/fm/classifier.py
 noc/fm/classifier.pyc
 noc/fm/classifier.pyo
 noc/fm/correlator.py
 noc/fm/correlator.pyc
 noc/fm/correlator.pyo
-noc/fm/event.html
-noc/fm/index.html
 noc/fm/management/__init__.py
 noc/fm/management/__init__.pyc
 noc/fm/management/__init__.pyo
@@ -284,7 +675,6 @@
 noc/fm/management/commands/sync-rules.py
 noc/fm/management/commands/sync-rules.pyc
 noc/fm/management/commands/sync-rules.pyo
-noc/fm/mib_upload.html
 noc/fm/migrations/0001_initial.py
 noc/fm/migrations/0001_initial.pyc
 noc/fm/migrations/0001_initial.pyo
@@ -372,6 +762,18 @@
 noc/fm/migrations/0029_sp_close_event.py
 noc/fm/migrations/0029_sp_close_event.pyc
 noc/fm/migrations/0029_sp_close_event.pyo
+noc/fm/migrations/0030_event_indexes.py
+noc/fm/migrations/0030_event_indexes.pyc
+noc/fm/migrations/0030_event_indexes.pyo
+noc/fm/migrations/0031_rule.py
+noc/fm/migrations/0031_rule.pyc
+noc/fm/migrations/0031_rule.pyo
+noc/fm/migrations/0032_ingnore_event_rules.py
+noc/fm/migrations/0032_ingnore_event_rules.pyc
+noc/fm/migrations/0032_ingnore_event_rules.pyo
+noc/fm/migrations/0033_classify_event.py
+noc/fm/migrations/0033_classify_event.pyc
+noc/fm/migrations/0033_classify_event.pyo
 noc/fm/migrations/__init__.py
 noc/fm/migrations/__init__.pyc
 noc/fm/migrations/__init__.pyo
@@ -387,30 +789,6 @@
 noc/fm/periodics/ping_check.py
 noc/fm/periodics/ping_check.pyc
 noc/fm/periodics/ping_check.pyo
-noc/fm/reports/__init__.py
-noc/fm/reports/__init__.pyc
-noc/fm/reports/__init__.pyo
-noc/fm/reports/classification_quality.py
-noc/fm/reports/classification_quality.pyc
-noc/fm/reports/classification_quality.pyo
-noc/fm/reports/event_class_events.py
-noc/fm/reports/event_class_events.pyc
-noc/fm/reports/event_class_events.pyo
-noc/fm/reports/event_priority_events.py
-noc/fm/reports/event_priority_events.pyc
-noc/fm/reports/event_priority_events.pyo
-noc/fm/reports/managed_object_events.py
-noc/fm/reports/managed_object_events.pyc
-noc/fm/reports/managed_object_events.pyo
-noc/fm/reports/mibs.py
-noc/fm/reports/mibs.pyc
-noc/fm/reports/mibs.pyo
-noc/fm/reports/profile_events.py
-noc/fm/reports/profile_events.pyc
-noc/fm/reports/profile_events.pyo
-noc/fm/reports/unclassified_trap_oids.py
-noc/fm/reports/unclassified_trap_oids.pyc
-noc/fm/reports/unclassified_trap_oids.pyo
 noc/fm/rules/__init__.py
 noc/fm/rules/__init__.pyc
 noc/fm/rules/__init__.pyo
@@ -456,6 +834,9 @@
 noc/fm/rules/classes/ipsec.py
 noc/fm/rules/classes/ipsec.pyc
 noc/fm/rules/classes/ipsec.pyo
+noc/fm/rules/classes/lbd.py
+noc/fm/rules/classes/lbd.pyc
+noc/fm/rules/classes/lbd.pyo
 noc/fm/rules/classes/ldp.py
 noc/fm/rules/classes/ldp.pyc
 noc/fm/rules/classes/ldp.pyo
@@ -597,9 +978,15 @@
 noc/fm/rules/classification/DLink/DES3xxx/config.py
 noc/fm/rules/classification/DLink/DES3xxx/config.pyc
 noc/fm/rules/classification/DLink/DES3xxx/config.pyo
+noc/fm/rules/classification/DLink/DES3xxx/lbd.py
+noc/fm/rules/classification/DLink/DES3xxx/lbd.pyc
+noc/fm/rules/classification/DLink/DES3xxx/lbd.pyo
 noc/fm/rules/classification/DLink/DES3xxx/link.py
 noc/fm/rules/classification/DLink/DES3xxx/link.pyc
 noc/fm/rules/classification/DLink/DES3xxx/link.pyo
+noc/fm/rules/classification/DLink/DES3xxx/security.py
+noc/fm/rules/classification/DLink/DES3xxx/security.pyc
+noc/fm/rules/classification/DLink/DES3xxx/security.pyo
 noc/fm/rules/classification/DLink/__init__.py
 noc/fm/rules/classification/DLink/__init__.pyc
 noc/fm/rules/classification/DLink/__init__.pyo
@@ -645,6 +1032,15 @@
 noc/fm/rules/classification/Linksys/__init__.py
 noc/fm/rules/classification/Linksys/__init__.pyc
 noc/fm/rules/classification/Linksys/__init__.pyo
+noc/fm/rules/classification/Zyxel/ZyNOS/__init__.py
+noc/fm/rules/classification/Zyxel/ZyNOS/__init__.pyc
+noc/fm/rules/classification/Zyxel/ZyNOS/__init__.pyo
+noc/fm/rules/classification/Zyxel/ZyNOS/port.py
+noc/fm/rules/classification/Zyxel/ZyNOS/port.pyc
+noc/fm/rules/classification/Zyxel/ZyNOS/port.pyo
+noc/fm/rules/classification/Zyxel/__init__.py
+noc/fm/rules/classification/Zyxel/__init__.pyc
+noc/fm/rules/classification/Zyxel/__init__.pyo
 noc/fm/rules/classification/__init__.py
 noc/fm/rules/classification/__init__.pyc
 noc/fm/rules/classification/__init__.pyo
@@ -693,6 +1089,9 @@
 noc/fm/rules/correlation/ipsec.py
 noc/fm/rules/correlation/ipsec.pyc
 noc/fm/rules/correlation/ipsec.pyo
+noc/fm/rules/correlation/lbd.py
+noc/fm/rules/correlation/lbd.pyc
+noc/fm/rules/correlation/lbd.pyo
 noc/fm/rules/correlation/ldp.krb
 noc/fm/rules/correlation/link.py
 noc/fm/rules/correlation/link.pyc
@@ -706,29 +1105,138 @@
 noc/fm/rules/correlation/system.py
 noc/fm/rules/correlation/system.pyc
 noc/fm/rules/correlation/system.pyo
-noc/fm/triggers/__init__.py
-noc/fm/triggers/__init__.pyc
-noc/fm/triggers/__init__.pyo
-noc/fm/triggers/on_config_changed.py
-noc/fm/triggers/on_config_changed.pyc
-noc/fm/triggers/on_config_changed.pyo
-noc/fm/urls.py
-noc/fm/urls.pyc
-noc/fm/urls.pyo
-noc/fm/view_rules.html
-noc/fm/views.py
-noc/fm/views.pyc
-noc/fm/views.pyo
 noc/ip/__init__.py
 noc/ip/__init__.pyc
 noc/ip/__init__.pyo
-noc/ip/admin.py
-noc/ip/admin.pyc
-noc/ip/admin.pyo
-noc/ip/allocate_block.html
-noc/ip/assign_address.html
-noc/ip/bind_vc.html
-noc/ip/index.html
+noc/ip/apps/__init__.py
+noc/ip/apps/__init__.pyc
+noc/ip/apps/__init__.pyo
+noc/ip/apps/addressrange/__init__.py
+noc/ip/apps/addressrange/__init__.pyc
+noc/ip/apps/addressrange/__init__.pyo
+noc/ip/apps/addressrange/tests/__init__.py
+noc/ip/apps/addressrange/tests/__init__.pyc
+noc/ip/apps/addressrange/tests/__init__.pyo
+noc/ip/apps/addressrange/tests/test.py
+noc/ip/apps/addressrange/tests/test.pyc
+noc/ip/apps/addressrange/tests/test.pyo
+noc/ip/apps/addressrange/views.py
+noc/ip/apps/addressrange/views.pyc
+noc/ip/apps/addressrange/views.pyo
+noc/ip/apps/ipam/__init__.py
+noc/ip/apps/ipam/__init__.pyc
+noc/ip/apps/ipam/__init__.pyo
+noc/ip/apps/ipam/templates/add_prefix.html
+noc/ip/apps/ipam/templates/change_address.html
+noc/ip/apps/ipam/templates/change_prefix.html
+noc/ip/apps/ipam/templates/index.html
+noc/ip/apps/ipam/templates/vrf_index.html
+noc/ip/apps/ipam/tests/__init__.py
+noc/ip/apps/ipam/tests/__init__.pyc
+noc/ip/apps/ipam/tests/__init__.pyo
+noc/ip/apps/ipam/tests/test.py
+noc/ip/apps/ipam/tests/test.pyc
+noc/ip/apps/ipam/tests/test.pyo
+noc/ip/apps/ipam/views.py
+noc/ip/apps/ipam/views.pyc
+noc/ip/apps/ipam/views.pyo
+noc/ip/apps/prefixaccess/__init__.py
+noc/ip/apps/prefixaccess/__init__.pyc
+noc/ip/apps/prefixaccess/__init__.pyo
+noc/ip/apps/prefixaccess/tests/__init__.py
+noc/ip/apps/prefixaccess/tests/__init__.pyc
+noc/ip/apps/prefixaccess/tests/__init__.pyo
+noc/ip/apps/prefixaccess/tests/test.py
+noc/ip/apps/prefixaccess/tests/test.pyc
+noc/ip/apps/prefixaccess/tests/test.pyo
+noc/ip/apps/prefixaccess/views.py
+noc/ip/apps/prefixaccess/views.pyc
+noc/ip/apps/prefixaccess/views.pyo
+noc/ip/apps/reportallocated/__init__.py
+noc/ip/apps/reportallocated/__init__.pyc
+noc/ip/apps/reportallocated/__init__.pyo
+noc/ip/apps/reportallocated/tests/__init__.py
+noc/ip/apps/reportallocated/tests/__init__.pyc
+noc/ip/apps/reportallocated/tests/__init__.pyo
+noc/ip/apps/reportallocated/tests/test.py
+noc/ip/apps/reportallocated/tests/test.pyc
+noc/ip/apps/reportallocated/tests/test.pyo
+noc/ip/apps/reportallocated/views.py
+noc/ip/apps/reportallocated/views.pyc
+noc/ip/apps/reportallocated/views.pyo
+noc/ip/apps/reportexpanded/__init__.py
+noc/ip/apps/reportexpanded/__init__.pyc
+noc/ip/apps/reportexpanded/__init__.pyo
+noc/ip/apps/reportexpanded/tests/__init__.py
+noc/ip/apps/reportexpanded/tests/__init__.pyc
+noc/ip/apps/reportexpanded/tests/__init__.pyo
+noc/ip/apps/reportexpanded/tests/test.py
+noc/ip/apps/reportexpanded/tests/test.pyc
+noc/ip/apps/reportexpanded/tests/test.pyo
+noc/ip/apps/reportexpanded/views.py
+noc/ip/apps/reportexpanded/views.pyc
+noc/ip/apps/reportexpanded/views.pyo
+noc/ip/apps/reportfree/__init__.py
+noc/ip/apps/reportfree/__init__.pyc
+noc/ip/apps/reportfree/__init__.pyo
+noc/ip/apps/reportfree/tests/__init__.py
+noc/ip/apps/reportfree/tests/__init__.pyc
+noc/ip/apps/reportfree/tests/__init__.pyo
+noc/ip/apps/reportfree/tests/test.py
+noc/ip/apps/reportfree/tests/test.pyc
+noc/ip/apps/reportfree/tests/test.pyo
+noc/ip/apps/reportfree/views.py
+noc/ip/apps/reportfree/views.pyc
+noc/ip/apps/reportfree/views.pyo
+noc/ip/apps/reportsummary/__init__.py
+noc/ip/apps/reportsummary/__init__.pyc
+noc/ip/apps/reportsummary/__init__.pyo
+noc/ip/apps/reportsummary/tests/__init__.py
+noc/ip/apps/reportsummary/tests/__init__.pyc
+noc/ip/apps/reportsummary/tests/__init__.pyo
+noc/ip/apps/reportsummary/tests/test.py
+noc/ip/apps/reportsummary/tests/test.pyc
+noc/ip/apps/reportsummary/tests/test.pyo
+noc/ip/apps/reportsummary/views.py
+noc/ip/apps/reportsummary/views.pyc
+noc/ip/apps/reportsummary/views.pyo
+noc/ip/apps/tools/__init__.py
+noc/ip/apps/tools/__init__.pyc
+noc/ip/apps/tools/__init__.pyo
+noc/ip/apps/tools/templates/index.html
+noc/ip/apps/tools/tests/__init__.py
+noc/ip/apps/tools/tests/__init__.pyc
+noc/ip/apps/tools/tests/__init__.pyo
+noc/ip/apps/tools/tests/tools.py
+noc/ip/apps/tools/tests/tools.pyc
+noc/ip/apps/tools/tests/tools.pyo
+noc/ip/apps/tools/views.py
+noc/ip/apps/tools/views.pyc
+noc/ip/apps/tools/views.pyo
+noc/ip/apps/vrf/__init__.py
+noc/ip/apps/vrf/__init__.pyc
+noc/ip/apps/vrf/__init__.pyo
+noc/ip/apps/vrf/tests/__init__.py
+noc/ip/apps/vrf/tests/__init__.pyc
+noc/ip/apps/vrf/tests/__init__.pyo
+noc/ip/apps/vrf/tests/test.py
+noc/ip/apps/vrf/tests/test.pyc
+noc/ip/apps/vrf/tests/test.pyo
+noc/ip/apps/vrf/views.py
+noc/ip/apps/vrf/views.pyc
+noc/ip/apps/vrf/views.pyo
+noc/ip/apps/vrfgroup/__init__.py
+noc/ip/apps/vrfgroup/__init__.pyc
+noc/ip/apps/vrfgroup/__init__.pyo
+noc/ip/apps/vrfgroup/tests/__init__.py
+noc/ip/apps/vrfgroup/tests/__init__.pyc
+noc/ip/apps/vrfgroup/tests/__init__.pyo
+noc/ip/apps/vrfgroup/tests/test.py
+noc/ip/apps/vrfgroup/tests/test.pyc
+noc/ip/apps/vrfgroup/tests/test.pyo
+noc/ip/apps/vrfgroup/views.py
+noc/ip/apps/vrfgroup/views.pyc
+noc/ip/apps/vrfgroup/views.pyo
 noc/ip/migrations/0001_initial.py
 noc/ip/migrations/0001_initial.pyc
 noc/ip/migrations/0001_initial.pyo
@@ -753,40 +1261,126 @@
 noc/ip/migrations/0008_ipv4block_vc.py
 noc/ip/migrations/0008_ipv4block_vc.pyc
 noc/ip/migrations/0008_ipv4block_vc.pyo
+noc/ip/migrations/0009_no_last_modified.py
+noc/ip/migrations/0009_no_last_modified.pyc
+noc/ip/migrations/0009_no_last_modified.pyo
+noc/ip/migrations/0010_tags.py
+noc/ip/migrations/0010_tags.pyc
+noc/ip/migrations/0010_tags.pyo
+noc/ip/migrations/0011_bookmarks.py
+noc/ip/migrations/0011_bookmarks.pyc
+noc/ip/migrations/0011_bookmarks.pyo
+noc/ip/migrations/0012_address_mac.py
+noc/ip/migrations/0012_address_mac.pyc
+noc/ip/migrations/0012_address_mac.pyo
+noc/ip/migrations/0013_ipv6_schema.py
+noc/ip/migrations/0013_ipv6_schema.pyc
+noc/ip/migrations/0013_ipv6_schema.pyo
+noc/ip/migrations/0014_ipv6_data.py
+noc/ip/migrations/0014_ipv6_data.pyc
+noc/ip/migrations/0014_ipv6_data.pyo
+noc/ip/migrations/0015_ipv6_cleanup.py
+noc/ip/migrations/0015_ipv6_cleanup.pyc
+noc/ip/migrations/0015_ipv6_cleanup.pyo
 noc/ip/migrations/__init__.py
 noc/ip/migrations/__init__.pyc
 noc/ip/migrations/__init__.pyo
 noc/ip/models.py
 noc/ip/models.pyc
 noc/ip/models.pyo
-noc/ip/reports/__init__.py
-noc/ip/reports/__init__.pyc
-noc/ip/reports/__init__.pyo
-noc/ip/reports/allocations.py
-noc/ip/reports/allocations.pyc
-noc/ip/reports/allocations.pyo
-noc/ip/reports/free.py
-noc/ip/reports/free.pyc
-noc/ip/reports/free.pyo
-noc/ip/reports/summary.py
-noc/ip/reports/summary.pyc
-noc/ip/reports/summary.pyo
-noc/ip/tools.html
-noc/ip/urls.py
-noc/ip/urls.pyc
-noc/ip/urls.pyo
-noc/ip/views.py
-noc/ip/views.pyc
-noc/ip/views.pyo
-noc/ip/vrf_index.html
+noc/ip/periodics/__init__.py
+noc/ip/periodics/__init__.pyc
+noc/ip/periodics/__init__.pyo
+noc/ip/periodics/sync_macs.py
+noc/ip/periodics/sync_macs.pyc
+noc/ip/periodics/sync_macs.pyo
+noc/ip/tests/__init__.py
+noc/ip/tests/__init__.pyc
+noc/ip/tests/__init__.pyo
 noc/kb/__init__.py
 noc/kb/__init__.pyc
 noc/kb/__init__.pyo
-noc/kb/admin.py
-noc/kb/admin.pyc
-noc/kb/admin.pyo
-noc/kb/index.html
-noc/kb/index_category.html
+noc/kb/apps/__init__.py
+noc/kb/apps/__init__.pyc
+noc/kb/apps/__init__.pyo
+noc/kb/apps/globalbookmark/__init__.py
+noc/kb/apps/globalbookmark/__init__.pyc
+noc/kb/apps/globalbookmark/__init__.pyo
+noc/kb/apps/globalbookmark/tests/__init__.py
+noc/kb/apps/globalbookmark/tests/__init__.pyc
+noc/kb/apps/globalbookmark/tests/__init__.pyo
+noc/kb/apps/globalbookmark/tests/test.py
+noc/kb/apps/globalbookmark/tests/test.pyc
+noc/kb/apps/globalbookmark/tests/test.pyo
+noc/kb/apps/globalbookmark/views.py
+noc/kb/apps/globalbookmark/views.pyc
+noc/kb/apps/globalbookmark/views.pyo
+noc/kb/apps/index/__init__.py
+noc/kb/apps/index/__init__.pyc
+noc/kb/apps/index/__init__.pyo
+noc/kb/apps/index/templates/index.html
+noc/kb/apps/index/templates/index_category.html
+noc/kb/apps/index/tests/__init__.py
+noc/kb/apps/index/tests/__init__.pyc
+noc/kb/apps/index/tests/__init__.pyo
+noc/kb/apps/index/tests/test.py
+noc/kb/apps/index/tests/test.pyc
+noc/kb/apps/index/tests/test.pyo
+noc/kb/apps/index/views.py
+noc/kb/apps/index/views.pyc
+noc/kb/apps/index/views.pyo
+noc/kb/apps/kbentry/__init__.py
+noc/kb/apps/kbentry/__init__.pyc
+noc/kb/apps/kbentry/__init__.pyo
+noc/kb/apps/kbentry/templates/change_form.html
+noc/kb/apps/kbentry/templates/template_form.html
+noc/kb/apps/kbentry/templates/template_index.html
+noc/kb/apps/kbentry/tests/__init__.py
+noc/kb/apps/kbentry/tests/__init__.pyc
+noc/kb/apps/kbentry/tests/__init__.pyo
+noc/kb/apps/kbentry/tests/test.py
+noc/kb/apps/kbentry/tests/test.pyc
+noc/kb/apps/kbentry/tests/test.pyo
+noc/kb/apps/kbentry/views.py
+noc/kb/apps/kbentry/views.pyc
+noc/kb/apps/kbentry/views.pyo
+noc/kb/apps/kbentrytemplate/__init__.py
+noc/kb/apps/kbentrytemplate/__init__.pyc
+noc/kb/apps/kbentrytemplate/__init__.pyo
+noc/kb/apps/kbentrytemplate/tests/__init__.py
+noc/kb/apps/kbentrytemplate/tests/__init__.pyc
+noc/kb/apps/kbentrytemplate/tests/__init__.pyo
+noc/kb/apps/kbentrytemplate/tests/test.py
+noc/kb/apps/kbentrytemplate/tests/test.pyc
+noc/kb/apps/kbentrytemplate/tests/test.pyo
+noc/kb/apps/kbentrytemplate/views.py
+noc/kb/apps/kbentrytemplate/views.pyc
+noc/kb/apps/kbentrytemplate/views.pyo
+noc/kb/apps/userbookmark/__init__.py
+noc/kb/apps/userbookmark/__init__.pyc
+noc/kb/apps/userbookmark/__init__.pyo
+noc/kb/apps/userbookmark/tests/__init__.py
+noc/kb/apps/userbookmark/tests/__init__.pyc
+noc/kb/apps/userbookmark/tests/__init__.pyo
+noc/kb/apps/userbookmark/tests/test.py
+noc/kb/apps/userbookmark/tests/test.pyc
+noc/kb/apps/userbookmark/tests/test.pyo
+noc/kb/apps/userbookmark/views.py
+noc/kb/apps/userbookmark/views.pyc
+noc/kb/apps/userbookmark/views.pyo
+noc/kb/apps/view/__init__.py
+noc/kb/apps/view/__init__.pyc
+noc/kb/apps/view/__init__.pyo
+noc/kb/apps/view/templates/view.html
+noc/kb/apps/view/tests/__init__.py
+noc/kb/apps/view/tests/__init__.pyc
+noc/kb/apps/view/tests/__init__.pyo
+noc/kb/apps/view/tests/test.py
+noc/kb/apps/view/tests/test.pyc
+noc/kb/apps/view/tests/test.pyo
+noc/kb/apps/view/views.py
+noc/kb/apps/view/views.pyc
+noc/kb/apps/view/views.pyo
 noc/kb/management/__init__.py
 noc/kb/management/__init__.pyc
 noc/kb/management/__init__.pyo
@@ -811,6 +1405,12 @@
 noc/kb/migrations/0005_kb_entry_template.py
 noc/kb/migrations/0005_kb_entry_template.pyc
 noc/kb/migrations/0005_kb_entry_template.pyo
+noc/kb/migrations/0006_tags.py
+noc/kb/migrations/0006_tags.pyc
+noc/kb/migrations/0006_tags.pyo
+noc/kb/migrations/0007_no_category.py
+noc/kb/migrations/0007_no_category.pyc
+noc/kb/migrations/0007_no_category.pyo
 noc/kb/migrations/__init__.py
 noc/kb/migrations/__init__.pyc
 noc/kb/migrations/__init__.pyo
@@ -841,27 +1441,54 @@
 noc/kb/parsers/macros/search.py
 noc/kb/parsers/macros/search.pyc
 noc/kb/parsers/macros/search.pyo
+noc/kb/parsers/mediawiki_parser.py
+noc/kb/parsers/mediawiki_parser.pyc
+noc/kb/parsers/mediawiki_parser.pyo
 noc/kb/parsers/plain_parser.py
 noc/kb/parsers/plain_parser.pyc
 noc/kb/parsers/plain_parser.pyo
-noc/kb/template_form.html
-noc/kb/template_index.html
-noc/kb/urls.py
-noc/kb/urls.pyc
-noc/kb/urls.pyo
-noc/kb/view.html
-noc/kb/views.py
-noc/kb/views.pyc
-noc/kb/views.pyo
 noc/lib/__init__.py
 noc/lib/__init__.pyc
 noc/lib/__init__.pyo
+noc/lib/admin_actions.py
+noc/lib/admin_actions.pyc
+noc/lib/admin_actions.pyo
+noc/lib/app/__init__.py
+noc/lib/app/__init__.pyc
+noc/lib/app/__init__.pyo
+noc/lib/app/access.py
+noc/lib/app/access.pyc
+noc/lib/app/access.pyo
+noc/lib/app/application.py
+noc/lib/app/application.pyc
+noc/lib/app/application.pyo
+noc/lib/app/modelapplication.py
+noc/lib/app/modelapplication.pyc
+noc/lib/app/modelapplication.pyo
+noc/lib/app/reportapplication.py
+noc/lib/app/reportapplication.pyc
+noc/lib/app/reportapplication.pyo
+noc/lib/app/saapplication.py
+noc/lib/app/saapplication.pyc
+noc/lib/app/saapplication.pyo
+noc/lib/app/simplereport.py
+noc/lib/app/simplereport.pyc
+noc/lib/app/simplereport.pyo
+noc/lib/app/site.py
+noc/lib/app/site.pyc
+noc/lib/app/site.pyo
 noc/lib/colors.py
 noc/lib/colors.pyc
 noc/lib/colors.pyo
+noc/lib/convert.py
+noc/lib/convert.pyc
+noc/lib/convert.pyo
 noc/lib/crypto.py
 noc/lib/crypto.pyc
 noc/lib/crypto.pyo
+noc/lib/csvutils.py
+noc/lib/csvutils.pyc
+noc/lib/csvutils.pyo
 noc/lib/daemon.py
 noc/lib/daemon.pyc
 noc/lib/daemon.pyo
@@ -871,9 +1498,6 @@
 noc/lib/debug.py
 noc/lib/debug.pyc
 noc/lib/debug.pyo
-noc/lib/decorators.py
-noc/lib/decorators.pyc
-noc/lib/decorators.pyo
 noc/lib/ecma48.py
 noc/lib/ecma48.pyc
 noc/lib/ecma48.pyo
@@ -883,6 +1507,9 @@
 noc/lib/fileutils.py
 noc/lib/fileutils.pyc
 noc/lib/fileutils.pyo
+noc/lib/forms.py
+noc/lib/forms.pyc
+noc/lib/forms.pyo
 noc/lib/fsm.py
 noc/lib/fsm.pyc
 noc/lib/fsm.pyo
@@ -895,6 +1522,9 @@
 noc/lib/ip.py
 noc/lib/ip.pyc
 noc/lib/ip.pyo
+noc/lib/middleware.py
+noc/lib/middleware.pyc
+noc/lib/middleware.pyo
 noc/lib/nbsocket.py
 noc/lib/nbsocket.pyc
 noc/lib/nbsocket.pyo
@@ -907,15 +1537,30 @@
 noc/lib/registry.py
 noc/lib/registry.pyc
 noc/lib/registry.pyo
-noc/lib/render.py
-noc/lib/render.pyc
-noc/lib/render.pyo
 noc/lib/rpsl.py
 noc/lib/rpsl.pyc
 noc/lib/rpsl.pyo
+noc/lib/search.py
+noc/lib/search.pyc
+noc/lib/search.pyo
 noc/lib/sysutils.py
 noc/lib/sysutils.pyc
 noc/lib/sysutils.pyo
+noc/lib/test.py
+noc/lib/test.pyc
+noc/lib/test.pyo
+noc/lib/test_runner.py
+noc/lib/test_runner.pyc
+noc/lib/test_runner.pyo
+noc/lib/tests/__init__.py
+noc/lib/tests/__init__.pyc
+noc/lib/tests/__init__.pyo
+noc/lib/tests/fsm.py
+noc/lib/tests/fsm.pyc
+noc/lib/tests/fsm.pyo
+noc/lib/tests/ip.py
+noc/lib/tests/ip.pyc
+noc/lib/tests/ip.pyo
 noc/lib/text.py
 noc/lib/text.pyc
 noc/lib/text.pyo
@@ -937,20 +1582,500 @@
 noc/lib/widgets.py
 noc/lib/widgets.pyc
 noc/lib/widgets.pyo
-noc/main/404.html
+noc/locale/ru/LC_MESSAGES/django.po
 noc/main/__init__.py
 noc/main/__init__.pyc
 noc/main/__init__.pyo
-noc/main/admin.py
-noc/main/admin.pyc
-noc/main/admin.pyo
-noc/main/config_index.html
-noc/main/config_view.html
-noc/main/failure.html
+noc/main/apps/__init__.py
+noc/main/apps/__init__.pyc
+noc/main/apps/__init__.pyo
+noc/main/apps/audittrail/__init__.py
+noc/main/apps/audittrail/__init__.pyc
+noc/main/apps/audittrail/__init__.pyo
+noc/main/apps/audittrail/tests/__init__.py
+noc/main/apps/audittrail/tests/__init__.pyc
+noc/main/apps/audittrail/tests/__init__.pyo
+noc/main/apps/audittrail/tests/test.py
+noc/main/apps/audittrail/tests/test.pyc
+noc/main/apps/audittrail/tests/test.pyo
+noc/main/apps/audittrail/views.py
+noc/main/apps/audittrail/views.pyc
+noc/main/apps/audittrail/views.pyo
+noc/main/apps/auth/__init__.py
+noc/main/apps/auth/__init__.pyc
+noc/main/apps/auth/__init__.pyo
+noc/main/apps/auth/templates/login.html
+noc/main/apps/auth/templates/password_change_form.html
+noc/main/apps/auth/tests/__init__.py
+noc/main/apps/auth/tests/__init__.pyc
+noc/main/apps/auth/tests/__init__.pyo
+noc/main/apps/auth/tests/login.py
+noc/main/apps/auth/tests/login.pyc
+noc/main/apps/auth/tests/login.pyo
+noc/main/apps/auth/views.py
+noc/main/apps/auth/views.pyc
+noc/main/apps/auth/views.pyo
+noc/main/apps/calculator/__init__.py
+noc/main/apps/calculator/__init__.pyc
+noc/main/apps/calculator/__init__.pyo
+noc/main/apps/calculator/calculators/__init__.py
+noc/main/apps/calculator/calculators/__init__.pyc
+noc/main/apps/calculator/calculators/__init__.pyo
+noc/main/apps/calculator/calculators/cir2cbr.py
+noc/main/apps/calculator/calculators/cir2cbr.pyc
+noc/main/apps/calculator/calculators/cir2cbr.pyo
+noc/main/apps/calculator/calculators/dbm_to_mw.py
+noc/main/apps/calculator/calculators/dbm_to_mw.pyc
+noc/main/apps/calculator/calculators/dbm_to_mw.pyo
+noc/main/apps/calculator/calculators/multicast.py
+noc/main/apps/calculator/calculators/multicast.pyc
+noc/main/apps/calculator/calculators/multicast.pyo
+noc/main/apps/calculator/templates/calculator.html
+noc/main/apps/calculator/templates/index.html
+noc/main/apps/calculator/tests/__init__.py
+noc/main/apps/calculator/tests/__init__.pyc
+noc/main/apps/calculator/tests/__init__.pyo
+noc/main/apps/calculator/tests/test.py
+noc/main/apps/calculator/tests/test.pyc
+noc/main/apps/calculator/tests/test.pyo
+noc/main/apps/calculator/views.py
+noc/main/apps/calculator/views.pyc
+noc/main/apps/calculator/views.pyo
+noc/main/apps/changesquarantine/__init__.py
+noc/main/apps/changesquarantine/__init__.pyc
+noc/main/apps/changesquarantine/__init__.pyo
+noc/main/apps/changesquarantine/tests/__init__.py
+noc/main/apps/changesquarantine/tests/__init__.pyc
+noc/main/apps/changesquarantine/tests/__init__.pyo
+noc/main/apps/changesquarantine/tests/test.py
+noc/main/apps/changesquarantine/tests/test.pyc
+noc/main/apps/changesquarantine/tests/test.pyo
+noc/main/apps/changesquarantine/views.py
+noc/main/apps/changesquarantine/views.pyc
+noc/main/apps/changesquarantine/views.pyo
+noc/main/apps/changesquarantinerule/__init__.py
+noc/main/apps/changesquarantinerule/__init__.pyc
+noc/main/apps/changesquarantinerule/__init__.pyo
+noc/main/apps/changesquarantinerule/tests/__init__.py
+noc/main/apps/changesquarantinerule/tests/__init__.pyc
+noc/main/apps/changesquarantinerule/tests/__init__.pyo
+noc/main/apps/changesquarantinerule/tests/test.py
+noc/main/apps/changesquarantinerule/tests/test.pyc
+noc/main/apps/changesquarantinerule/tests/test.pyo
+noc/main/apps/changesquarantinerule/views.py
+noc/main/apps/changesquarantinerule/views.pyc
+noc/main/apps/changesquarantinerule/views.pyo
+noc/main/apps/config/__init__.py
+noc/main/apps/config/__init__.pyc
+noc/main/apps/config/__init__.pyo
+noc/main/apps/config/templates/index.html
+noc/main/apps/config/templates/view.html
+noc/main/apps/config/tests/__init__.py
+noc/main/apps/config/tests/__init__.pyc
+noc/main/apps/config/tests/__init__.pyo
+noc/main/apps/config/tests/test.py
+noc/main/apps/config/tests/test.pyc
+noc/main/apps/config/tests/test.pyo
+noc/main/apps/config/views.py
+noc/main/apps/config/views.pyc
+noc/main/apps/config/views.pyo
+noc/main/apps/csv/__init__.py
+noc/main/apps/csv/__init__.pyc
+noc/main/apps/csv/__init__.pyo
+noc/main/apps/csv/templates/import.html
+noc/main/apps/csv/tests/__init__.py
+noc/main/apps/csv/tests/__init__.pyc
+noc/main/apps/csv/tests/__init__.pyo
+noc/main/apps/csv/tests/test.py
+noc/main/apps/csv/tests/test.pyc
+noc/main/apps/csv/tests/test.pyo
+noc/main/apps/csv/views.py
+noc/main/apps/csv/views.pyc
+noc/main/apps/csv/views.pyo
+noc/main/apps/dbtrigger/__init__.py
+noc/main/apps/dbtrigger/__init__.pyc
+noc/main/apps/dbtrigger/__init__.pyo
+noc/main/apps/dbtrigger/tests/__init__.py
+noc/main/apps/dbtrigger/tests/__init__.pyc
+noc/main/apps/dbtrigger/tests/__init__.pyo
+noc/main/apps/dbtrigger/tests/test.py
+noc/main/apps/dbtrigger/tests/test.pyc
+noc/main/apps/dbtrigger/tests/test.pyo
+noc/main/apps/dbtrigger/views.py
+noc/main/apps/dbtrigger/views.pyc
+noc/main/apps/dbtrigger/views.pyo
+noc/main/apps/doc/__init__.py
+noc/main/apps/doc/__init__.pyc
+noc/main/apps/doc/__init__.pyo
+noc/main/apps/doc/tests/__init__.py
+noc/main/apps/doc/tests/__init__.pyc
+noc/main/apps/doc/tests/__init__.pyo
+noc/main/apps/doc/tests/doc.py
+noc/main/apps/doc/tests/doc.pyc
+noc/main/apps/doc/tests/doc.pyo
+noc/main/apps/doc/views.py
+noc/main/apps/doc/views.pyc
+noc/main/apps/doc/views.pyo
+noc/main/apps/group/__init__.py
+noc/main/apps/group/__init__.pyc
+noc/main/apps/group/__init__.pyo
+noc/main/apps/group/tests/__init__.py
+noc/main/apps/group/tests/__init__.pyc
+noc/main/apps/group/tests/__init__.pyo
+noc/main/apps/group/tests/test.py
+noc/main/apps/group/tests/test.pyc
+noc/main/apps/group/tests/test.pyo
+noc/main/apps/group/views.py
+noc/main/apps/group/views.pyc
+noc/main/apps/group/views.pyo
+noc/main/apps/index/__init__.py
+noc/main/apps/index/__init__.pyc
+noc/main/apps/index/__init__.pyo
+noc/main/apps/index/templates/index.html
+noc/main/apps/index/tests/__init__.py
+noc/main/apps/index/tests/__init__.pyc
+noc/main/apps/index/tests/__init__.pyo
+noc/main/apps/index/tests/test.py
+noc/main/apps/index/tests/test.pyc
+noc/main/apps/index/tests/test.pyo
+noc/main/apps/index/views.py
+noc/main/apps/index/views.pyc
+noc/main/apps/index/views.pyo
+noc/main/apps/language/__init__.py
+noc/main/apps/language/__init__.pyc
+noc/main/apps/language/__init__.pyo
+noc/main/apps/language/tests/__init__.py
+noc/main/apps/language/tests/__init__.pyc
+noc/main/apps/language/tests/__init__.pyo
+noc/main/apps/language/tests/test.py
+noc/main/apps/language/tests/test.pyc
+noc/main/apps/language/tests/test.pyo
+noc/main/apps/language/views.py
+noc/main/apps/language/views.pyc
+noc/main/apps/language/views.pyo
+noc/main/apps/menu/__init__.py
+noc/main/apps/menu/__init__.pyc
+noc/main/apps/menu/__init__.pyo
+noc/main/apps/menu/tests/__init__.py
+noc/main/apps/menu/tests/__init__.pyc
+noc/main/apps/menu/tests/__init__.pyo
+noc/main/apps/menu/tests/menu.py
+noc/main/apps/menu/tests/menu.pyc
+noc/main/apps/menu/tests/menu.pyo
+noc/main/apps/menu/views.py
+noc/main/apps/menu/views.pyc
+noc/main/apps/menu/views.pyo
+noc/main/apps/message/__init__.py
+noc/main/apps/message/__init__.pyc
+noc/main/apps/message/__init__.pyo
+noc/main/apps/message/templates/failure.html
+noc/main/apps/message/templates/success.html
+noc/main/apps/message/templates/wait.html
+noc/main/apps/message/tests/__init__.py
+noc/main/apps/message/tests/__init__.pyc
+noc/main/apps/message/tests/__init__.pyo
+noc/main/apps/message/tests/test.py
+noc/main/apps/message/tests/test.pyc
+noc/main/apps/message/tests/test.pyo
+noc/main/apps/message/views.py
+noc/main/apps/message/views.pyc
+noc/main/apps/message/views.pyo
+noc/main/apps/mimetype/__init__.py
+noc/main/apps/mimetype/__init__.pyc
+noc/main/apps/mimetype/__init__.pyo
+noc/main/apps/mimetype/tests/__init__.py
+noc/main/apps/mimetype/tests/__init__.pyc
+noc/main/apps/mimetype/tests/__init__.pyo
+noc/main/apps/mimetype/tests/test.py
+noc/main/apps/mimetype/tests/test.pyc
+noc/main/apps/mimetype/tests/test.pyo
+noc/main/apps/mimetype/views.py
+noc/main/apps/mimetype/views.pyc
+noc/main/apps/mimetype/views.pyo
+noc/main/apps/notificationgroup/__init__.py
+noc/main/apps/notificationgroup/__init__.pyc
+noc/main/apps/notificationgroup/__init__.pyo
+noc/main/apps/notificationgroup/templates/test.html
+noc/main/apps/notificationgroup/tests/__init__.py
+noc/main/apps/notificationgroup/tests/__init__.pyc
+noc/main/apps/notificationgroup/tests/__init__.pyo
+noc/main/apps/notificationgroup/tests/test.py
+noc/main/apps/notificationgroup/tests/test.pyc
+noc/main/apps/notificationgroup/tests/test.pyo
+noc/main/apps/notificationgroup/views.py
+noc/main/apps/notificationgroup/views.pyc
+noc/main/apps/notificationgroup/views.pyo
+noc/main/apps/pendingnotifications/__init__.py
+noc/main/apps/pendingnotifications/__init__.pyc
+noc/main/apps/pendingnotifications/__init__.pyo
+noc/main/apps/pendingnotifications/tests/__init__.py
+noc/main/apps/pendingnotifications/tests/__init__.pyc
+noc/main/apps/pendingnotifications/tests/__init__.pyo
+noc/main/apps/pendingnotifications/tests/test.py
+noc/main/apps/pendingnotifications/tests/test.pyc
+noc/main/apps/pendingnotifications/tests/test.pyo
+noc/main/apps/pendingnotifications/views.py
+noc/main/apps/pendingnotifications/views.pyc
+noc/main/apps/pendingnotifications/views.pyo
+noc/main/apps/pyrule/__init__.py
+noc/main/apps/pyrule/__init__.pyc
+noc/main/apps/pyrule/__init__.pyo
+noc/main/apps/pyrule/tests/__init__.py
+noc/main/apps/pyrule/tests/__init__.pyc
+noc/main/apps/pyrule/tests/__init__.pyo
+noc/main/apps/pyrule/tests/test.py
+noc/main/apps/pyrule/tests/test.pyc
+noc/main/apps/pyrule/tests/test.pyo
+noc/main/apps/pyrule/views.py
+noc/main/apps/pyrule/views.pyc
+noc/main/apps/pyrule/views.pyo
+noc/main/apps/refbook/__init__.py
+noc/main/apps/refbook/__init__.pyc
+noc/main/apps/refbook/__init__.pyo
+noc/main/apps/refbook/templates/edit.html
+noc/main/apps/refbook/templates/index.html
+noc/main/apps/refbook/templates/item.html
+noc/main/apps/refbook/templates/new.html
+noc/main/apps/refbook/templates/view.html
+noc/main/apps/refbook/tests/__init__.py
+noc/main/apps/refbook/tests/__init__.pyc
+noc/main/apps/refbook/tests/__init__.pyo
+noc/main/apps/refbook/tests/refbook.json
+noc/main/apps/refbook/tests/test.py
+noc/main/apps/refbook/tests/test.pyc
+noc/main/apps/refbook/tests/test.pyo
+noc/main/apps/refbook/views.py
+noc/main/apps/refbook/views.pyc
+noc/main/apps/refbook/views.pyo
+noc/main/apps/refbookadmin/__init__.py
+noc/main/apps/refbookadmin/__init__.pyc
+noc/main/apps/refbookadmin/__init__.pyo
+noc/main/apps/refbookadmin/tests/__init__.py
+noc/main/apps/refbookadmin/tests/__init__.pyc
+noc/main/apps/refbookadmin/tests/__init__.pyo
+noc/main/apps/refbookadmin/tests/test.py
+noc/main/apps/refbookadmin/tests/test.pyc
+noc/main/apps/refbookadmin/tests/test.pyo
+noc/main/apps/refbookadmin/views.py
+noc/main/apps/refbookadmin/views.pyc
+noc/main/apps/refbookadmin/views.pyo
+noc/main/apps/reloadconfig/__init__.py
+noc/main/apps/reloadconfig/__init__.pyc
+noc/main/apps/reloadconfig/__init__.pyo
+noc/main/apps/reloadconfig/tests/__init__.py
+noc/main/apps/reloadconfig/tests/__init__.pyc
+noc/main/apps/reloadconfig/tests/__init__.pyo
+noc/main/apps/reloadconfig/tests/test.py
+noc/main/apps/reloadconfig/tests/test.pyc
+noc/main/apps/reloadconfig/tests/test.pyo
+noc/main/apps/reloadconfig/views.py
+noc/main/apps/reloadconfig/views.pyc
+noc/main/apps/reloadconfig/views.pyo
+noc/main/apps/report/__init__.py
+noc/main/apps/report/__init__.pyc
+noc/main/apps/report/__init__.pyo
+noc/main/apps/report/templates/form.html
+noc/main/apps/report/templates/index.html
+noc/main/apps/report/tests/__init__.py
+noc/main/apps/report/tests/__init__.pyc
+noc/main/apps/report/tests/__init__.pyo
+noc/main/apps/report/tests/test.py
+noc/main/apps/report/tests/test.pyc
+noc/main/apps/report/tests/test.pyo
+noc/main/apps/report/views.py
+noc/main/apps/report/views.pyc
+noc/main/apps/report/views.pyo
+noc/main/apps/reportbackups/__init__.py
+noc/main/apps/reportbackups/__init__.pyc
+noc/main/apps/reportbackups/__init__.pyo
+noc/main/apps/reportbackups/tests/__init__.py
+noc/main/apps/reportbackups/tests/__init__.pyc
+noc/main/apps/reportbackups/tests/__init__.pyo
+noc/main/apps/reportbackups/tests/test.py
+noc/main/apps/reportbackups/tests/test.pyc
+noc/main/apps/reportbackups/tests/test.pyo
+noc/main/apps/reportbackups/views.py
+noc/main/apps/reportbackups/views.pyc
+noc/main/apps/reportbackups/views.pyo
+noc/main/apps/reportdbsummary/__init__.py
+noc/main/apps/reportdbsummary/__init__.pyc
+noc/main/apps/reportdbsummary/__init__.pyo
+noc/main/apps/reportdbsummary/tests/__init__.py
+noc/main/apps/reportdbsummary/tests/__init__.pyc
+noc/main/apps/reportdbsummary/tests/__init__.pyo
+noc/main/apps/reportdbsummary/tests/test.py
+noc/main/apps/reportdbsummary/tests/test.pyc
+noc/main/apps/reportdbsummary/tests/test.pyo
+noc/main/apps/reportdbsummary/views.py
+noc/main/apps/reportdbsummary/views.pyc
+noc/main/apps/reportdbsummary/views.pyo
+noc/main/apps/reportloc/__init__.py
+noc/main/apps/reportloc/__init__.pyc
+noc/main/apps/reportloc/__init__.pyo
+noc/main/apps/reportloc/tests/__init__.py
+noc/main/apps/reportloc/tests/__init__.pyc
+noc/main/apps/reportloc/tests/__init__.pyo
+noc/main/apps/reportloc/tests/test.py
+noc/main/apps/reportloc/tests/test.pyc
+noc/main/apps/reportloc/tests/test.pyo
+noc/main/apps/reportloc/views.py
+noc/main/apps/reportloc/views.pyc
+noc/main/apps/reportloc/views.pyo
+noc/main/apps/reportsystemversion/__init__.py
+noc/main/apps/reportsystemversion/__init__.pyc
+noc/main/apps/reportsystemversion/__init__.pyo
+noc/main/apps/reportsystemversion/tests/__init__.py
+noc/main/apps/reportsystemversion/tests/__init__.pyc
+noc/main/apps/reportsystemversion/tests/__init__.pyo
+noc/main/apps/reportsystemversion/tests/test.py
+noc/main/apps/reportsystemversion/tests/test.pyc
+noc/main/apps/reportsystemversion/tests/test.pyo
+noc/main/apps/reportsystemversion/views.py
+noc/main/apps/reportsystemversion/views.pyc
+noc/main/apps/reportsystemversion/views.pyo
+noc/main/apps/reporttaggedmodels/__init__.py
+noc/main/apps/reporttaggedmodels/__init__.pyc
+noc/main/apps/reporttaggedmodels/__init__.pyo
+noc/main/apps/reporttaggedmodels/tests/__init__.py
+noc/main/apps/reporttaggedmodels/tests/__init__.pyc
+noc/main/apps/reporttaggedmodels/tests/__init__.pyo
+noc/main/apps/reporttaggedmodels/tests/test.py
+noc/main/apps/reporttaggedmodels/tests/test.pyc
+noc/main/apps/reporttaggedmodels/tests/test.pyo
+noc/main/apps/reporttaggedmodels/views.py
+noc/main/apps/reporttaggedmodels/views.pyc
+noc/main/apps/reporttaggedmodels/views.pyo
+noc/main/apps/search/__init__.py
+noc/main/apps/search/__init__.pyc
+noc/main/apps/search/__init__.pyo
+noc/main/apps/search/templates/search.html
+noc/main/apps/search/tests/__init__.py
+noc/main/apps/search/tests/__init__.pyc
+noc/main/apps/search/tests/__init__.pyo
+noc/main/apps/search/tests/test.py
+noc/main/apps/search/tests/test.pyc
+noc/main/apps/search/tests/test.pyo
+noc/main/apps/search/views.py
+noc/main/apps/search/views.pyc
+noc/main/apps/search/views.pyo
+noc/main/apps/style/__init__.py
+noc/main/apps/style/__init__.pyc
+noc/main/apps/style/__init__.pyo
+noc/main/apps/style/tests/__init__.py
+noc/main/apps/style/tests/__init__.pyc
+noc/main/apps/style/tests/__init__.pyo
+noc/main/apps/style/tests/test.py
+noc/main/apps/style/tests/test.pyc
+noc/main/apps/style/tests/test.pyo
+noc/main/apps/style/views.py
+noc/main/apps/style/views.pyc
+noc/main/apps/style/views.pyo
+noc/main/apps/systemnotification/__init__.py
+noc/main/apps/systemnotification/__init__.pyc
+noc/main/apps/systemnotification/__init__.pyo
+noc/main/apps/systemnotification/tests/__init__.py
+noc/main/apps/systemnotification/tests/__init__.pyc
+noc/main/apps/systemnotification/tests/__init__.pyo
+noc/main/apps/systemnotification/tests/test.py
+noc/main/apps/systemnotification/tests/test.pyc
+noc/main/apps/systemnotification/tests/test.pyo
+noc/main/apps/systemnotification/views.py
+noc/main/apps/systemnotification/views.pyc
+noc/main/apps/systemnotification/views.pyo
+noc/main/apps/tagmanage/__init__.py
+noc/main/apps/tagmanage/__init__.pyc
+noc/main/apps/tagmanage/__init__.pyo
+noc/main/apps/tagmanage/templates/merge.html
+noc/main/apps/tagmanage/tests/__init__.py
+noc/main/apps/tagmanage/tests/__init__.pyc
+noc/main/apps/tagmanage/tests/__init__.pyo
+noc/main/apps/tagmanage/tests/test.py
+noc/main/apps/tagmanage/tests/test.pyc
+noc/main/apps/tagmanage/tests/test.pyo
+noc/main/apps/tagmanage/views.py
+noc/main/apps/tagmanage/views.pyc
+noc/main/apps/tagmanage/views.pyo
+noc/main/apps/tags/__init__.py
+noc/main/apps/tags/__init__.pyc
+noc/main/apps/tags/__init__.pyo
+noc/main/apps/tags/templates/index.html
+noc/main/apps/tags/templates/tag.html
+noc/main/apps/tags/tests/__init__.py
+noc/main/apps/tags/tests/__init__.pyc
+noc/main/apps/tags/tests/__init__.pyo
+noc/main/apps/tags/tests/test.py
+noc/main/apps/tags/tests/test.pyc
+noc/main/apps/tags/tests/test.pyo
+noc/main/apps/tags/views.py
+noc/main/apps/tags/views.pyc
+noc/main/apps/tags/views.pyo
+noc/main/apps/timepattern/__init__.py
+noc/main/apps/timepattern/__init__.pyc
+noc/main/apps/timepattern/__init__.pyo
+noc/main/apps/timepattern/templates/test.html
+noc/main/apps/timepattern/tests/__init__.py
+noc/main/apps/timepattern/tests/__init__.pyc
+noc/main/apps/timepattern/tests/__init__.pyo
+noc/main/apps/timepattern/tests/test.py
+noc/main/apps/timepattern/tests/test.pyc
+noc/main/apps/timepattern/tests/test.pyo
+noc/main/apps/timepattern/views.py
+noc/main/apps/timepattern/views.pyc
+noc/main/apps/timepattern/views.pyo
+noc/main/apps/user/__init__.py
+noc/main/apps/user/__init__.pyc
+noc/main/apps/user/__init__.pyo
+noc/main/apps/user/templates/change_password.html
+noc/main/apps/user/tests/__init__.py
+noc/main/apps/user/tests/__init__.pyc
+noc/main/apps/user/tests/__init__.pyo
+noc/main/apps/user/tests/test.py
+noc/main/apps/user/tests/test.pyc
+noc/main/apps/user/tests/test.pyo
+noc/main/apps/user/views.py
+noc/main/apps/user/views.pyc
+noc/main/apps/user/views.pyo
+noc/main/apps/user/widgets.py
+noc/main/apps/user/widgets.pyc
+noc/main/apps/user/widgets.pyo
+noc/main/apps/userprofile/__init__.py
+noc/main/apps/userprofile/__init__.pyc
+noc/main/apps/userprofile/__init__.pyo
+noc/main/apps/userprofile/templates/change_form.html
+noc/main/apps/userprofile/tests/__init__.py
+noc/main/apps/userprofile/tests/__init__.pyc
+noc/main/apps/userprofile/tests/__init__.pyo
+noc/main/apps/userprofile/tests/test.py
+noc/main/apps/userprofile/tests/test.pyc
+noc/main/apps/userprofile/tests/test.pyo
+noc/main/apps/userprofile/views.py
+noc/main/apps/userprofile/views.pyc
+noc/main/apps/userprofile/views.pyo
+noc/main/auth/__init__.py
+noc/main/auth/__init__.pyc
+noc/main/auth/__init__.pyo
+noc/main/auth/backends/__init__.py
+noc/main/auth/backends/__init__.pyc
+noc/main/auth/backends/__init__.pyo
+noc/main/auth/backends/httpbackend.py
+noc/main/auth/backends/httpbackend.pyc
+noc/main/auth/backends/httpbackend.pyo
+noc/main/auth/backends/ldapbackend.py
+noc/main/auth/backends/ldapbackend.pyc
+noc/main/auth/backends/ldapbackend.pyo
+noc/main/auth/backends/localbackend.py
+noc/main/auth/backends/localbackend.pyc
+noc/main/auth/backends/localbackend.pyo
+noc/main/auth/backends/pyrulebackend.py
+noc/main/auth/backends/pyrulebackend.pyc
+noc/main/auth/backends/pyrulebackend.pyo
+noc/main/bulk_change.html
+noc/main/calculator.py
+noc/main/calculator.pyc
+noc/main/calculator.pyo
 noc/main/fcgi.py
 noc/main/fcgi.pyc
 noc/main/fcgi.pyo
-noc/main/index.html
 noc/main/launcher.py
 noc/main/launcher.pyc
 noc/main/launcher.pyo
@@ -963,18 +2088,42 @@
 noc/main/management/commands/build-manifest.py
 noc/main/management/commands/build-manifest.pyc
 noc/main/management/commands/build-manifest.pyo
+noc/main/management/commands/check-conf.py
+noc/main/management/commands/check-conf.pyc
+noc/main/management/commands/check-conf.pyo
+noc/main/management/commands/csv-export.py
+noc/main/management/commands/csv-export.pyc
+noc/main/management/commands/csv-export.pyo
+noc/main/management/commands/csv-import.py
+noc/main/management/commands/csv-import.pyc
+noc/main/management/commands/csv-import.pyo
+noc/main/management/commands/newapp.py
+noc/main/management/commands/newapp.pyc
+noc/main/management/commands/newapp.pyo
+noc/main/management/commands/pythonpath.py
+noc/main/management/commands/pythonpath.pyc
+noc/main/management/commands/pythonpath.pyo
 noc/main/management/commands/sync-doc.py
 noc/main/management/commands/sync-doc.pyc
 noc/main/management/commands/sync-doc.pyo
+noc/main/management/commands/sync-perm.py
+noc/main/management/commands/sync-perm.pyc
+noc/main/management/commands/sync-perm.pyo
+noc/main/management/commands/sync-pyrules.py
+noc/main/management/commands/sync-pyrules.pyc
+noc/main/management/commands/sync-pyrules.pyo
 noc/main/management/commands/sync-refbooks.py
 noc/main/management/commands/sync-refbooks.pyc
 noc/main/management/commands/sync-refbooks.pyo
-noc/main/menu.py
-noc/main/menu.pyc
-noc/main/menu.pyo
-noc/main/middleware.py
-noc/main/middleware.pyc
-noc/main/middleware.pyo
+noc/main/management/commands/test.py
+noc/main/management/commands/test.pyc
+noc/main/management/commands/test.pyo
+noc/main/management/commands/todos.py
+noc/main/management/commands/todos.pyc
+noc/main/management/commands/todos.pyo
+noc/main/management/commands/unpickle.py
+noc/main/management/commands/unpickle.pyc
+noc/main/management/commands/unpickle.pyo
 noc/main/migrations/0001_initial.py
 noc/main/migrations/0001_initial.pyc
 noc/main/migrations/0001_initial.pyo
@@ -1032,6 +2181,39 @@
 noc/main/migrations/0019_unhandled_exception.py
 noc/main/migrations/0019_unhandled_exception.pyc
 noc/main/migrations/0019_unhandled_exception.pyo
+noc/main/migrations/0020_pyrule.py
+noc/main/migrations/0020_pyrule.pyc
+noc/main/migrations/0020_pyrule.pyo
+noc/main/migrations/0021_permission.py
+noc/main/migrations/0021_permission.pyc
+noc/main/migrations/0021_permission.pyo
+noc/main/migrations/0022_pyrule_is_builtin.py
+noc/main/migrations/0022_pyrule_is_builtin.pyc
+noc/main/migrations/0022_pyrule_is_builtin.pyo
+noc/main/migrations/0023_cleanup.py
+noc/main/migrations/0023_cleanup.pyc
+noc/main/migrations/0023_cleanup.pyo
+noc/main/migrations/0024_changes_quarantine.py
+noc/main/migrations/0024_changes_quarantine.pyc
+noc/main/migrations/0024_changes_quarantine.pyo
+noc/main/migrations/0025_mac_sync_notification.py
+noc/main/migrations/0025_mac_sync_notification.pyc
+noc/main/migrations/0025_mac_sync_notification.pyo
+noc/main/migrations/0026_enlarge_username.py
+noc/main/migrations/0026_enlarge_username.pyc
+noc/main/migrations/0026_enlarge_username.pyo
+noc/main/migrations/0027_style.py
+noc/main/migrations/0027_style.pyc
+noc/main/migrations/0027_style.pyo
+noc/main/migrations/0028_dbtrigger.py
+noc/main/migrations/0028_dbtrigger.pyc
+noc/main/migrations/0028_dbtrigger.pyo
+noc/main/migrations/0029_version_inventory_notification.py
+noc/main/migrations/0029_version_inventory_notification.pyc
+noc/main/migrations/0029_version_inventory_notification.pyo
+noc/main/migrations/0030_set_user_is_staff.py
+noc/main/migrations/0030_set_user_is_staff.pyc
+noc/main/migrations/0030_set_user_is_staff.pyo
 noc/main/migrations/__init__.py
 noc/main/migrations/__init__.pyc
 noc/main/migrations/__init__.pyo
@@ -1056,17 +2238,51 @@
 noc/main/periodics/backup.py
 noc/main/periodics/backup.pyc
 noc/main/periodics/backup.pyo
-noc/main/periodics/cleanup_sessions.py
-noc/main/periodics/cleanup_sessions.pyc
-noc/main/periodics/cleanup_sessions.pyo
+noc/main/periodics/cleanup.py
+noc/main/periodics/cleanup.pyc
+noc/main/periodics/cleanup.pyo
 noc/main/periodics/update_refbook.py
 noc/main/periodics/update_refbook.pyc
 noc/main/periodics/update_refbook.pyo
-noc/main/refbook_edit.html
-noc/main/refbook_index.html
-noc/main/refbook_item.html
-noc/main/refbook_new.html
-noc/main/refbook_view.html
+noc/main/pyrules/__init__.py
+noc/main/pyrules/__init__.pyc
+noc/main/pyrules/__init__.pyo
+noc/main/pyrules/auth_form_user_password.py
+noc/main/pyrules/auth_form_user_password.pyc
+noc/main/pyrules/auth_form_user_password.pyo
+noc/main/pyrules/auth_model.py
+noc/main/pyrules/auth_model.pyc
+noc/main/pyrules/auth_model.pyo
+noc/main/pyrules/close_event.py
+noc/main/pyrules/close_event.pyc
+noc/main/pyrules/close_event.pyo
+noc/main/pyrules/drop_event.py
+noc/main/pyrules/drop_event.pyc
+noc/main/pyrules/drop_event.pyo
+noc/main/pyrules/get_single_result.py
+noc/main/pyrules/get_single_result.pyc
+noc/main/pyrules/get_single_result.pyo
+noc/main/pyrules/matrix_report.py
+noc/main/pyrules/matrix_report.pyc
+noc/main/pyrules/matrix_report.pyo
+noc/main/pyrules/open_event.py
+noc/main/pyrules/open_event.pyc
+noc/main/pyrules/open_event.pyo
+noc/main/pyrules/prefix_list_provisioning.py
+noc/main/pyrules/prefix_list_provisioning.pyc
+noc/main/pyrules/prefix_list_provisioning.pyo
+noc/main/pyrules/refresh_config.py
+noc/main/pyrules/refresh_config.pyc
+noc/main/pyrules/refresh_config.pyo
+noc/main/pyrules/result_report.py
+noc/main/pyrules/result_report.pyc
+noc/main/pyrules/result_report.pyo
+noc/main/pyrules/vc_provisioning.py
+noc/main/pyrules/vc_provisioning.pyc
+noc/main/pyrules/vc_provisioning.pyo
+noc/main/pyrules/version_inventory.py
+noc/main/pyrules/version_inventory.pyc
+noc/main/pyrules/version_inventory.pyo
 noc/main/refbooks/__init__.py
 noc/main/refbooks/__init__.pyc
 noc/main/refbooks/__init__.pyo
@@ -1097,32 +2313,6 @@
 noc/main/refbooks/refbooks/russian_number_registry.py
 noc/main/refbooks/refbooks/russian_number_registry.pyc
 noc/main/refbooks/refbooks/russian_number_registry.pyo
-noc/main/report.html
-noc/main/report.py
-noc/main/report.pyc
-noc/main/report.pyo
-noc/main/report_form.html
-noc/main/report_index.html
-noc/main/reports/__init__.py
-noc/main/reports/__init__.pyc
-noc/main/reports/__init__.pyo
-noc/main/reports/apps_loc.py
-noc/main/reports/apps_loc.pyc
-noc/main/reports/apps_loc.pyo
-noc/main/reports/backups.py
-noc/main/reports/backups.pyc
-noc/main/reports/backups.pyo
-noc/main/reports/database_summary.py
-noc/main/reports/database_summary.pyc
-noc/main/reports/database_summary.pyo
-noc/main/reports/system.py
-noc/main/reports/system.pyc
-noc/main/reports/system.pyo
-noc/main/search.html
-noc/main/search.py
-noc/main/search.pyc
-noc/main/search.pyo
-noc/main/success.html
 noc/main/templatetags/__init__.py
 noc/main/templatetags/__init__.pyc
 noc/main/templatetags/__init__.pyo
@@ -1130,25 +2320,177 @@
 noc/main/templatetags/paginator.py
 noc/main/templatetags/paginator.pyc
 noc/main/templatetags/paginator.pyo
-noc/main/time_pattern_test.html
-noc/main/urls.py
-noc/main/urls.pyc
-noc/main/urls.pyo
-noc/main/views.py
-noc/main/views.pyc
-noc/main/views.pyo
-noc/main/wait.html
+noc/main/templatetags/tags.py
+noc/main/templatetags/tags.pyc
+noc/main/templatetags/tags.pyo
+noc/main/tests/__init__.py
+noc/main/tests/__init__.pyc
+noc/main/tests/__init__.pyo
+noc/main/tests/permission.py
+noc/main/tests/permission.pyc
+noc/main/tests/permission.pyo
+noc/main/tests/pyrule.py
+noc/main/tests/pyrule.pyc
+noc/main/tests/pyrule.pyo
+noc/main/tests/refbook.json
+noc/main/tests/refbook.py
+noc/main/tests/refbook.pyc
+noc/main/tests/refbook.pyo
 noc/manage.py
 noc/manage.pyc
 noc/manage.pyo
+noc/noc-0.6-py2.6.egg-info
 noc/peer/__init__.py
 noc/peer/__init__.pyc
 noc/peer/__init__.pyo
-noc/peer/admin.py
-noc/peer/admin.pyc
-noc/peer/admin.pyo
-noc/peer/as_dot.html
-noc/peer/lg.html
+noc/peer/apps/__init__.py
+noc/peer/apps/__init__.pyc
+noc/peer/apps/__init__.pyo
+noc/peer/apps/as/__init__.py
+noc/peer/apps/as/__init__.pyc
+noc/peer/apps/as/__init__.pyo
+noc/peer/apps/as/tests/__init__.py
+noc/peer/apps/as/tests/__init__.pyc
+noc/peer/apps/as/tests/__init__.pyo
+noc/peer/apps/as/tests/test.py
+noc/peer/apps/as/tests/test.pyc
+noc/peer/apps/as/tests/test.pyo
+noc/peer/apps/as/views.py
+noc/peer/apps/as/views.pyc
+noc/peer/apps/as/views.pyo
+noc/peer/apps/asset/__init__.py
+noc/peer/apps/asset/__init__.pyc
+noc/peer/apps/asset/__init__.pyo
+noc/peer/apps/asset/tests/__init__.py
+noc/peer/apps/asset/tests/__init__.pyc
+noc/peer/apps/asset/tests/__init__.pyo
+noc/peer/apps/asset/tests/test.py
+noc/peer/apps/asset/tests/test.pyc
+noc/peer/apps/asset/tests/test.pyo
+noc/peer/apps/asset/views.py
+noc/peer/apps/asset/views.pyc
+noc/peer/apps/asset/views.pyo
+noc/peer/apps/community/__init__.py
+noc/peer/apps/community/__init__.pyc
+noc/peer/apps/community/__init__.pyo
+noc/peer/apps/community/tests/__init__.py
+noc/peer/apps/community/tests/__init__.pyc
+noc/peer/apps/community/tests/__init__.pyo
+noc/peer/apps/community/tests/test.py
+noc/peer/apps/community/tests/test.pyc
+noc/peer/apps/community/tests/test.pyo
+noc/peer/apps/community/views.py
+noc/peer/apps/community/views.pyc
+noc/peer/apps/community/views.pyo
+noc/peer/apps/communitytype/__init__.py
+noc/peer/apps/communitytype/__init__.pyc
+noc/peer/apps/communitytype/__init__.pyo
+noc/peer/apps/communitytype/tests/__init__.py
+noc/peer/apps/communitytype/tests/__init__.pyc
+noc/peer/apps/communitytype/tests/__init__.pyo
+noc/peer/apps/communitytype/tests/test.py
+noc/peer/apps/communitytype/tests/test.pyc
+noc/peer/apps/communitytype/tests/test.pyo
+noc/peer/apps/communitytype/views.py
+noc/peer/apps/communitytype/views.pyc
+noc/peer/apps/communitytype/views.pyo
+noc/peer/apps/maintainer/__init__.py
+noc/peer/apps/maintainer/__init__.pyc
+noc/peer/apps/maintainer/__init__.pyo
+noc/peer/apps/maintainer/tests/__init__.py
+noc/peer/apps/maintainer/tests/__init__.pyc
+noc/peer/apps/maintainer/tests/__init__.pyo
+noc/peer/apps/maintainer/tests/test.py
+noc/peer/apps/maintainer/tests/test.pyc
+noc/peer/apps/maintainer/tests/test.pyo
+noc/peer/apps/maintainer/views.py
+noc/peer/apps/maintainer/views.pyc
+noc/peer/apps/maintainer/views.pyo
+noc/peer/apps/organisation/__init__.py
+noc/peer/apps/organisation/__init__.pyc
+noc/peer/apps/organisation/__init__.pyo
+noc/peer/apps/organisation/tests/__init__.py
+noc/peer/apps/organisation/tests/__init__.pyc
+noc/peer/apps/organisation/tests/__init__.pyo
+noc/peer/apps/organisation/tests/test.py
+noc/peer/apps/organisation/tests/test.pyc
+noc/peer/apps/organisation/tests/test.pyo
+noc/peer/apps/organisation/views.py
+noc/peer/apps/organisation/views.pyc
+noc/peer/apps/organisation/views.pyo
+noc/peer/apps/peer/__init__.py
+noc/peer/apps/peer/__init__.pyc
+noc/peer/apps/peer/__init__.pyo
+noc/peer/apps/peer/tests/__init__.py
+noc/peer/apps/peer/tests/__init__.pyc
+noc/peer/apps/peer/tests/__init__.pyo
+noc/peer/apps/peer/tests/test.py
+noc/peer/apps/peer/tests/test.pyc
+noc/peer/apps/peer/tests/test.pyo
+noc/peer/apps/peer/views.py
+noc/peer/apps/peer/views.pyc
+noc/peer/apps/peer/views.pyo
+noc/peer/apps/peergroup/__init__.py
+noc/peer/apps/peergroup/__init__.pyc
+noc/peer/apps/peergroup/__init__.pyo
+noc/peer/apps/peergroup/tests/__init__.py
+noc/peer/apps/peergroup/tests/__init__.pyc
+noc/peer/apps/peergroup/tests/__init__.pyo
+noc/peer/apps/peergroup/tests/test.py
+noc/peer/apps/peergroup/tests/test.pyc
+noc/peer/apps/peergroup/tests/test.pyo
+noc/peer/apps/peergroup/views.py
+noc/peer/apps/peergroup/views.pyc
+noc/peer/apps/peergroup/views.pyo
+noc/peer/apps/peeringpoing/__init__.py
+noc/peer/apps/peeringpoing/__init__.pyc
+noc/peer/apps/peeringpoing/__init__.pyo
+noc/peer/apps/peeringpoing/tests/__init__.py
+noc/peer/apps/peeringpoing/tests/__init__.pyc
+noc/peer/apps/peeringpoing/tests/__init__.pyo
+noc/peer/apps/peeringpoing/tests/test.py
+noc/peer/apps/peeringpoing/tests/test.pyc
+noc/peer/apps/peeringpoing/tests/test.pyo
+noc/peer/apps/peeringpoing/views.py
+noc/peer/apps/peeringpoing/views.pyc
+noc/peer/apps/peeringpoing/views.pyo
+noc/peer/apps/person/__init__.py
+noc/peer/apps/person/__init__.pyc
+noc/peer/apps/person/__init__.pyo
+noc/peer/apps/person/tests/__init__.py
+noc/peer/apps/person/tests/__init__.pyc
+noc/peer/apps/person/tests/__init__.pyo
+noc/peer/apps/person/tests/test.py
+noc/peer/apps/person/tests/test.pyc
+noc/peer/apps/person/tests/test.pyo
+noc/peer/apps/person/views.py
+noc/peer/apps/person/views.pyc
+noc/peer/apps/person/views.pyo
+noc/peer/apps/prefixlistbuilder/__init__.py
+noc/peer/apps/prefixlistbuilder/__init__.pyc
+noc/peer/apps/prefixlistbuilder/__init__.pyo
+noc/peer/apps/prefixlistbuilder/templates/builder.html
+noc/peer/apps/prefixlistbuilder/tests/__init__.py
+noc/peer/apps/prefixlistbuilder/tests/__init__.pyc
+noc/peer/apps/prefixlistbuilder/tests/__init__.pyo
+noc/peer/apps/prefixlistbuilder/tests/test.py
+noc/peer/apps/prefixlistbuilder/tests/test.pyc
+noc/peer/apps/prefixlistbuilder/tests/test.pyo
+noc/peer/apps/prefixlistbuilder/views.py
+noc/peer/apps/prefixlistbuilder/views.pyc
+noc/peer/apps/prefixlistbuilder/views.pyo
+noc/peer/apps/rir/__init__.py
+noc/peer/apps/rir/__init__.pyc
+noc/peer/apps/rir/__init__.pyo
+noc/peer/apps/rir/tests/__init__.py
+noc/peer/apps/rir/tests/__init__.pyc
+noc/peer/apps/rir/tests/__init__.pyo
+noc/peer/apps/rir/tests/test.py
+noc/peer/apps/rir/tests/test.pyc
+noc/peer/apps/rir/tests/test.pyo
+noc/peer/apps/rir/views.py
+noc/peer/apps/rir/views.pyc
+noc/peer/apps/rir/views.pyo
 noc/peer/migrations/0001_initial.py
 noc/peer/migrations/0001_initial.pyc
 noc/peer/migrations/0001_initial.pyo
@@ -1227,6 +2569,24 @@
 noc/peer/migrations/0027_maintainer_password.py
 noc/peer/migrations/0027_maintainer_password.pyc
 noc/peer/migrations/0027_maintainer_password.pyo
+noc/peer/migrations/0028_prefix_list_cache.py
+noc/peer/migrations/0028_prefix_list_cache.pyc
+noc/peer/migrations/0028_prefix_list_cache.pyo
+noc/peer/migrations/0029_peering_point_enable_provisioning.py
+noc/peer/migrations/0029_peering_point_enable_provisioning.pyc
+noc/peer/migrations/0029_peering_point_enable_provisioning.pyo
+noc/peer/migrations/0030_peer_backup_ip.py
+noc/peer/migrations/0030_peer_backup_ip.pyc
+noc/peer/migrations/0030_peer_backup_ip.pyo
+noc/peer/migrations/0031_compact_backup_peers.py
+noc/peer/migrations/0031_compact_backup_peers.pyc
+noc/peer/migrations/0031_compact_backup_peers.pyo
+noc/peer/migrations/0032_med.py
+noc/peer/migrations/0032_med.pyc
+noc/peer/migrations/0032_med.pyo
+noc/peer/migrations/0033_tags.py
+noc/peer/migrations/0033_tags.pyc
+noc/peer/migrations/0033_tags.pyo
 noc/peer/migrations/__init__.py
 noc/peer/migrations/__init__.pyc
 noc/peer/migrations/__init__.pyo
@@ -1236,32 +2596,66 @@
 noc/peer/periodics/__init__.py
 noc/peer/periodics/__init__.pyc
 noc/peer/periodics/__init__.pyo
+noc/peer/periodics/prefix_list_provisioning.py
+noc/peer/periodics/prefix_list_provisioning.pyc
+noc/peer/periodics/prefix_list_provisioning.pyo
 noc/peer/periodics/update_whois_cache.py
 noc/peer/periodics/update_whois_cache.pyc
 noc/peer/periodics/update_whois_cache.pyo
-noc/peer/prefix_list.html
 noc/peer/resolver.py
 noc/peer/resolver.pyc
 noc/peer/resolver.pyo
 noc/peer/tree.py
 noc/peer/tree.pyc
 noc/peer/tree.pyo
-noc/peer/urls.py
-noc/peer/urls.pyc
-noc/peer/urls.pyo
-noc/peer/views.py
-noc/peer/views.pyc
-noc/peer/views.pyo
 noc/peer/whois.py
 noc/peer/whois.pyc
 noc/peer/whois.pyo
 noc/pm/__init__.py
 noc/pm/__init__.pyc
 noc/pm/__init__.pyo
-noc/pm/admin.py
-noc/pm/admin.pyc
-noc/pm/admin.pyo
-noc/pm/index.html
+noc/pm/apps/__init__.py
+noc/pm/apps/__init__.pyc
+noc/pm/apps/__init__.pyo
+noc/pm/apps/chart/__init__.py
+noc/pm/apps/chart/__init__.pyc
+noc/pm/apps/chart/__init__.pyo
+noc/pm/apps/chart/tests/__init__.py
+noc/pm/apps/chart/tests/__init__.pyc
+noc/pm/apps/chart/tests/__init__.pyo
+noc/pm/apps/chart/tests/test.py
+noc/pm/apps/chart/tests/test.pyc
+noc/pm/apps/chart/tests/test.pyo
+noc/pm/apps/chart/views.py
+noc/pm/apps/chart/views.pyc
+noc/pm/apps/chart/views.pyo
+noc/pm/apps/timeseries/__init__.py
+noc/pm/apps/timeseries/__init__.pyc
+noc/pm/apps/timeseries/__init__.pyo
+noc/pm/apps/timeseries/tests/__init__.py
+noc/pm/apps/timeseries/tests/__init__.pyc
+noc/pm/apps/timeseries/tests/__init__.pyo
+noc/pm/apps/timeseries/tests/test.py
+noc/pm/apps/timeseries/tests/test.pyc
+noc/pm/apps/timeseries/tests/test.pyo
+noc/pm/apps/timeseries/views.py
+noc/pm/apps/timeseries/views.pyc
+noc/pm/apps/timeseries/views.pyo
+noc/pm/apps/view/__init__.py
+noc/pm/apps/view/__init__.pyc
+noc/pm/apps/view/__init__.pyo
+noc/pm/apps/view/templates/index.html
+noc/pm/apps/view/templates/view_chart.html
+noc/pm/apps/view/templates/view_ts.html
+noc/pm/apps/view/tests/__init__.py
+noc/pm/apps/view/tests/__init__.pyc
+noc/pm/apps/view/tests/__init__.pyo
+noc/pm/apps/view/tests/test.py
+noc/pm/apps/view/tests/test.pyc
+noc/pm/apps/view/tests/test.pyo
+noc/pm/apps/view/views.py
+noc/pm/apps/view/views.pyc
+noc/pm/apps/view/views.pyo
 noc/pm/management/__init__.py
 noc/pm/management/__init__.pyc
 noc/pm/management/__init__.pyo
@@ -1325,23 +2719,276 @@
 noc/pm/probes/test.py
 noc/pm/probes/test.pyc
 noc/pm/probes/test.pyo
-noc/pm/urls.py
-noc/pm/urls.pyc
-noc/pm/urls.pyo
-noc/pm/view_chart.html
-noc/pm/view_ts.html
-noc/pm/views.py
-noc/pm/views.pyc
-noc/pm/views.pyo
+noc/pm/tests/__init__.py
+noc/pm/tests/__init__.pyc
+noc/pm/tests/__init__.pyo
+noc/pm/tests/timeseries.py
+noc/pm/tests/timeseries.pyc
+noc/pm/tests/timeseries.pyo
 noc/sa/__init__.py
 noc/sa/__init__.pyc
 noc/sa/__init__.pyo
 noc/sa/activator.py
 noc/sa/activator.pyc
 noc/sa/activator.pyo
-noc/sa/admin.py
-noc/sa/admin.pyc
-noc/sa/admin.pyo
+noc/sa/apps/__init__.py
+noc/sa/apps/__init__.pyc
+noc/sa/apps/__init__.pyo
+noc/sa/apps/activator/__init__.py
+noc/sa/apps/activator/__init__.pyc
+noc/sa/apps/activator/__init__.pyo
+noc/sa/apps/activator/tests/__init__.py
+noc/sa/apps/activator/tests/__init__.pyc
+noc/sa/apps/activator/tests/__init__.pyo
+noc/sa/apps/activator/tests/test.py
+noc/sa/apps/activator/tests/test.pyc
+noc/sa/apps/activator/tests/test.pyo
+noc/sa/apps/activator/views.py
+noc/sa/apps/activator/views.pyc
+noc/sa/apps/activator/views.pyo
+noc/sa/apps/activatorstatus/__init__.py
+noc/sa/apps/activatorstatus/__init__.pyc
+noc/sa/apps/activatorstatus/__init__.pyo
+noc/sa/apps/activatorstatus/tests/__init__.py
+noc/sa/apps/activatorstatus/tests/__init__.pyc
+noc/sa/apps/activatorstatus/tests/__init__.pyo
+noc/sa/apps/activatorstatus/tests/test.py
+noc/sa/apps/activatorstatus/tests/test.pyc
+noc/sa/apps/activatorstatus/tests/test.pyo
+noc/sa/apps/activatorstatus/views.py
+noc/sa/apps/activatorstatus/views.pyc
+noc/sa/apps/activatorstatus/views.pyo
+noc/sa/apps/administrativedomain/__init__.py
+noc/sa/apps/administrativedomain/__init__.pyc
+noc/sa/apps/administrativedomain/__init__.pyo
+noc/sa/apps/administrativedomain/tests/__init__.py
+noc/sa/apps/administrativedomain/tests/__init__.pyc
+noc/sa/apps/administrativedomain/tests/__init__.pyo
+noc/sa/apps/administrativedomain/tests/test.py
+noc/sa/apps/administrativedomain/tests/test.pyc
+noc/sa/apps/administrativedomain/tests/test.pyo
+noc/sa/apps/administrativedomain/views.py
+noc/sa/apps/administrativedomain/views.pyc
+noc/sa/apps/administrativedomain/views.pyo
+noc/sa/apps/checksupported/__init__.py
+noc/sa/apps/checksupported/__init__.pyc
+noc/sa/apps/checksupported/__init__.pyo
+noc/sa/apps/checksupported/tests/__init__.py
+noc/sa/apps/checksupported/tests/__init__.pyc
+noc/sa/apps/checksupported/tests/__init__.pyo
+noc/sa/apps/checksupported/tests/test.py
+noc/sa/apps/checksupported/tests/test.pyc
+noc/sa/apps/checksupported/tests/test.pyo
+noc/sa/apps/checksupported/views.py
+noc/sa/apps/checksupported/views.pyc
+noc/sa/apps/checksupported/views.pyo
+noc/sa/apps/groupaccess/__init__.py
+noc/sa/apps/groupaccess/__init__.pyc
+noc/sa/apps/groupaccess/__init__.pyo
+noc/sa/apps/groupaccess/tests/__init__.py
+noc/sa/apps/groupaccess/tests/__init__.pyc
+noc/sa/apps/groupaccess/tests/__init__.pyo
+noc/sa/apps/groupaccess/tests/test.py
+noc/sa/apps/groupaccess/tests/test.pyc
+noc/sa/apps/groupaccess/tests/test.pyo
+noc/sa/apps/groupaccess/views.py
+noc/sa/apps/groupaccess/views.pyc
+noc/sa/apps/groupaccess/views.pyo
+noc/sa/apps/macreport/__init__.py
+noc/sa/apps/macreport/__init__.pyc
+noc/sa/apps/macreport/__init__.pyo
+noc/sa/apps/macreport/tests/__init__.py
+noc/sa/apps/macreport/tests/__init__.pyc
+noc/sa/apps/macreport/tests/__init__.pyo
+noc/sa/apps/macreport/tests/test.py
+noc/sa/apps/macreport/tests/test.pyc
+noc/sa/apps/macreport/tests/test.pyo
+noc/sa/apps/macreport/views.py
+noc/sa/apps/macreport/views.pyc
+noc/sa/apps/macreport/views.pyo
+noc/sa/apps/managedobject/__init__.py
+noc/sa/apps/managedobject/__init__.pyc
+noc/sa/apps/managedobject/__init__.pyo
+noc/sa/apps/managedobject/templates/addresses.html
+noc/sa/apps/managedobject/templates/attributes.html
+noc/sa/apps/managedobject/templates/script_form.html
+noc/sa/apps/managedobject/templates/script_result.html
+noc/sa/apps/managedobject/templates/scripts.html
+noc/sa/apps/managedobject/templates/test.html
+noc/sa/apps/managedobject/tests/__init__.py
+noc/sa/apps/managedobject/tests/__init__.pyc
+noc/sa/apps/managedobject/tests/__init__.pyo
+noc/sa/apps/managedobject/tests/test.py
+noc/sa/apps/managedobject/tests/test.pyc
+noc/sa/apps/managedobject/tests/test.pyo
+noc/sa/apps/managedobject/views.py
+noc/sa/apps/managedobject/views.pyc
+noc/sa/apps/managedobject/views.pyo
+noc/sa/apps/managedobjectselector/__init__.py
+noc/sa/apps/managedobjectselector/__init__.pyc
+noc/sa/apps/managedobjectselector/__init__.pyo
+noc/sa/apps/managedobjectselector/templates/test.html
+noc/sa/apps/managedobjectselector/tests/__init__.py
+noc/sa/apps/managedobjectselector/tests/__init__.pyc
+noc/sa/apps/managedobjectselector/tests/__init__.pyo
+noc/sa/apps/managedobjectselector/tests/test.py
+noc/sa/apps/managedobjectselector/tests/test.pyc
+noc/sa/apps/managedobjectselector/tests/test.pyo
+noc/sa/apps/managedobjectselector/views.py
+noc/sa/apps/managedobjectselector/views.pyc
+noc/sa/apps/managedobjectselector/views.pyo
+noc/sa/apps/mrtask/__init__.py
+noc/sa/apps/mrtask/__init__.pyc
+noc/sa/apps/mrtask/__init__.pyo
+noc/sa/apps/mrtask/templates/mr_task.html
+noc/sa/apps/mrtask/templates/mr_task_result.html
+noc/sa/apps/mrtask/tests/__init__.py
+noc/sa/apps/mrtask/tests/__init__.pyc
+noc/sa/apps/mrtask/tests/__init__.pyo
+noc/sa/apps/mrtask/tests/test.py
+noc/sa/apps/mrtask/tests/test.pyc
+noc/sa/apps/mrtask/tests/test.pyo
+noc/sa/apps/mrtask/views.py
+noc/sa/apps/mrtask/views.pyc
+noc/sa/apps/mrtask/views.pyo
+noc/sa/apps/reportmrtask/__init__.py
+noc/sa/apps/reportmrtask/__init__.pyc
+noc/sa/apps/reportmrtask/__init__.pyo
+noc/sa/apps/reportmrtask/tests/__init__.py
+noc/sa/apps/reportmrtask/tests/__init__.pyc
+noc/sa/apps/reportmrtask/tests/__init__.pyo
+noc/sa/apps/reportmrtask/tests/test.py
+noc/sa/apps/reportmrtask/tests/test.pyc
+noc/sa/apps/reportmrtask/tests/test.pyo
+noc/sa/apps/reportmrtask/views.py
+noc/sa/apps/reportmrtask/views.pyc
+noc/sa/apps/reportmrtask/views.pyo
+noc/sa/apps/reportobjectsummary/__init__.py
+noc/sa/apps/reportobjectsummary/__init__.pyc
+noc/sa/apps/reportobjectsummary/__init__.pyo
+noc/sa/apps/reportobjectsummary/tests/__init__.py
+noc/sa/apps/reportobjectsummary/tests/__init__.pyc
+noc/sa/apps/reportobjectsummary/tests/__init__.pyo
+noc/sa/apps/reportobjectsummary/tests/test.py
+noc/sa/apps/reportobjectsummary/tests/test.pyc
+noc/sa/apps/reportobjectsummary/tests/test.pyo
+noc/sa/apps/reportobjectsummary/views.py
+noc/sa/apps/reportobjectsummary/views.pyc
+noc/sa/apps/reportobjectsummary/views.pyo
+noc/sa/apps/reportsupportedequipment/__init__.py
+noc/sa/apps/reportsupportedequipment/__init__.pyc
+noc/sa/apps/reportsupportedequipment/__init__.pyo
+noc/sa/apps/reportsupportedequipment/tests/__init__.py
+noc/sa/apps/reportsupportedequipment/tests/__init__.pyc
+noc/sa/apps/reportsupportedequipment/tests/__init__.pyo
+noc/sa/apps/reportsupportedequipment/tests/test.py
+noc/sa/apps/reportsupportedequipment/tests/test.pyc
+noc/sa/apps/reportsupportedequipment/tests/test.pyo
+noc/sa/apps/reportsupportedequipment/views.py
+noc/sa/apps/reportsupportedequipment/views.pyc
+noc/sa/apps/reportsupportedequipment/views.pyo
+noc/sa/apps/runcommands/__init__.py
+noc/sa/apps/runcommands/__init__.pyc
+noc/sa/apps/runcommands/__init__.pyo
+noc/sa/apps/runcommands/tests/__init__.py
+noc/sa/apps/runcommands/tests/__init__.pyc
+noc/sa/apps/runcommands/tests/__init__.pyo
+noc/sa/apps/runcommands/tests/test.py
+noc/sa/apps/runcommands/tests/test.pyc
+noc/sa/apps/runcommands/tests/test.pyo
+noc/sa/apps/runcommands/views.py
+noc/sa/apps/runcommands/views.pyc
+noc/sa/apps/runcommands/views.pyo
+noc/sa/apps/showswitchports/__init__.py
+noc/sa/apps/showswitchports/__init__.pyc
+noc/sa/apps/showswitchports/__init__.pyo
+noc/sa/apps/showswitchports/tests/__init__.py
+noc/sa/apps/showswitchports/tests/__init__.pyc
+noc/sa/apps/showswitchports/tests/__init__.pyo
+noc/sa/apps/showswitchports/tests/test.py
+noc/sa/apps/showswitchports/tests/test.pyc
+noc/sa/apps/showswitchports/tests/test.pyo
+noc/sa/apps/showswitchports/views.py
+noc/sa/apps/showswitchports/views.pyc
+noc/sa/apps/showswitchports/views.pyo
+noc/sa/apps/switchportvalidation/__init__.py
+noc/sa/apps/switchportvalidation/__init__.pyc
+noc/sa/apps/switchportvalidation/__init__.pyo
+noc/sa/apps/switchportvalidation/tests/__init__.py
+noc/sa/apps/switchportvalidation/tests/__init__.pyc
+noc/sa/apps/switchportvalidation/tests/__init__.pyo
+noc/sa/apps/switchportvalidation/tests/test.py
+noc/sa/apps/switchportvalidation/tests/test.pyc
+noc/sa/apps/switchportvalidation/tests/test.pyo
+noc/sa/apps/switchportvalidation/views.py
+noc/sa/apps/switchportvalidation/views.pyc
+noc/sa/apps/switchportvalidation/views.pyo
+noc/sa/apps/taskschedule/__init__.py
+noc/sa/apps/taskschedule/__init__.pyc
+noc/sa/apps/taskschedule/__init__.pyo
+noc/sa/apps/taskschedule/tests/__init__.py
+noc/sa/apps/taskschedule/tests/__init__.pyc
+noc/sa/apps/taskschedule/tests/__init__.pyo
+noc/sa/apps/taskschedule/tests/test.py
+noc/sa/apps/taskschedule/tests/test.pyc
+noc/sa/apps/taskschedule/tests/test.pyo
+noc/sa/apps/taskschedule/views.py
+noc/sa/apps/taskschedule/views.pyc
+noc/sa/apps/taskschedule/views.pyo
+noc/sa/apps/topologydiscovery/__init__.py
+noc/sa/apps/topologydiscovery/__init__.pyc
+noc/sa/apps/topologydiscovery/__init__.pyo
+noc/sa/apps/topologydiscovery/tests/__init__.py
+noc/sa/apps/topologydiscovery/tests/__init__.pyc
+noc/sa/apps/topologydiscovery/tests/__init__.pyo
+noc/sa/apps/topologydiscovery/tests/test.py
+noc/sa/apps/topologydiscovery/tests/test.pyc
+noc/sa/apps/topologydiscovery/tests/test.pyo
+noc/sa/apps/topologydiscovery/topology/__init__.py
+noc/sa/apps/topologydiscovery/topology/__init__.pyc
+noc/sa/apps/topologydiscovery/topology/__init__.pyo
+noc/sa/apps/topologydiscovery/topology/base.py
+noc/sa/apps/topologydiscovery/topology/base.pyc
+noc/sa/apps/topologydiscovery/topology/base.pyo
+noc/sa/apps/topologydiscovery/topology/cdp.py
+noc/sa/apps/topologydiscovery/topology/cdp.pyc
+noc/sa/apps/topologydiscovery/topology/cdp.pyo
+noc/sa/apps/topologydiscovery/topology/lldp.py
+noc/sa/apps/topologydiscovery/topology/lldp.pyc
+noc/sa/apps/topologydiscovery/topology/lldp.pyo
+noc/sa/apps/topologydiscovery/topology/mac.py
+noc/sa/apps/topologydiscovery/topology/mac.pyc
+noc/sa/apps/topologydiscovery/topology/mac.pyo
+noc/sa/apps/topologydiscovery/topology/stp.py
+noc/sa/apps/topologydiscovery/topology/stp.pyc
+noc/sa/apps/topologydiscovery/topology/stp.pyo
+noc/sa/apps/topologydiscovery/views.py
+noc/sa/apps/topologydiscovery/views.pyc
+noc/sa/apps/topologydiscovery/views.pyo
+noc/sa/apps/useraccess/__init__.py
+noc/sa/apps/useraccess/__init__.pyc
+noc/sa/apps/useraccess/__init__.pyo
+noc/sa/apps/useraccess/tests/__init__.py
+noc/sa/apps/useraccess/tests/__init__.pyc
+noc/sa/apps/useraccess/tests/__init__.pyo
+noc/sa/apps/useraccess/tests/test.py
+noc/sa/apps/useraccess/tests/test.pyc
+noc/sa/apps/useraccess/tests/test.pyo
+noc/sa/apps/useraccess/views.py
+noc/sa/apps/useraccess/views.pyc
+noc/sa/apps/useraccess/views.pyo
+noc/sa/apps/versioninventory/__init__.py
+noc/sa/apps/versioninventory/__init__.pyc
+noc/sa/apps/versioninventory/__init__.pyo
+noc/sa/apps/versioninventory/tests/__init__.py
+noc/sa/apps/versioninventory/tests/__init__.pyc
+noc/sa/apps/versioninventory/tests/__init__.pyo
+noc/sa/apps/versioninventory/tests/test.py
+noc/sa/apps/versioninventory/tests/test.pyc
+noc/sa/apps/versioninventory/tests/test.pyo
+noc/sa/apps/versioninventory/views.py
+noc/sa/apps/versioninventory/views.pyc
+noc/sa/apps/versioninventory/views.pyo
 noc/sa/eventcollector.py
 noc/sa/eventcollector.pyc
 noc/sa/eventcollector.pyo
@@ -1354,12 +3001,39 @@
 noc/sa/interfaces/iaddvlan.py
 noc/sa/interfaces/iaddvlan.pyc
 noc/sa/interfaces/iaddvlan.pyo
+noc/sa/interfaces/iauthenticationbackend.py
+noc/sa/interfaces/iauthenticationbackend.pyc
+noc/sa/interfaces/iauthenticationbackend.pyo
+noc/sa/interfaces/iauthenticationform.py
+noc/sa/interfaces/iauthenticationform.pyc
+noc/sa/interfaces/iauthenticationform.pyo
 noc/sa/interfaces/icommands.py
 noc/sa/interfaces/icommands.pyc
 noc/sa/interfaces/icommands.pyo
+noc/sa/interfaces/idbpostdelete.py
+noc/sa/interfaces/idbpostdelete.pyc
+noc/sa/interfaces/idbpostdelete.pyo
+noc/sa/interfaces/idbpostsave.py
+noc/sa/interfaces/idbpostsave.pyc
+noc/sa/interfaces/idbpostsave.pyo
+noc/sa/interfaces/idbpredelete.py
+noc/sa/interfaces/idbpredelete.pyc
+noc/sa/interfaces/idbpredelete.pyo
+noc/sa/interfaces/idbpresave.py
+noc/sa/interfaces/idbpresave.pyc
+noc/sa/interfaces/idbpresave.pyo
+noc/sa/interfaces/ievent.py
+noc/sa/interfaces/ievent.pyc
+noc/sa/interfaces/ievent.pyo
 noc/sa/interfaces/igetarp.py
 noc/sa/interfaces/igetarp.pyc
 noc/sa/interfaces/igetarp.pyo
+noc/sa/interfaces/igetcdpneighbors.py
+noc/sa/interfaces/igetcdpneighbors.pyc
+noc/sa/interfaces/igetcdpneighbors.pyo
+noc/sa/interfaces/igetchassisid.py
+noc/sa/interfaces/igetchassisid.pyc
+noc/sa/interfaces/igetchassisid.pyo
 noc/sa/interfaces/igetconfig.py
 noc/sa/interfaces/igetconfig.pyc
 noc/sa/interfaces/igetconfig.pyo
@@ -1369,12 +3043,39 @@
 noc/sa/interfaces/igetdot11associations.py
 noc/sa/interfaces/igetdot11associations.pyc
 noc/sa/interfaces/igetdot11associations.pyo
+noc/sa/interfaces/igetfqdn.py
+noc/sa/interfaces/igetfqdn.pyc
+noc/sa/interfaces/igetfqdn.pyo
+noc/sa/interfaces/igetinterfaces.py
+noc/sa/interfaces/igetinterfaces.pyc
+noc/sa/interfaces/igetinterfaces.pyo
+noc/sa/interfaces/igetinterfacestatus.py
+noc/sa/interfaces/igetinterfacestatus.pyc
+noc/sa/interfaces/igetinterfacestatus.pyo
+noc/sa/interfaces/igetlldpneighbors.py
+noc/sa/interfaces/igetlldpneighbors.pyc
+noc/sa/interfaces/igetlldpneighbors.pyo
 noc/sa/interfaces/igetlocalusers.py
 noc/sa/interfaces/igetlocalusers.pyc
 noc/sa/interfaces/igetlocalusers.pyo
 noc/sa/interfaces/igetmacaddresstable.py
 noc/sa/interfaces/igetmacaddresstable.pyc
 noc/sa/interfaces/igetmacaddresstable.pyo
+noc/sa/interfaces/igetobjectstatus.py
+noc/sa/interfaces/igetobjectstatus.pyc
+noc/sa/interfaces/igetobjectstatus.pyo
+noc/sa/interfaces/igetportchannel.py
+noc/sa/interfaces/igetportchannel.pyc
+noc/sa/interfaces/igetportchannel.pyo
+noc/sa/interfaces/igetspanningtree.py
+noc/sa/interfaces/igetspanningtree.pyc
+noc/sa/interfaces/igetspanningtree.pyo
+noc/sa/interfaces/igetswitchport.py
+noc/sa/interfaces/igetswitchport.pyc
+noc/sa/interfaces/igetswitchport.pyo
+noc/sa/interfaces/igettopologydata.py
+noc/sa/interfaces/igettopologydata.pyc
+noc/sa/interfaces/igettopologydata.pyo
 noc/sa/interfaces/igetversion.py
 noc/sa/interfaces/igetversion.pyc
 noc/sa/interfaces/igetversion.pyo
@@ -1390,9 +3091,18 @@
 noc/sa/interfaces/iping.py
 noc/sa/interfaces/iping.pyc
 noc/sa/interfaces/iping.pyo
+noc/sa/interfaces/ipingcheck.py
+noc/sa/interfaces/ipingcheck.pyc
+noc/sa/interfaces/ipingcheck.pyo
+noc/sa/interfaces/ireducetask.py
+noc/sa/interfaces/ireducetask.pyc
+noc/sa/interfaces/ireducetask.pyo
 noc/sa/interfaces/iremovevlan.py
 noc/sa/interfaces/iremovevlan.pyc
 noc/sa/interfaces/iremovevlan.pyo
+noc/sa/interfaces/isyncprefixlists.py
+noc/sa/interfaces/isyncprefixlists.pyc
+noc/sa/interfaces/isyncprefixlists.pyo
 noc/sa/interfaces/isyncvlans.py
 noc/sa/interfaces/isyncvlans.pyc
 noc/sa/interfaces/isyncvlans.pyo
@@ -1405,9 +3115,12 @@
 noc/sa/management/commands/debug-script.py
 noc/sa/management/commands/debug-script.pyc
 noc/sa/management/commands/debug-script.pyo
-noc/sa/management/commands/debug-xmlrpc.py
-noc/sa/management/commands/debug-xmlrpc.pyc
-noc/sa/management/commands/debug-xmlrpc.pyo
+noc/sa/management/commands/script-test.py
+noc/sa/management/commands/script-test.pyc
+noc/sa/management/commands/script-test.pyo
+noc/sa/management/commands/topo-test.py
+noc/sa/management/commands/topo-test.pyc
+noc/sa/management/commands/topo-test.pyo
 noc/sa/migrations/0001_initial.py
 noc/sa/migrations/0001_initial.pyc
 noc/sa/migrations/0001_initial.pyo
@@ -1459,17 +3172,118 @@
 noc/sa/migrations/0017_object_selector_filter_activator.py
 noc/sa/migrations/0017_object_selector_filter_activator.pyc
 noc/sa/migrations/0017_object_selector_filter_activator.pyo
+noc/sa/migrations/0018_rename_Alcatel_AOS.py
+noc/sa/migrations/0018_rename_Alcatel_AOS.pyc
+noc/sa/migrations/0018_rename_Alcatel_AOS.pyo
+noc/sa/migrations/0019_rename_AddPac.py
+noc/sa/migrations/0019_rename_AddPac.pyc
+noc/sa/migrations/0019_rename_AddPac.pyo
+noc/sa/migrations/0020_save_useraccess.py
+noc/sa/migrations/0020_save_useraccess.pyc
+noc/sa/migrations/0020_save_useraccess.pyo
+noc/sa/migrations/0021_useraccess_selector.py
+noc/sa/migrations/0021_useraccess_selector.pyc
+noc/sa/migrations/0021_useraccess_selector.pyo
+noc/sa/migrations/0022_restore_useraccess.py
+noc/sa/migrations/0022_restore_useraccess.pyc
+noc/sa/migrations/0022_restore_useraccess.pyo
+noc/sa/migrations/0023_groupaccess.py
+noc/sa/migrations/0023_groupaccess.pyc
+noc/sa/migrations/0023_groupaccess.pyo
+noc/sa/migrations/0024_alter_useraccess.py
+noc/sa/migrations/0024_alter_useraccess.pyc
+noc/sa/migrations/0024_alter_useraccess.pyo
+noc/sa/migrations/0025_tags.py
+noc/sa/migrations/0025_tags.pyc
+noc/sa/migrations/0025_tags.pyo
+noc/sa/migrations/0026_no_objectgroup.py
+noc/sa/migrations/0026_no_objectgroup.pyc
+noc/sa/migrations/0026_no_objectgroup.pyo
+noc/sa/migrations/0027_reducetask_script.py
+noc/sa/migrations/0027_reducetask_script.pyc
+noc/sa/migrations/0027_reducetask_script.pyo
+noc/sa/migrations/0028_noc_sae_profile.py
+noc/sa/migrations/0028_noc_sae_profile.pyc
+noc/sa/migrations/0028_noc_sae_profile.pyo
+noc/sa/migrations/0029_managedobjectattribute.py
+noc/sa/migrations/0029_managedobjectattribute.pyc
+noc/sa/migrations/0029_managedobjectattribute.pyo
+noc/sa/migrations/0030_merge_EdgeCore.py
+noc/sa/migrations/0030_merge_EdgeCore.pyc
+noc/sa/migrations/0030_merge_EdgeCore.pyo
 noc/sa/migrations/__init__.py
 noc/sa/migrations/__init__.pyc
 noc/sa/migrations/__init__.pyo
 noc/sa/models.py
 noc/sa/models.pyc
 noc/sa/models.pyo
-noc/sa/mr_task.html
-noc/sa/mr_task_result.html
 noc/sa/periodic.py
 noc/sa/periodic.pyc
 noc/sa/periodic.pyo
+noc/sa/periodics/__init__.py
+noc/sa/periodics/__init__.pyc
+noc/sa/periodics/__init__.pyo
+noc/sa/periodics/version_inventory.py
+noc/sa/periodics/version_inventory.pyc
+noc/sa/periodics/version_inventory.pyo
+noc/sa/profiles/3Com/SuperStack/__init__.py
+noc/sa/profiles/3Com/SuperStack/__init__.pyc
+noc/sa/profiles/3Com/SuperStack/__init__.pyo
+noc/sa/profiles/3Com/SuperStack/get_mac_address_table.py
+noc/sa/profiles/3Com/SuperStack/get_mac_address_table.pyc
+noc/sa/profiles/3Com/SuperStack/get_mac_address_table.pyo
+noc/sa/profiles/3Com/SuperStack/get_version.py
+noc/sa/profiles/3Com/SuperStack/get_version.pyc
+noc/sa/profiles/3Com/SuperStack/get_version.pyo
+noc/sa/profiles/3Com/SuperStack/get_vlans.py
+noc/sa/profiles/3Com/SuperStack/get_vlans.pyc
+noc/sa/profiles/3Com/SuperStack/get_vlans.pyo
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_2_72_get_version_0001.py
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_2_72_get_version_0001.pyc
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_2_72_get_version_0001.pyo
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_mac_address_table_0001.py
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_mac_address_table_0001.pyc
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_mac_address_table_0001.pyo
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_mac_address_table_0002.py
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_mac_address_table_0002.pyc
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_mac_address_table_0002.pyo
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_version_0001.py
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_version_0001.pyc
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_version_0001.pyo
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_vlans_0001.py
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_vlans_0001.pyc
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_3_Switch_3300XM_2_72_get_vlans_0001.pyo
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_1100_2_72_get_mac_address_table_0001.py
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_1100_2_72_get_mac_address_table_0001.pyc
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_1100_2_72_get_mac_address_table_0001.pyo
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_1100_2_72_get_version_0001.py
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_1100_2_72_get_version_0001.pyc
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_1100_2_72_get_version_0001.pyo
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_610_2_72_get_vlans_0001.py
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_610_2_72_get_vlans_0001.pyc
+noc/sa/profiles/3Com/SuperStack/tests/3Com_SuperStack_II_Switch_610_2_72_get_vlans_0001.pyo
+noc/sa/profiles/3Com/SuperStack/tests/__init__.py
+noc/sa/profiles/3Com/SuperStack/tests/__init__.pyc
+noc/sa/profiles/3Com/SuperStack/tests/__init__.pyo
+noc/sa/profiles/3Com/__init__.py
+noc/sa/profiles/3Com/__init__.pyc
+noc/sa/profiles/3Com/__init__.pyo
+noc/sa/profiles/AddPac/APOS/__init__.py
+noc/sa/profiles/AddPac/APOS/__init__.pyc
+noc/sa/profiles/AddPac/APOS/__init__.pyo
+noc/sa/profiles/AddPac/APOS/get_config.py
+noc/sa/profiles/AddPac/APOS/get_config.pyc
+noc/sa/profiles/AddPac/APOS/get_config.pyo
+noc/sa/profiles/AddPac/APOS/get_version.py
+noc/sa/profiles/AddPac/APOS/get_version.pyc
+noc/sa/profiles/AddPac/APOS/get_version.pyo
+noc/sa/profiles/AddPac/APOS/highlight.py
+noc/sa/profiles/AddPac/APOS/highlight.pyc
+noc/sa/profiles/AddPac/APOS/highlight.pyo
+noc/sa/profiles/AddPac/APOS/supported.csv
+noc/sa/profiles/AddPac/__init__.py
+noc/sa/profiles/AddPac/__init__.pyc
+noc/sa/profiles/AddPac/__init__.pyo
 noc/sa/profiles/Alcatel/AOS/__init__.py
 noc/sa/profiles/Alcatel/AOS/__init__.pyc
 noc/sa/profiles/Alcatel/AOS/__init__.pyo
@@ -1483,9 +3297,82 @@
 noc/sa/profiles/Alcatel/AOS/get_vlans.pyc
 noc/sa/profiles/Alcatel/AOS/get_vlans.pyo
 noc/sa/profiles/Alcatel/AOS/supported.csv
+noc/sa/profiles/Alcatel/OS62xx/__init__.py
+noc/sa/profiles/Alcatel/OS62xx/__init__.pyc
+noc/sa/profiles/Alcatel/OS62xx/__init__.pyo
+noc/sa/profiles/Alcatel/OS62xx/get_config.py
+noc/sa/profiles/Alcatel/OS62xx/get_config.pyc
+noc/sa/profiles/Alcatel/OS62xx/get_config.pyo
+noc/sa/profiles/Alcatel/OS62xx/get_mac_address_table.py
+noc/sa/profiles/Alcatel/OS62xx/get_mac_address_table.pyc
+noc/sa/profiles/Alcatel/OS62xx/get_mac_address_table.pyo
+noc/sa/profiles/Alcatel/OS62xx/get_version.py
+noc/sa/profiles/Alcatel/OS62xx/get_version.pyc
+noc/sa/profiles/Alcatel/OS62xx/get_version.pyo
+noc/sa/profiles/Alcatel/OS62xx/get_vlans.py
+noc/sa/profiles/Alcatel/OS62xx/get_vlans.pyc
+noc/sa/profiles/Alcatel/OS62xx/get_vlans.pyo
+noc/sa/profiles/Alcatel/OS62xx/supported.csv
+noc/sa/profiles/Alcatel/OS62xx/tests/Alcatel_OmniStack_LS_6200_1_5_1_7_get_version_0001.py
+noc/sa/profiles/Alcatel/OS62xx/tests/Alcatel_OmniStack_LS_6200_1_5_1_7_get_version_0001.pyc
+noc/sa/profiles/Alcatel/OS62xx/tests/Alcatel_OmniStack_LS_6200_1_5_1_7_get_version_0001.pyo
+noc/sa/profiles/Alcatel/OS62xx/tests/__init__.py
+noc/sa/profiles/Alcatel/OS62xx/tests/__init__.pyc
+noc/sa/profiles/Alcatel/OS62xx/tests/__init__.pyo
 noc/sa/profiles/Alcatel/__init__.py
 noc/sa/profiles/Alcatel/__init__.pyc
 noc/sa/profiles/Alcatel/__init__.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/__init__.py
+noc/sa/profiles/AlliedTelesis/AT8000S/__init__.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/__init__.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/add_vlan.py
+noc/sa/profiles/AlliedTelesis/AT8000S/add_vlan.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/add_vlan.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/get_arp.py
+noc/sa/profiles/AlliedTelesis/AT8000S/get_arp.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/get_arp.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/get_config.py
+noc/sa/profiles/AlliedTelesis/AT8000S/get_config.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/get_config.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/get_local_users.py
+noc/sa/profiles/AlliedTelesis/AT8000S/get_local_users.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/get_local_users.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/get_mac_address_table.py
+noc/sa/profiles/AlliedTelesis/AT8000S/get_mac_address_table.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/get_mac_address_table.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/get_version.py
+noc/sa/profiles/AlliedTelesis/AT8000S/get_version.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/get_version.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/get_vlans.py
+noc/sa/profiles/AlliedTelesis/AT8000S/get_vlans.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/get_vlans.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/highlight.py
+noc/sa/profiles/AlliedTelesis/AT8000S/highlight.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/highlight.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/ping.py
+noc/sa/profiles/AlliedTelesis/AT8000S/ping.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/ping.pyo
+noc/sa/profiles/AlliedTelesis/AT8000S/remove_vlan.py
+noc/sa/profiles/AlliedTelesis/AT8000S/remove_vlan.pyc
+noc/sa/profiles/AlliedTelesis/AT8000S/remove_vlan.pyo
+noc/sa/profiles/AlliedTelesis/AT8500/__init__.py
+noc/sa/profiles/AlliedTelesis/AT8500/__init__.pyc
+noc/sa/profiles/AlliedTelesis/AT8500/__init__.pyo
+noc/sa/profiles/AlliedTelesis/AT8500/get_config.py
+noc/sa/profiles/AlliedTelesis/AT8500/get_config.pyc
+noc/sa/profiles/AlliedTelesis/AT8500/get_config.pyo
+noc/sa/profiles/AlliedTelesis/AT8500/get_mac_address_table.py
+noc/sa/profiles/AlliedTelesis/AT8500/get_mac_address_table.pyc
+noc/sa/profiles/AlliedTelesis/AT8500/get_mac_address_table.pyo
+noc/sa/profiles/AlliedTelesis/AT8500/get_version.py
+noc/sa/profiles/AlliedTelesis/AT8500/get_version.pyc
+noc/sa/profiles/AlliedTelesis/AT8500/get_version.pyo
+noc/sa/profiles/AlliedTelesis/AT8500/ping.py
+noc/sa/profiles/AlliedTelesis/AT8500/ping.pyc
+noc/sa/profiles/AlliedTelesis/AT8500/ping.pyo
+noc/sa/profiles/AlliedTelesis/__init__.py
+noc/sa/profiles/AlliedTelesis/__init__.pyc
+noc/sa/profiles/AlliedTelesis/__init__.pyo
 noc/sa/profiles/Audiocodes/Mediant2000/__init__.py
 noc/sa/profiles/Audiocodes/Mediant2000/__init__.pyc
 noc/sa/profiles/Audiocodes/Mediant2000/__init__.pyo
@@ -1502,6 +3389,22 @@
 noc/sa/profiles/Audiocodes/__init__.py
 noc/sa/profiles/Audiocodes/__init__.pyc
 noc/sa/profiles/Audiocodes/__init__.pyo
+noc/sa/profiles/Brocade/FabricOS/__init__.py
+noc/sa/profiles/Brocade/FabricOS/__init__.pyc
+noc/sa/profiles/Brocade/FabricOS/__init__.pyo
+noc/sa/profiles/Brocade/FabricOS/get_config.py
+noc/sa/profiles/Brocade/FabricOS/get_config.pyc
+noc/sa/profiles/Brocade/FabricOS/get_config.pyo
+noc/sa/profiles/Brocade/FabricOS/get_version.py
+noc/sa/profiles/Brocade/FabricOS/get_version.pyc
+noc/sa/profiles/Brocade/FabricOS/get_version.pyo
+noc/sa/profiles/Brocade/FabricOS/highlight.py
+noc/sa/profiles/Brocade/FabricOS/highlight.pyc
+noc/sa/profiles/Brocade/FabricOS/highlight.pyo
+noc/sa/profiles/Brocade/FabricOS/supported.csv
+noc/sa/profiles/Brocade/__init__.py
+noc/sa/profiles/Brocade/__init__.pyc
+noc/sa/profiles/Brocade/__init__.pyo
 noc/sa/profiles/Cisco/ASA/__init__.py
 noc/sa/profiles/Cisco/ASA/__init__.pyc
 noc/sa/profiles/Cisco/ASA/__init__.pyo
@@ -1515,6 +3418,12 @@
 noc/sa/profiles/Cisco/ASA/highlight.pyc
 noc/sa/profiles/Cisco/ASA/highlight.pyo
 noc/sa/profiles/Cisco/ASA/supported.csv
+noc/sa/profiles/Cisco/ASA/tests/Cisco_ASA5520_8_2_2__get_version_0001.py
+noc/sa/profiles/Cisco/ASA/tests/Cisco_ASA5520_8_2_2__get_version_0001.pyc
+noc/sa/profiles/Cisco/ASA/tests/Cisco_ASA5520_8_2_2__get_version_0001.pyo
+noc/sa/profiles/Cisco/ASA/tests/__init__.py
+noc/sa/profiles/Cisco/ASA/tests/__init__.pyc
+noc/sa/profiles/Cisco/ASA/tests/__init__.pyo
 noc/sa/profiles/Cisco/AireOS/__init__.py
 noc/sa/profiles/Cisco/AireOS/__init__.pyc
 noc/sa/profiles/Cisco/AireOS/__init__.pyo
@@ -1528,6 +3437,25 @@
 noc/sa/profiles/Cisco/AireOS/highlight.pyc
 noc/sa/profiles/Cisco/AireOS/highlight.pyo
 noc/sa/profiles/Cisco/AireOS/supported.csv
+noc/sa/profiles/Cisco/CatOS/__init__.py
+noc/sa/profiles/Cisco/CatOS/__init__.pyc
+noc/sa/profiles/Cisco/CatOS/__init__.pyo
+noc/sa/profiles/Cisco/CatOS/get_config.py
+noc/sa/profiles/Cisco/CatOS/get_config.pyc
+noc/sa/profiles/Cisco/CatOS/get_config.pyo
+noc/sa/profiles/Cisco/CatOS/get_mac_address_table.py
+noc/sa/profiles/Cisco/CatOS/get_mac_address_table.pyc
+noc/sa/profiles/Cisco/CatOS/get_mac_address_table.pyo
+noc/sa/profiles/Cisco/CatOS/get_version.py
+noc/sa/profiles/Cisco/CatOS/get_version.pyc
+noc/sa/profiles/Cisco/CatOS/get_version.pyo
+noc/sa/profiles/Cisco/CatOS/get_vlans.py
+noc/sa/profiles/Cisco/CatOS/get_vlans.pyc
+noc/sa/profiles/Cisco/CatOS/get_vlans.pyo
+noc/sa/profiles/Cisco/CatOS/highlight.py
+noc/sa/profiles/Cisco/CatOS/highlight.pyc
+noc/sa/profiles/Cisco/CatOS/highlight.pyo
+noc/sa/profiles/Cisco/CatOS/supported.csv
 noc/sa/profiles/Cisco/FWSM/__init__.py
 noc/sa/profiles/Cisco/FWSM/__init__.pyc
 noc/sa/profiles/Cisco/FWSM/__init__.pyo
@@ -1550,6 +3478,12 @@
 noc/sa/profiles/Cisco/IOS/get_arp.py
 noc/sa/profiles/Cisco/IOS/get_arp.pyc
 noc/sa/profiles/Cisco/IOS/get_arp.pyo
+noc/sa/profiles/Cisco/IOS/get_cdp_neighbors.py
+noc/sa/profiles/Cisco/IOS/get_cdp_neighbors.pyc
+noc/sa/profiles/Cisco/IOS/get_cdp_neighbors.pyo
+noc/sa/profiles/Cisco/IOS/get_chassis_id.py
+noc/sa/profiles/Cisco/IOS/get_chassis_id.pyc
+noc/sa/profiles/Cisco/IOS/get_chassis_id.pyo
 noc/sa/profiles/Cisco/IOS/get_config.py
 noc/sa/profiles/Cisco/IOS/get_config.pyc
 noc/sa/profiles/Cisco/IOS/get_config.pyo
@@ -1559,12 +3493,24 @@
 noc/sa/profiles/Cisco/IOS/get_dot11_associations.py
 noc/sa/profiles/Cisco/IOS/get_dot11_associations.pyc
 noc/sa/profiles/Cisco/IOS/get_dot11_associations.pyo
+noc/sa/profiles/Cisco/IOS/get_fqdn.py
+noc/sa/profiles/Cisco/IOS/get_fqdn.pyc
+noc/sa/profiles/Cisco/IOS/get_fqdn.pyo
+noc/sa/profiles/Cisco/IOS/get_lldp_neighbors.py
+noc/sa/profiles/Cisco/IOS/get_lldp_neighbors.pyc
+noc/sa/profiles/Cisco/IOS/get_lldp_neighbors.pyo
 noc/sa/profiles/Cisco/IOS/get_local_users.py
 noc/sa/profiles/Cisco/IOS/get_local_users.pyc
 noc/sa/profiles/Cisco/IOS/get_local_users.pyo
 noc/sa/profiles/Cisco/IOS/get_mac_address_table.py
 noc/sa/profiles/Cisco/IOS/get_mac_address_table.pyc
 noc/sa/profiles/Cisco/IOS/get_mac_address_table.pyo
+noc/sa/profiles/Cisco/IOS/get_portchannel.py
+noc/sa/profiles/Cisco/IOS/get_portchannel.pyc
+noc/sa/profiles/Cisco/IOS/get_portchannel.pyo
+noc/sa/profiles/Cisco/IOS/get_spanning_tree.py
+noc/sa/profiles/Cisco/IOS/get_spanning_tree.pyc
+noc/sa/profiles/Cisco/IOS/get_spanning_tree.pyo
 noc/sa/profiles/Cisco/IOS/get_version.py
 noc/sa/profiles/Cisco/IOS/get_version.pyc
 noc/sa/profiles/Cisco/IOS/get_version.pyo
@@ -1581,6 +3527,135 @@
 noc/sa/profiles/Cisco/IOS/remove_vlan.pyc
 noc/sa/profiles/Cisco/IOS/remove_vlan.pyo
 noc/sa/profiles/Cisco/IOS/supported.csv
+noc/sa/profiles/Cisco/IOS/tests/Cisco_2800_12_4_21__get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_2800_12_4_21__get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_2800_12_4_21__get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_2800_12_4_25c__get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_2800_12_4_25c__get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_2800_12_4_25c__get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_3800_12_4_24_T1_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_3800_12_4_24_T1_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_3800_12_4_24_T1_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C1900_15_0_1_M1_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C1900_15_0_1_M1_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C1900_15_0_1_M1_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C2960_12_2_52_SE_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C2960_12_2_52_SE_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C2960_12_2_52_SE_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3550_12_2_52_SE_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3550_12_2_52_SE_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3550_12_2_52_SE_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_25_SEE4_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_25_SEE4_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_25_SEE4_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_46_SE_get_lldp_neighbors_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_46_SE_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_46_SE_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_52_SE_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_52_SE_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3560_12_2_52_SE_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_25_SEE_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_25_SEE_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_25_SEE_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE1_get_spanning_tree_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE1_get_spanning_tree_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE1_get_spanning_tree_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_chassis_id_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_chassis_id_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_chassis_id_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_mac_address_table_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_mac_address_table_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_mac_address_table_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_spanning_tree_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_spanning_tree_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_spanning_tree_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_spanning_tree_0002.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_spanning_tree_0002.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_35_SE2_get_spanning_tree_0002.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_37_SE_get_chassis_id_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_37_SE_get_chassis_id_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_37_SE_get_chassis_id_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_40_SE_get_lldp_neighbors_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_40_SE_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_40_SE_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_40_SE_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_40_SE_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_40_SE_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_53_SE2_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_53_SE2_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_53_SE2_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_53_SE2_get_version_0002.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_53_SE2_get_version_0002.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_C3750_12_2_53_SE2_get_version_0002.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_chassis_id_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_chassis_id_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_chassis_id_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_lldp_neighbors_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_mac_address_table_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_mac_address_table_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_mac_address_table_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_spanning_tree_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_spanning_tree_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_spanning_tree_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_version_0002.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_version_0002.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_CBS31X0_12_2_50_SE3_get_version_0002.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_31_SGA10_get_mac_address_table_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_31_SGA10_get_mac_address_table_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_31_SGA10_get_mac_address_table_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_chassis_id_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_chassis_id_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_chassis_id_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_mac_address_table_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_mac_address_table_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_mac_address_table_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_Catalyst_4500_L3_Switch_12_2_37_SG1_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s222_rp_12_2_18_SXF13_get_mac_address_table_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s222_rp_12_2_18_SXF13_get_mac_address_table_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s222_rp_12_2_18_SXF13_get_mac_address_table_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_chassis_id_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_chassis_id_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_chassis_id_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_mac_address_table_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_mac_address_table_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_mac_address_table_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_spanning_tree_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_spanning_tree_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_spanning_tree_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_18_SXF14_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_chassis_id_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_chassis_id_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_chassis_id_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_mac_address_table_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_mac_address_table_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_mac_address_table_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_spanning_tree_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_spanning_tree_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_spanning_tree_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXH2a_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXI2_get_mac_address_table_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXI2_get_mac_address_table_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXI2_get_mac_address_table_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXI2_get_mac_address_table_0002.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXI2_get_mac_address_table_0002.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_s72033_rp_12_2_33_SXI2_get_mac_address_table_0002.pyo
+noc/sa/profiles/Cisco/IOS/tests/Cisco_uBR7114_12_3_23_BC5_get_version_0001.py
+noc/sa/profiles/Cisco/IOS/tests/Cisco_uBR7114_12_3_23_BC5_get_version_0001.pyc
+noc/sa/profiles/Cisco/IOS/tests/Cisco_uBR7114_12_3_23_BC5_get_version_0001.pyo
+noc/sa/profiles/Cisco/IOS/tests/__init__.py
+noc/sa/profiles/Cisco/IOS/tests/__init__.pyc
+noc/sa/profiles/Cisco/IOS/tests/__init__.pyo
 noc/sa/profiles/Cisco/NXOS/__init__.py
 noc/sa/profiles/Cisco/NXOS/__init__.pyc
 noc/sa/profiles/Cisco/NXOS/__init__.pyo
@@ -1612,59 +3687,219 @@
 noc/sa/profiles/DLink/DES3xxx/__init__.py
 noc/sa/profiles/DLink/DES3xxx/__init__.pyc
 noc/sa/profiles/DLink/DES3xxx/__init__.pyo
+noc/sa/profiles/DLink/DES3xxx/add_vlan.py
+noc/sa/profiles/DLink/DES3xxx/add_vlan.pyc
+noc/sa/profiles/DLink/DES3xxx/add_vlan.pyo
+noc/sa/profiles/DLink/DES3xxx/get_arp.py
+noc/sa/profiles/DLink/DES3xxx/get_arp.pyc
+noc/sa/profiles/DLink/DES3xxx/get_arp.pyo
+noc/sa/profiles/DLink/DES3xxx/get_chassis_id.py
+noc/sa/profiles/DLink/DES3xxx/get_chassis_id.pyc
+noc/sa/profiles/DLink/DES3xxx/get_chassis_id.pyo
 noc/sa/profiles/DLink/DES3xxx/get_config.py
 noc/sa/profiles/DLink/DES3xxx/get_config.pyc
 noc/sa/profiles/DLink/DES3xxx/get_config.pyo
+noc/sa/profiles/DLink/DES3xxx/get_mac_address_table.py
+noc/sa/profiles/DLink/DES3xxx/get_mac_address_table.pyc
+noc/sa/profiles/DLink/DES3xxx/get_mac_address_table.pyo
 noc/sa/profiles/DLink/DES3xxx/get_version.py
 noc/sa/profiles/DLink/DES3xxx/get_version.pyc
 noc/sa/profiles/DLink/DES3xxx/get_version.pyo
 noc/sa/profiles/DLink/DES3xxx/get_vlans.py
 noc/sa/profiles/DLink/DES3xxx/get_vlans.pyc
 noc/sa/profiles/DLink/DES3xxx/get_vlans.pyo
+noc/sa/profiles/DLink/DES3xxx/remove_vlan.py
+noc/sa/profiles/DLink/DES3xxx/remove_vlan.pyc
+noc/sa/profiles/DLink/DES3xxx/remove_vlan.pyo
+noc/sa/profiles/DLink/DES3xxx/supported.csv
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3026_4_30_B16_get_chassis_id_0001.py
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3026_4_30_B16_get_chassis_id_0001.pyc
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3026_4_30_B16_get_chassis_id_0001.pyo
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3028_2_42_B01_get_chassis_id_0001.py
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3028_2_42_B01_get_chassis_id_0001.pyc
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3028_2_42_B01_get_chassis_id_0001.pyo
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3526_6_00_B23_get_version_0001.py
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3526_6_00_B23_get_version_0001.pyc
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3526_6_00_B23_get_version_0001.pyo
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3528_2_11_B020_get_version_0001.py
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3528_2_11_B020_get_version_0001.pyc
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3528_2_11_B020_get_version_0001.pyo
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3828_4_50_B22_get_version_0001.py
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3828_4_50_B22_get_version_0001.pyc
+noc/sa/profiles/DLink/DES3xxx/tests/DLink_DES_3828_4_50_B22_get_version_0001.pyo
+noc/sa/profiles/DLink/DES3xxx/tests/__init__.py
+noc/sa/profiles/DLink/DES3xxx/tests/__init__.pyc
+noc/sa/profiles/DLink/DES3xxx/tests/__init__.pyo
 noc/sa/profiles/DLink/DGS3xxx/__init__.py
 noc/sa/profiles/DLink/DGS3xxx/__init__.pyc
 noc/sa/profiles/DLink/DGS3xxx/__init__.pyo
+noc/sa/profiles/DLink/DGS3xxx/add_vlan.py
+noc/sa/profiles/DLink/DGS3xxx/add_vlan.pyc
+noc/sa/profiles/DLink/DGS3xxx/add_vlan.pyo
+noc/sa/profiles/DLink/DGS3xxx/get_arp.py
+noc/sa/profiles/DLink/DGS3xxx/get_arp.pyc
+noc/sa/profiles/DLink/DGS3xxx/get_arp.pyo
+noc/sa/profiles/DLink/DGS3xxx/get_chassis_id.py
+noc/sa/profiles/DLink/DGS3xxx/get_chassis_id.pyc
+noc/sa/profiles/DLink/DGS3xxx/get_chassis_id.pyo
 noc/sa/profiles/DLink/DGS3xxx/get_config.py
 noc/sa/profiles/DLink/DGS3xxx/get_config.pyc
 noc/sa/profiles/DLink/DGS3xxx/get_config.pyo
+noc/sa/profiles/DLink/DGS3xxx/get_mac_address_table.py
+noc/sa/profiles/DLink/DGS3xxx/get_mac_address_table.pyc
+noc/sa/profiles/DLink/DGS3xxx/get_mac_address_table.pyo
+noc/sa/profiles/DLink/DGS3xxx/get_portchannel.py
+noc/sa/profiles/DLink/DGS3xxx/get_portchannel.pyc
+noc/sa/profiles/DLink/DGS3xxx/get_portchannel.pyo
 noc/sa/profiles/DLink/DGS3xxx/get_version.py
 noc/sa/profiles/DLink/DGS3xxx/get_version.pyc
 noc/sa/profiles/DLink/DGS3xxx/get_version.pyo
 noc/sa/profiles/DLink/DGS3xxx/get_vlans.py
 noc/sa/profiles/DLink/DGS3xxx/get_vlans.pyc
 noc/sa/profiles/DLink/DGS3xxx/get_vlans.pyo
+noc/sa/profiles/DLink/DGS3xxx/highlight.py
+noc/sa/profiles/DLink/DGS3xxx/highlight.pyc
+noc/sa/profiles/DLink/DGS3xxx/highlight.pyo
+noc/sa/profiles/DLink/DGS3xxx/remove_vlan.py
+noc/sa/profiles/DLink/DGS3xxx/remove_vlan.pyc
+noc/sa/profiles/DLink/DGS3xxx/remove_vlan.pyo
+noc/sa/profiles/DLink/DGS3xxx/supported.csv
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3100_24TG_3_00_43_get_version_0001.py
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3100_24TG_3_00_43_get_version_0001.pyc
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3100_24TG_3_00_43_get_version_0001.pyo
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3426G_2_70_B54_get_version_0001.py
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3426G_2_70_B54_get_version_0001.pyc
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3426G_2_70_B54_get_version_0001.pyo
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_55_B10_get_chassis_id_0001.py
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_55_B10_get_chassis_id_0001.pyc
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_55_B10_get_chassis_id_0001.pyo
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_55_B10_get_portchannel_0001.py
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_55_B10_get_portchannel_0001.pyc
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_55_B10_get_portchannel_0001.pyo
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_82_B13_get_version_0001.py
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_82_B13_get_version_0001.pyc
+noc/sa/profiles/DLink/DGS3xxx/tests/DLink_DGS_3627G_2_82_B13_get_version_0001.pyo
+noc/sa/profiles/DLink/DGS3xxx/tests/__init__.py
+noc/sa/profiles/DLink/DGS3xxx/tests/__init__.pyc
+noc/sa/profiles/DLink/DGS3xxx/tests/__init__.pyo
 noc/sa/profiles/DLink/__init__.py
 noc/sa/profiles/DLink/__init__.pyc
 noc/sa/profiles/DLink/__init__.pyo
-noc/sa/profiles/EdgeCore/ES35xx/__init__.py
-noc/sa/profiles/EdgeCore/ES35xx/__init__.pyc
-noc/sa/profiles/EdgeCore/ES35xx/__init__.pyo
-noc/sa/profiles/EdgeCore/ES35xx/get_config.py
-noc/sa/profiles/EdgeCore/ES35xx/get_config.pyc
-noc/sa/profiles/EdgeCore/ES35xx/get_config.pyo
-noc/sa/profiles/EdgeCore/ES35xx/get_version.py
-noc/sa/profiles/EdgeCore/ES35xx/get_version.pyc
-noc/sa/profiles/EdgeCore/ES35xx/get_version.pyo
-noc/sa/profiles/EdgeCore/ES35xx/highlight.py
-noc/sa/profiles/EdgeCore/ES35xx/highlight.pyc
-noc/sa/profiles/EdgeCore/ES35xx/highlight.pyo
-noc/sa/profiles/EdgeCore/ES35xx/supported.csv
-noc/sa/profiles/EdgeCore/ES4xxx/__init__.py
-noc/sa/profiles/EdgeCore/ES4xxx/__init__.pyc
-noc/sa/profiles/EdgeCore/ES4xxx/__init__.pyo
-noc/sa/profiles/EdgeCore/ES4xxx/get_config.py
-noc/sa/profiles/EdgeCore/ES4xxx/get_config.pyc
-noc/sa/profiles/EdgeCore/ES4xxx/get_config.pyo
-noc/sa/profiles/EdgeCore/ES4xxx/get_version.py
-noc/sa/profiles/EdgeCore/ES4xxx/get_version.pyc
-noc/sa/profiles/EdgeCore/ES4xxx/get_version.pyo
-noc/sa/profiles/EdgeCore/ES4xxx/highlight.py
-noc/sa/profiles/EdgeCore/ES4xxx/highlight.pyc
-noc/sa/profiles/EdgeCore/ES4xxx/highlight.pyo
-noc/sa/profiles/EdgeCore/ES4xxx/supported.csv
+noc/sa/profiles/EdgeCore/ES/__init__.py
+noc/sa/profiles/EdgeCore/ES/__init__.pyc
+noc/sa/profiles/EdgeCore/ES/__init__.pyo
+noc/sa/profiles/EdgeCore/ES/get_chassis_id.py
+noc/sa/profiles/EdgeCore/ES/get_chassis_id.pyc
+noc/sa/profiles/EdgeCore/ES/get_chassis_id.pyo
+noc/sa/profiles/EdgeCore/ES/get_config.py
+noc/sa/profiles/EdgeCore/ES/get_config.pyc
+noc/sa/profiles/EdgeCore/ES/get_config.pyo
+noc/sa/profiles/EdgeCore/ES/get_lldp_neighbors.py
+noc/sa/profiles/EdgeCore/ES/get_lldp_neighbors.pyc
+noc/sa/profiles/EdgeCore/ES/get_lldp_neighbors.pyo
+noc/sa/profiles/EdgeCore/ES/get_mac_address_table.py
+noc/sa/profiles/EdgeCore/ES/get_mac_address_table.pyc
+noc/sa/profiles/EdgeCore/ES/get_mac_address_table.pyo
+noc/sa/profiles/EdgeCore/ES/get_version.py
+noc/sa/profiles/EdgeCore/ES/get_version.pyc
+noc/sa/profiles/EdgeCore/ES/get_version.pyo
+noc/sa/profiles/EdgeCore/ES/get_vlans.py
+noc/sa/profiles/EdgeCore/ES/get_vlans.pyc
+noc/sa/profiles/EdgeCore/ES/get_vlans.pyo
+noc/sa/profiles/EdgeCore/ES/highlight.py
+noc/sa/profiles/EdgeCore/ES/highlight.pyc
+noc/sa/profiles/EdgeCore/ES/highlight.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3510_1_1_0_26_get_version_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3510_1_1_0_26_get_version_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3510_1_1_0_26_get_version_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3510_1_1_0_26_get_vlans_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3510_1_1_0_26_get_vlans_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3510_1_1_0_26_get_vlans_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_1_SL_38_2_3_4_16_get_version_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_1_SL_38_2_3_4_16_get_version_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_1_SL_38_2_3_4_16_get_version_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_38_2_3_3_16_get_version_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_38_2_3_3_16_get_version_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_38_2_3_3_16_get_version_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_26_get_vlans_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_26_get_vlans_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_26_get_vlans_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_chassis_id_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_chassis_id_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_chassis_id_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_mac_address_table_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_mac_address_table_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_mac_address_table_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_version_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_version_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES3526XA_V2_1_1_0_29_get_version_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_5_get_vlans_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_5_get_vlans_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_5_get_vlans_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_chassis_id_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_chassis_id_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_chassis_id_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_mac_address_table_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_mac_address_table_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_mac_address_table_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_version_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_version_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4612_1_0_6_9_get_version_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_mac_address_table_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_mac_address_table_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_mac_address_table_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_version_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_version_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_version_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_vlans_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_vlans_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_146_0_get_vlans_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_chassis_id_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_chassis_id_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_chassis_id_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_mac_address_table_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_mac_address_table_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_mac_address_table_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_version_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_version_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_5_4_156_0_get_version_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_chassis_id_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_chassis_id_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_chassis_id_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_mac_address_table_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_mac_address_table_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_mac_address_table_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_version_0001.py
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_version_0001.pyc
+noc/sa/profiles/EdgeCore/ES/tests/EdgeCore_ES4626_SFP_6_0_220_33_get_version_0001.pyo
+noc/sa/profiles/EdgeCore/ES/tests/__init__.py
+noc/sa/profiles/EdgeCore/ES/tests/__init__.pyc
+noc/sa/profiles/EdgeCore/ES/tests/__init__.pyo
 noc/sa/profiles/EdgeCore/__init__.py
 noc/sa/profiles/EdgeCore/__init__.pyc
 noc/sa/profiles/EdgeCore/__init__.pyo
+noc/sa/profiles/Extreme/XOS/__init__.py
+noc/sa/profiles/Extreme/XOS/__init__.pyc
+noc/sa/profiles/Extreme/XOS/__init__.pyo
+noc/sa/profiles/Extreme/XOS/get_config.py
+noc/sa/profiles/Extreme/XOS/get_config.pyc
+noc/sa/profiles/Extreme/XOS/get_config.pyo
+noc/sa/profiles/Extreme/XOS/get_mac_address_table.py
+noc/sa/profiles/Extreme/XOS/get_mac_address_table.pyc
+noc/sa/profiles/Extreme/XOS/get_mac_address_table.pyo
+noc/sa/profiles/Extreme/XOS/get_version.py
+noc/sa/profiles/Extreme/XOS/get_version.pyc
+noc/sa/profiles/Extreme/XOS/get_version.pyo
+noc/sa/profiles/Extreme/XOS/get_vlans.py
+noc/sa/profiles/Extreme/XOS/get_vlans.pyc
+noc/sa/profiles/Extreme/XOS/get_vlans.pyo
+noc/sa/profiles/Extreme/XOS/highlight.py
+noc/sa/profiles/Extreme/XOS/highlight.pyc
+noc/sa/profiles/Extreme/XOS/highlight.pyo
+noc/sa/profiles/Extreme/XOS/supported.csv
+noc/sa/profiles/Extreme/__init__.py
+noc/sa/profiles/Extreme/__init__.pyc
+noc/sa/profiles/Extreme/__init__.pyo
 noc/sa/profiles/Force10/FTOS/__init__.py
 noc/sa/profiles/Force10/FTOS/__init__.pyc
 noc/sa/profiles/Force10/FTOS/__init__.pyo
@@ -1674,15 +3909,36 @@
 noc/sa/profiles/Force10/FTOS/get_arp.py
 noc/sa/profiles/Force10/FTOS/get_arp.pyc
 noc/sa/profiles/Force10/FTOS/get_arp.pyo
+noc/sa/profiles/Force10/FTOS/get_chassis_id.py
+noc/sa/profiles/Force10/FTOS/get_chassis_id.pyc
+noc/sa/profiles/Force10/FTOS/get_chassis_id.pyo
 noc/sa/profiles/Force10/FTOS/get_config.py
 noc/sa/profiles/Force10/FTOS/get_config.pyc
 noc/sa/profiles/Force10/FTOS/get_config.pyo
+noc/sa/profiles/Force10/FTOS/get_interface_status.py
+noc/sa/profiles/Force10/FTOS/get_interface_status.pyc
+noc/sa/profiles/Force10/FTOS/get_interface_status.pyo
+noc/sa/profiles/Force10/FTOS/get_interfaces.py
+noc/sa/profiles/Force10/FTOS/get_interfaces.pyc
+noc/sa/profiles/Force10/FTOS/get_interfaces.pyo
+noc/sa/profiles/Force10/FTOS/get_lldp_neighbors.py
+noc/sa/profiles/Force10/FTOS/get_lldp_neighbors.pyc
+noc/sa/profiles/Force10/FTOS/get_lldp_neighbors.pyo
 noc/sa/profiles/Force10/FTOS/get_local_users.py
 noc/sa/profiles/Force10/FTOS/get_local_users.pyc
 noc/sa/profiles/Force10/FTOS/get_local_users.pyo
 noc/sa/profiles/Force10/FTOS/get_mac_address_table.py
 noc/sa/profiles/Force10/FTOS/get_mac_address_table.pyc
 noc/sa/profiles/Force10/FTOS/get_mac_address_table.pyo
+noc/sa/profiles/Force10/FTOS/get_portchannel.py
+noc/sa/profiles/Force10/FTOS/get_portchannel.pyc
+noc/sa/profiles/Force10/FTOS/get_portchannel.pyo
+noc/sa/profiles/Force10/FTOS/get_spanning_tree.py
+noc/sa/profiles/Force10/FTOS/get_spanning_tree.pyc
+noc/sa/profiles/Force10/FTOS/get_spanning_tree.pyo
+noc/sa/profiles/Force10/FTOS/get_switchport.py
+noc/sa/profiles/Force10/FTOS/get_switchport.pyc
+noc/sa/profiles/Force10/FTOS/get_switchport.pyo
 noc/sa/profiles/Force10/FTOS/get_version.py
 noc/sa/profiles/Force10/FTOS/get_version.pyc
 noc/sa/profiles/Force10/FTOS/get_version.pyo
@@ -1696,6 +3952,105 @@
 noc/sa/profiles/Force10/FTOS/remove_vlan.pyc
 noc/sa/profiles/Force10/FTOS/remove_vlan.pyo
 noc/sa/profiles/Force10/FTOS/supported.csv
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_arp_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_arp_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_arp_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_chassis_id_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_chassis_id_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_chassis_id_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_lldp_neighbors_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_lldp_neighbors_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_lldp_neighbors_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_lldp_neighbors_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_portchannel_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_portchannel_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_portchannel_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_version_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_version_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_version_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_version_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_version_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_1_1_get_version_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_2_0_get_version_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_2_0_get_version_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_2_0_get_version_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_2_0_get_version_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_2_0_get_version_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_C300_8_3_2_0_get_version_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_lldp_neighbors_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_mac_address_table_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_mac_address_table_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_mac_address_table_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_version_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_version_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_version_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_version_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_version_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3d_get_version_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3e_get_chassis_id_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3e_get_chassis_id_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_E600i_8_3_1_3e_get_chassis_id_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_arp_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_arp_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_arp_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_spanning_tree_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_spanning_tree_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_spanning_tree_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_version_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_version_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_version_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_version_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_version_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_7_7_1_1_get_version_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_8_2_1_0_get_version_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_8_2_1_0_get_version_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_8_2_1_0_get_version_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_8_2_1_0_get_version_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_8_2_1_0_get_version_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S25N_8_2_1_0_get_version_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_lldp_neighbors_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_lldp_neighbors_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_lldp_neighbors_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_lldp_neighbors_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_version_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_version_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_version_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_version_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_version_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_2_1_0_get_version_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_arp_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_arp_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_arp_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_chassis_id_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_chassis_id_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_chassis_id_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_interfaces_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_interfaces_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_interfaces_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_portchannel_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_portchannel_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_portchannel_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_spanning_tree_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_spanning_tree_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_spanning_tree_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_version_0001.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_version_0001.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_version_0001.pyo
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_version_0002.py
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_version_0002.pyc
+noc/sa/profiles/Force10/FTOS/tests/Force10_S50N_8_3_2_0_get_version_0002.pyo
+noc/sa/profiles/Force10/FTOS/tests/__init__.py
+noc/sa/profiles/Force10/FTOS/tests/__init__.pyc
+noc/sa/profiles/Force10/FTOS/tests/__init__.pyo
+noc/sa/profiles/Force10/FTOS/tests/profile.py
+noc/sa/profiles/Force10/FTOS/tests/profile.pyc
+noc/sa/profiles/Force10/FTOS/tests/profile.pyo
 noc/sa/profiles/Force10/__init__.py
 noc/sa/profiles/Force10/__init__.pyc
 noc/sa/profiles/Force10/__init__.pyo
@@ -1708,6 +4063,9 @@
 noc/sa/profiles/Generic/configure.py
 noc/sa/profiles/Generic/configure.pyc
 noc/sa/profiles/Generic/configure.pyo
+noc/sa/profiles/Generic/get_topology_data.py
+noc/sa/profiles/Generic/get_topology_data.pyc
+noc/sa/profiles/Generic/get_topology_data.pyo
 noc/sa/profiles/Generic/has_local_user.py
 noc/sa/profiles/Generic/has_local_user.pyc
 noc/sa/profiles/Generic/has_local_user.pyo
@@ -1723,9 +4081,15 @@
 noc/sa/profiles/HP/GbE2/add_vlan.py
 noc/sa/profiles/HP/GbE2/add_vlan.pyc
 noc/sa/profiles/HP/GbE2/add_vlan.pyo
+noc/sa/profiles/HP/GbE2/get_arp.py
+noc/sa/profiles/HP/GbE2/get_arp.pyc
+noc/sa/profiles/HP/GbE2/get_arp.pyo
 noc/sa/profiles/HP/GbE2/get_config.py
 noc/sa/profiles/HP/GbE2/get_config.pyc
 noc/sa/profiles/HP/GbE2/get_config.pyo
+noc/sa/profiles/HP/GbE2/get_mac_address_table.py
+noc/sa/profiles/HP/GbE2/get_mac_address_table.pyc
+noc/sa/profiles/HP/GbE2/get_mac_address_table.pyo
 noc/sa/profiles/HP/GbE2/get_version.py
 noc/sa/profiles/HP/GbE2/get_version.pyc
 noc/sa/profiles/HP/GbE2/get_version.pyo
@@ -1739,6 +4103,145 @@
 noc/sa/profiles/HP/GbE2/remove_vlan.pyc
 noc/sa/profiles/HP/GbE2/remove_vlan.pyo
 noc/sa/profiles/HP/GbE2/supported.csv
+noc/sa/profiles/HP/GbE2/tests/HP_GbE2c_2_0_0_get_version_0001.py
+noc/sa/profiles/HP/GbE2/tests/HP_GbE2c_2_0_0_get_version_0001.pyc
+noc/sa/profiles/HP/GbE2/tests/HP_GbE2c_2_0_0_get_version_0001.pyo
+noc/sa/profiles/HP/GbE2/tests/__init__.py
+noc/sa/profiles/HP/GbE2/tests/__init__.pyc
+noc/sa/profiles/HP/GbE2/tests/__init__.pyo
+noc/sa/profiles/HP/ProCurve/__init__.py
+noc/sa/profiles/HP/ProCurve/__init__.pyc
+noc/sa/profiles/HP/ProCurve/__init__.pyo
+noc/sa/profiles/HP/ProCurve/add_vlan.py
+noc/sa/profiles/HP/ProCurve/add_vlan.pyc
+noc/sa/profiles/HP/ProCurve/add_vlan.pyo
+noc/sa/profiles/HP/ProCurve/get_arp.py
+noc/sa/profiles/HP/ProCurve/get_arp.pyc
+noc/sa/profiles/HP/ProCurve/get_arp.pyo
+noc/sa/profiles/HP/ProCurve/get_chassis_id.py
+noc/sa/profiles/HP/ProCurve/get_chassis_id.pyc
+noc/sa/profiles/HP/ProCurve/get_chassis_id.pyo
+noc/sa/profiles/HP/ProCurve/get_config.py
+noc/sa/profiles/HP/ProCurve/get_config.pyc
+noc/sa/profiles/HP/ProCurve/get_config.pyo
+noc/sa/profiles/HP/ProCurve/get_lldp_neighbors.py
+noc/sa/profiles/HP/ProCurve/get_lldp_neighbors.pyc
+noc/sa/profiles/HP/ProCurve/get_lldp_neighbors.pyo
+noc/sa/profiles/HP/ProCurve/get_mac_address_table.py
+noc/sa/profiles/HP/ProCurve/get_mac_address_table.pyc
+noc/sa/profiles/HP/ProCurve/get_mac_address_table.pyo
+noc/sa/profiles/HP/ProCurve/get_portchannel.py
+noc/sa/profiles/HP/ProCurve/get_portchannel.pyc
+noc/sa/profiles/HP/ProCurve/get_portchannel.pyo
+noc/sa/profiles/HP/ProCurve/get_spanning_tree.py
+noc/sa/profiles/HP/ProCurve/get_spanning_tree.pyc
+noc/sa/profiles/HP/ProCurve/get_spanning_tree.pyo
+noc/sa/profiles/HP/ProCurve/get_version.py
+noc/sa/profiles/HP/ProCurve/get_version.pyc
+noc/sa/profiles/HP/ProCurve/get_version.pyo
+noc/sa/profiles/HP/ProCurve/get_vlans.py
+noc/sa/profiles/HP/ProCurve/get_vlans.pyc
+noc/sa/profiles/HP/ProCurve/get_vlans.pyo
+noc/sa/profiles/HP/ProCurve/highlight.py
+noc/sa/profiles/HP/ProCurve/highlight.pyc
+noc/sa/profiles/HP/ProCurve/highlight.pyo
+noc/sa/profiles/HP/ProCurve/remove_vlan.py
+noc/sa/profiles/HP/ProCurve/remove_vlan.pyc
+noc/sa/profiles/HP/ProCurve/remove_vlan.pyo
+noc/sa/profiles/HP/ProCurve/supported.csv
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_arp_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_arp_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_arp_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_chassis_id_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_chassis_id_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_chassis_id_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_lldp_neighbors_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_lldp_neighbors_0002.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_lldp_neighbors_0002.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_lldp_neighbors_0002.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_portchannel_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_portchannel_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_portchannel_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_version_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_version_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_version_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_vlans_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_vlans_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2510G_48_Y_11_16_get_vlans_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_arp_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_arp_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_arp_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_chassis_id_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_chassis_id_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_chassis_id_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_lldp_neighbors_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_lldp_neighbors_0002.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_lldp_neighbors_0002.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_lldp_neighbors_0002.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_portchannel_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_portchannel_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_portchannel_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_spanning_tree_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_spanning_tree_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_spanning_tree_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_vlans_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_vlans_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2810_48G_N_11_09_get_vlans_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_arp_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_arp_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_arp_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_chassis_id_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_chassis_id_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_chassis_id_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_lldp_neighbors_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_portchannel_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_portchannel_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_portchannel_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_version_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_version_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_2848_I_10_43_get_version_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_04_get_spanning_tree_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_04_get_spanning_tree_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_04_get_spanning_tree_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_arp_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_arp_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_arp_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_chassis_id_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_chassis_id_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_chassis_id_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_lldp_neighbors_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_mac_address_table_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_mac_address_table_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_mac_address_table_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_portchannel_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_portchannel_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_portchannel_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_version_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_version_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_version_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_vlans_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_vlans_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120G_XG_Z_14_08_get_vlans_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120XG_Z_14_08_get_lldp_neighbors_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120XG_Z_14_08_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120XG_Z_14_08_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/HP_6120XG_Z_14_08_get_version_0001.py
+noc/sa/profiles/HP/ProCurve/tests/HP_6120XG_Z_14_08_get_version_0001.pyc
+noc/sa/profiles/HP/ProCurve/tests/HP_6120XG_Z_14_08_get_version_0001.pyo
+noc/sa/profiles/HP/ProCurve/tests/__init__.py
+noc/sa/profiles/HP/ProCurve/tests/__init__.pyc
+noc/sa/profiles/HP/ProCurve/tests/__init__.pyo
+noc/sa/profiles/HP/ProCurve/tests/profile.py
+noc/sa/profiles/HP/ProCurve/tests/profile.pyc
+noc/sa/profiles/HP/ProCurve/tests/profile.pyo
 noc/sa/profiles/HP/__init__.py
 noc/sa/profiles/HP/__init__.pyc
 noc/sa/profiles/HP/__init__.pyo
@@ -1764,6 +4267,9 @@
 noc/sa/profiles/Huawei/VRP/get_config.py
 noc/sa/profiles/Huawei/VRP/get_config.pyc
 noc/sa/profiles/Huawei/VRP/get_config.pyo
+noc/sa/profiles/Huawei/VRP/get_mac_address_table.py
+noc/sa/profiles/Huawei/VRP/get_mac_address_table.pyc
+noc/sa/profiles/Huawei/VRP/get_mac_address_table.pyo
 noc/sa/profiles/Huawei/VRP/get_version.py
 noc/sa/profiles/Huawei/VRP/get_version.pyc
 noc/sa/profiles/Huawei/VRP/get_version.pyo
@@ -1774,6 +4280,24 @@
 noc/sa/profiles/Huawei/VRP/highlight.pyc
 noc/sa/profiles/Huawei/VRP/highlight.pyo
 noc/sa/profiles/Huawei/VRP/supported.csv
+noc/sa/profiles/Huawei/VRP/tests/Huawei_MA5200G_8_5_30_get_version_0001.py
+noc/sa/profiles/Huawei/VRP/tests/Huawei_MA5200G_8_5_30_get_version_0001.pyc
+noc/sa/profiles/Huawei/VRP/tests/Huawei_MA5200G_8_5_30_get_version_0001.pyo
+noc/sa/profiles/Huawei/VRP/tests/Huawei_NE40E_5_50_get_version_0001.py
+noc/sa/profiles/Huawei/VRP/tests/Huawei_NE40E_5_50_get_version_0001.pyc
+noc/sa/profiles/Huawei/VRP/tests/Huawei_NE40E_5_50_get_version_0001.pyo
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S8505_3_10_get_version_0001.py
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S8505_3_10_get_version_0001.pyc
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S8505_3_10_get_version_0001.pyo
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S8512_3_10_get_version_0001.py
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S8512_3_10_get_version_0001.pyc
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S8512_3_10_get_version_0001.pyo
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S9306_5_50_get_version_0001.py
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S9306_5_50_get_version_0001.pyc
+noc/sa/profiles/Huawei/VRP/tests/Huawei_S9306_5_50_get_version_0001.pyo
+noc/sa/profiles/Huawei/VRP/tests/__init__.py
+noc/sa/profiles/Huawei/VRP/tests/__init__.pyc
+noc/sa/profiles/Huawei/VRP/tests/__init__.pyo
 noc/sa/profiles/Huawei/__init__.py
 noc/sa/profiles/Huawei/__init__.pyc
 noc/sa/profiles/Huawei/__init__.pyo
@@ -1799,13 +4323,58 @@
 noc/sa/profiles/Juniper/JUNOS/get_config.py
 noc/sa/profiles/Juniper/JUNOS/get_config.pyc
 noc/sa/profiles/Juniper/JUNOS/get_config.pyo
+noc/sa/profiles/Juniper/JUNOS/get_lldp_neighbors.py
+noc/sa/profiles/Juniper/JUNOS/get_lldp_neighbors.pyc
+noc/sa/profiles/Juniper/JUNOS/get_lldp_neighbors.pyo
+noc/sa/profiles/Juniper/JUNOS/get_mac_address_table.py
+noc/sa/profiles/Juniper/JUNOS/get_mac_address_table.pyc
+noc/sa/profiles/Juniper/JUNOS/get_mac_address_table.pyo
 noc/sa/profiles/Juniper/JUNOS/get_version.py
 noc/sa/profiles/Juniper/JUNOS/get_version.pyc
 noc/sa/profiles/Juniper/JUNOS/get_version.pyo
+noc/sa/profiles/Juniper/JUNOS/get_vlans.py
+noc/sa/profiles/Juniper/JUNOS/get_vlans.pyc
+noc/sa/profiles/Juniper/JUNOS/get_vlans.pyo
 noc/sa/profiles/Juniper/JUNOS/highlight.py
 noc/sa/profiles/Juniper/JUNOS/highlight.pyc
 noc/sa/profiles/Juniper/JUNOS/highlight.pyo
 noc/sa/profiles/Juniper/JUNOS/supported.csv
+noc/sa/profiles/Juniper/JUNOS/sync_prefix_lists.py
+noc/sa/profiles/Juniper/JUNOS/sync_prefix_lists.pyc
+noc/sa/profiles/Juniper/JUNOS/sync_prefix_lists.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_lldp_neighbors_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_lldp_neighbors_0002.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_lldp_neighbors_0002.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_lldp_neighbors_0002.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_version_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_version_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex3200_24t_10_0S1_1_get_version_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex4200_24f_10_0R4_7_get_lldp_neighbors_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex4200_24f_10_0R4_7_get_lldp_neighbors_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex4200_24f_10_0R4_7_get_lldp_neighbors_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex4200_24f_10_0S1_1_get_version_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex4200_24f_10_0S1_1_get_version_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_ex4200_24f_10_0S1_1_get_version_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_j4350_10_0R3_10_get_version_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_j4350_10_0R3_10_get_version_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_j4350_10_0R3_10_get_version_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_mx480_10_2R2_11_get_version_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_mx480_10_2R2_11_get_version_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_mx480_10_2R2_11_get_version_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_mx480_9_6R1_13_get_version_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_mx480_9_6R1_13_get_version_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_mx480_9_6R1_13_get_version_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_srx5600_10_0R2_10_get_version_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_srx5600_10_0R2_10_get_version_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_srx5600_10_0R2_10_get_version_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_srx650_10_3R1_9_get_version_0001.py
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_srx650_10_3R1_9_get_version_0001.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/Juniper_srx650_10_3R1_9_get_version_0001.pyo
+noc/sa/profiles/Juniper/JUNOS/tests/__init__.py
+noc/sa/profiles/Juniper/JUNOS/tests/__init__.pyc
+noc/sa/profiles/Juniper/JUNOS/tests/__init__.pyo
 noc/sa/profiles/Juniper/JUNOSe/__init__.py
 noc/sa/profiles/Juniper/JUNOSe/__init__.pyc
 noc/sa/profiles/Juniper/JUNOSe/__init__.pyo
@@ -1838,6 +4407,15 @@
 noc/sa/profiles/Juniper/ScreenOS/highlight.pyc
 noc/sa/profiles/Juniper/ScreenOS/highlight.pyo
 noc/sa/profiles/Juniper/ScreenOS/supported.csv
+noc/sa/profiles/Juniper/ScreenOS/tests/Juniper_NetScreen_2000_6_3_0r4_0_get_version_0001.py
+noc/sa/profiles/Juniper/ScreenOS/tests/Juniper_NetScreen_2000_6_3_0r4_0_get_version_0001.pyc
+noc/sa/profiles/Juniper/ScreenOS/tests/Juniper_NetScreen_2000_6_3_0r4_0_get_version_0001.pyo
+noc/sa/profiles/Juniper/ScreenOS/tests/Juniper_NetScreen_204_5_4_0r18_0_get_version_0001.py
+noc/sa/profiles/Juniper/ScreenOS/tests/Juniper_NetScreen_204_5_4_0r18_0_get_version_0001.pyc
+noc/sa/profiles/Juniper/ScreenOS/tests/Juniper_NetScreen_204_5_4_0r18_0_get_version_0001.pyo
+noc/sa/profiles/Juniper/ScreenOS/tests/__init__.py
+noc/sa/profiles/Juniper/ScreenOS/tests/__init__.pyc
+noc/sa/profiles/Juniper/ScreenOS/tests/__init__.pyo
 noc/sa/profiles/Juniper/__init__.py
 noc/sa/profiles/Juniper/__init__.pyc
 noc/sa/profiles/Juniper/__init__.pyo
@@ -1866,6 +4444,43 @@
 noc/sa/profiles/MikroTik/__init__.py
 noc/sa/profiles/MikroTik/__init__.pyc
 noc/sa/profiles/MikroTik/__init__.pyo
+noc/sa/profiles/NOC/SAE/__init__.py
+noc/sa/profiles/NOC/SAE/__init__.pyc
+noc/sa/profiles/NOC/SAE/__init__.pyo
+noc/sa/profiles/NOC/SAE/get_activator_status.py
+noc/sa/profiles/NOC/SAE/get_activator_status.pyc
+noc/sa/profiles/NOC/SAE/get_activator_status.pyo
+noc/sa/profiles/NOC/SAE/get_version.py
+noc/sa/profiles/NOC/SAE/get_version.pyc
+noc/sa/profiles/NOC/SAE/get_version.pyo
+noc/sa/profiles/NOC/SAE/ping_check.py
+noc/sa/profiles/NOC/SAE/ping_check.pyc
+noc/sa/profiles/NOC/SAE/ping_check.pyo
+noc/sa/profiles/NOC/__init__.py
+noc/sa/profiles/NOC/__init__.pyc
+noc/sa/profiles/NOC/__init__.pyo
+noc/sa/profiles/OS/FreeBSD/__init__.py
+noc/sa/profiles/OS/FreeBSD/__init__.pyc
+noc/sa/profiles/OS/FreeBSD/__init__.pyo
+noc/sa/profiles/OS/FreeBSD/get_arp.py
+noc/sa/profiles/OS/FreeBSD/get_arp.pyc
+noc/sa/profiles/OS/FreeBSD/get_arp.pyo
+noc/sa/profiles/OS/FreeBSD/get_version.py
+noc/sa/profiles/OS/FreeBSD/get_version.pyc
+noc/sa/profiles/OS/FreeBSD/get_version.pyo
+noc/sa/profiles/OS/FreeBSD/supported.csv
+noc/sa/profiles/OS/FreeBSD/tests/OS_amd64_8_1_STABLE_get_arp_0001.py
+noc/sa/profiles/OS/FreeBSD/tests/OS_amd64_8_1_STABLE_get_arp_0001.pyc
+noc/sa/profiles/OS/FreeBSD/tests/OS_amd64_8_1_STABLE_get_arp_0001.pyo
+noc/sa/profiles/OS/FreeBSD/tests/OS_amd64_8_1_STABLE_get_version_0001.py
+noc/sa/profiles/OS/FreeBSD/tests/OS_amd64_8_1_STABLE_get_version_0001.pyc
+noc/sa/profiles/OS/FreeBSD/tests/OS_amd64_8_1_STABLE_get_version_0001.pyo
+noc/sa/profiles/OS/FreeBSD/tests/__init__.py
+noc/sa/profiles/OS/FreeBSD/tests/__init__.pyc
+noc/sa/profiles/OS/FreeBSD/tests/__init__.pyo
+noc/sa/profiles/OS/__init__.py
+noc/sa/profiles/OS/__init__.pyc
+noc/sa/profiles/OS/__init__.pyo
 noc/sa/profiles/Protei/MediaGateway/__init__.py
 noc/sa/profiles/Protei/MediaGateway/__init__.pyc
 noc/sa/profiles/Protei/MediaGateway/__init__.pyo
@@ -1936,22 +4551,19 @@
 noc/sa/profiles/Ubiquiti/__init__.py
 noc/sa/profiles/Ubiquiti/__init__.pyc
 noc/sa/profiles/Ubiquiti/__init__.pyo
-noc/sa/profiles/VoiceFinder/AddPack/__init__.py
-noc/sa/profiles/VoiceFinder/AddPack/__init__.pyc
-noc/sa/profiles/VoiceFinder/AddPack/__init__.pyo
-noc/sa/profiles/VoiceFinder/AddPack/get_config.py
-noc/sa/profiles/VoiceFinder/AddPack/get_config.pyc
-noc/sa/profiles/VoiceFinder/AddPack/get_config.pyo
-noc/sa/profiles/VoiceFinder/AddPack/get_version.py
-noc/sa/profiles/VoiceFinder/AddPack/get_version.pyc
-noc/sa/profiles/VoiceFinder/AddPack/get_version.pyo
-noc/sa/profiles/VoiceFinder/AddPack/highlight.py
-noc/sa/profiles/VoiceFinder/AddPack/highlight.pyc
-noc/sa/profiles/VoiceFinder/AddPack/highlight.pyo
-noc/sa/profiles/VoiceFinder/AddPack/supported.csv
-noc/sa/profiles/VoiceFinder/__init__.py
-noc/sa/profiles/VoiceFinder/__init__.pyc
-noc/sa/profiles/VoiceFinder/__init__.pyo
+noc/sa/profiles/Vyatta/Vyatta/__init__.py
+noc/sa/profiles/Vyatta/Vyatta/__init__.pyc
+noc/sa/profiles/Vyatta/Vyatta/__init__.pyo
+noc/sa/profiles/Vyatta/Vyatta/get_config.py
+noc/sa/profiles/Vyatta/Vyatta/get_config.pyc
+noc/sa/profiles/Vyatta/Vyatta/get_config.pyo
+noc/sa/profiles/Vyatta/Vyatta/get_version.py
+noc/sa/profiles/Vyatta/Vyatta/get_version.pyc
+noc/sa/profiles/Vyatta/Vyatta/get_version.pyo
+noc/sa/profiles/Vyatta/Vyatta/supported.csv
+noc/sa/profiles/Vyatta/__init__.py
+noc/sa/profiles/Vyatta/__init__.pyc
+noc/sa/profiles/Vyatta/__init__.pyo
 noc/sa/profiles/ZTE/ZXDSL531/__init__.py
 noc/sa/profiles/ZTE/ZXDSL531/__init__.pyc
 noc/sa/profiles/ZTE/ZXDSL531/__init__.pyo
@@ -1983,9 +4595,18 @@
 noc/sa/profiles/Zyxel/ZyNOS/__init__.py
 noc/sa/profiles/Zyxel/ZyNOS/__init__.pyc
 noc/sa/profiles/Zyxel/ZyNOS/__init__.pyo
+noc/sa/profiles/Zyxel/ZyNOS/get_arp.py
+noc/sa/profiles/Zyxel/ZyNOS/get_arp.pyc
+noc/sa/profiles/Zyxel/ZyNOS/get_arp.pyo
+noc/sa/profiles/Zyxel/ZyNOS/get_chassis_id.py
+noc/sa/profiles/Zyxel/ZyNOS/get_chassis_id.pyc
+noc/sa/profiles/Zyxel/ZyNOS/get_chassis_id.pyo
 noc/sa/profiles/Zyxel/ZyNOS/get_config.py
 noc/sa/profiles/Zyxel/ZyNOS/get_config.pyc
 noc/sa/profiles/Zyxel/ZyNOS/get_config.pyo
+noc/sa/profiles/Zyxel/ZyNOS/get_mac_address_table.py
+noc/sa/profiles/Zyxel/ZyNOS/get_mac_address_table.pyc
+noc/sa/profiles/Zyxel/ZyNOS/get_mac_address_table.pyo
 noc/sa/profiles/Zyxel/ZyNOS/get_version.py
 noc/sa/profiles/Zyxel/ZyNOS/get_version.pyc
 noc/sa/profiles/Zyxel/ZyNOS/get_version.pyo
@@ -1993,6 +4614,30 @@
 noc/sa/profiles/Zyxel/ZyNOS/highlight.pyc
 noc/sa/profiles/Zyxel/ZyNOS/highlight.pyo
 noc/sa/profiles/Zyxel/ZyNOS/supported.csv
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_80_TX_0__get_chassis_id_0001.py
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_80_TX_0__get_chassis_id_0001.pyc
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_80_TX_0__get_chassis_id_0001.pyo
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_90_TX_0__get_chassis_id_0001.py
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_90_TX_0__get_chassis_id_0001.pyc
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_90_TX_0__get_chassis_id_0001.pyo
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_90_TX_1__get_arp_0001.py
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_90_TX_1__get_arp_0001.pyc
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2024A_3_90_TX_1__get_arp_0001.pyo
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2108_G_3_80_ABL_0__get_arp_0001.py
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2108_G_3_80_ABL_0__get_arp_0001.pyc
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2108_G_3_80_ABL_0__get_arp_0001.pyo
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2108_G_3_80_ABL_0__get_chassis_id_0001.py
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2108_G_3_80_ABL_0__get_chassis_id_0001.pyc
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_ES_2108_G_3_80_ABL_0__get_chassis_id_0001.pyo
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_GS_4012F_3_80_TS_4__get_arp_0001.py
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_GS_4012F_3_80_TS_4__get_arp_0001.pyc
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_GS_4012F_3_80_TS_4__get_arp_0001.pyo
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_GS_4012F_3_80_TS_4__get_chassis_id_0001.py
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_GS_4012F_3_80_TS_4__get_chassis_id_0001.pyc
+noc/sa/profiles/Zyxel/ZyNOS/tests/Zyxel_GS_4012F_3_80_TS_4__get_chassis_id_0001.pyo
+noc/sa/profiles/Zyxel/ZyNOS/tests/__init__.py
+noc/sa/profiles/Zyxel/ZyNOS/tests/__init__.pyc
+noc/sa/profiles/Zyxel/ZyNOS/tests/__init__.pyo
 noc/sa/profiles/Zyxel/ZyNOSv2/__init__.py
 noc/sa/profiles/Zyxel/ZyNOSv2/__init__.pyc
 noc/sa/profiles/Zyxel/ZyNOSv2/__init__.pyo
@@ -2025,6 +4670,12 @@
 noc/sa/profiles/f5/BIGIP/highlight.pyc
 noc/sa/profiles/f5/BIGIP/highlight.pyo
 noc/sa/profiles/f5/BIGIP/supported.csv
+noc/sa/profiles/f5/BIGIP/tests/__init__.py
+noc/sa/profiles/f5/BIGIP/tests/__init__.pyc
+noc/sa/profiles/f5/BIGIP/tests/__init__.pyo
+noc/sa/profiles/f5/BIGIP/tests/f5_BIG_IP_10_2_0_1707_0_get_version_0001.py
+noc/sa/profiles/f5/BIGIP/tests/f5_BIG_IP_10_2_0_1707_0_get_version_0001.pyc
+noc/sa/profiles/f5/BIGIP/tests/f5_BIG_IP_10_2_0_1707_0_get_version_0001.pyo
 noc/sa/profiles/f5/__init__.py
 noc/sa/profiles/f5/__init__.pyc
 noc/sa/profiles/f5/__init__.pyo
@@ -2040,56 +4691,15 @@
 noc/sa/protocols/sae_pb2.py
 noc/sa/protocols/sae_pb2.pyc
 noc/sa/protocols/sae_pb2.pyo
-noc/sa/reports/__init__.py
-noc/sa/reports/__init__.pyc
-noc/sa/reports/__init__.pyo
-noc/sa/reports/activator_status.py
-noc/sa/reports/activator_status.pyc
-noc/sa/reports/activator_status.pyo
-noc/sa/reports/objects_by_administrative_domains.py
-noc/sa/reports/objects_by_administrative_domains.pyc
-noc/sa/reports/objects_by_administrative_domains.pyo
-noc/sa/reports/objects_by_groups.py
-noc/sa/reports/objects_by_groups.pyc
-noc/sa/reports/objects_by_groups.pyo
-noc/sa/reports/objects_by_profiles.py
-noc/sa/reports/objects_by_profiles.pyc
-noc/sa/reports/objects_by_profiles.pyo
-noc/sa/reports/objects_by_profiles_and_domains.py
-noc/sa/reports/objects_by_profiles_and_domains.pyc
-noc/sa/reports/objects_by_profiles_and_domains.pyo
-noc/sa/reports/scripts.py
-noc/sa/reports/scripts.pyc
-noc/sa/reports/scripts.pyo
-noc/sa/reports/supported_equipment.py
-noc/sa/reports/supported_equipment.pyc
-noc/sa/reports/supported_equipment.pyo
 noc/sa/rpc.py
 noc/sa/rpc.pyc
 noc/sa/rpc.pyo
 noc/sa/sae.py
 noc/sa/sae.pyc
 noc/sa/sae.pyo
-noc/sa/script.html
 noc/sa/script.py
 noc/sa/script.pyc
 noc/sa/script.pyo
-noc/sa/scripts.html
-noc/sa/scripts/__init__.py
-noc/sa/scripts/__init__.pyc
-noc/sa/scripts/__init__.pyo
-noc/sa/scripts/check_supported.py
-noc/sa/scripts/check_supported.pyc
-noc/sa/scripts/check_supported.pyo
-noc/sa/scripts/matrix_report.py
-noc/sa/scripts/matrix_report.pyc
-noc/sa/scripts/matrix_report.pyo
-noc/sa/scripts/result_report.py
-noc/sa/scripts/result_report.pyc
-noc/sa/scripts/result_report.pyo
-noc/sa/scripts/vlan_provisioning_report.py
-noc/sa/scripts/vlan_provisioning_report.pyc
-noc/sa/scripts/vlan_provisioning_report.pyo
 noc/sa/servers/__init__.py
 noc/sa/servers/__init__.pyc
 noc/sa/servers/__init__.pyo
@@ -2099,21 +4709,26 @@
 noc/sa/servers/http.py
 noc/sa/servers/http.pyc
 noc/sa/servers/http.pyo
+noc/sa/servers/tftp.py
+noc/sa/servers/tftp.pyc
+noc/sa/servers/tftp.pyo
 noc/sa/syslogcollector.py
 noc/sa/syslogcollector.pyc
 noc/sa/syslogcollector.pyo
-noc/sa/test_selector.html
-noc/sa/tools.html
+noc/sa/tests/__init__.py
+noc/sa/tests/__init__.pyc
+noc/sa/tests/__init__.pyo
+noc/sa/tests/activator.json
+noc/sa/tests/activator.py
+noc/sa/tests/activator.pyc
+noc/sa/tests/activator.pyo
 noc/sa/trapcollector.py
 noc/sa/trapcollector.pyc
 noc/sa/trapcollector.pyo
-noc/sa/urls.py
-noc/sa/urls.pyc
-noc/sa/urls.pyo
-noc/sa/views.py
-noc/sa/views.pyc
-noc/sa/views.pyo
+noc/scripts/about
+noc/scripts/caninstall.py
 noc/scripts/clone-activator
+noc/scripts/makemessages
 noc/scripts/noc-activator.py
 noc/scripts/noc-classifier.py
 noc/scripts/noc-correlator.py
@@ -2125,6 +4740,7 @@
 noc/scripts/post-install
 noc/scripts/post-update
 noc/scripts/stdin-wrapper
+noc/scripts/sync-contrib
 noc/scripts/update-supported
 noc/settings.py
 noc/settings.pyc
@@ -2135,91 +4751,246 @@
 noc/share/dns/bind/hgrc
 noc/share/dns/bind/named-update
 noc/share/dns/bind/named-update.conf
-noc/share/doc/en/ag/Makefile
-noc/share/doc/en/ag/conf.py
-noc/share/doc/en/ag/configuration.rst
-noc/share/doc/en/ag/conventions.rst
-noc/share/doc/en/ag/database.rst
-noc/share/doc/en/ag/index.rst
-noc/share/doc/en/ag/install.rst
-noc/share/doc/en/ag/install_source.rst
-noc/share/doc/en/ag/license.rst
-noc/share/doc/en/ag/linux.rst
-noc/share/doc/en/ag/overview.rst
-noc/share/doc/en/ag/solaris10.rst
-noc/share/doc/en/ag/specific.rst
-noc/share/doc/en/ag/testing.rst
-noc/share/doc/en/ag/update.rst
-noc/share/doc/en/ag/webserver.rst
-noc/share/doc/en/index/Makefile
-noc/share/doc/en/index/conf.py
-noc/share/doc/en/index/index.rst
-noc/share/doc/en/ug/Makefile
-noc/share/doc/en/ug/cm.rst
-noc/share/doc/en/ug/conf.py
-noc/share/doc/en/ug/configuration.rst
-noc/share/doc/en/ug/conventions.rst
-noc/share/doc/en/ug/datetime_format.rst
-noc/share/doc/en/ug/dns.rst
-noc/share/doc/en/ug/dns_workflow.png
-noc/share/doc/en/ug/features.rst
-noc/share/doc/en/ug/fm.rst
-noc/share/doc/en/ug/fm_event_classification.png
-noc/share/doc/en/ug/fm_event_processing.png
-noc/share/doc/en/ug/index.rst
-noc/share/doc/en/ug/ip.rst
-noc/share/doc/en/ug/kb.rst
-noc/share/doc/en/ug/license.rst
-noc/share/doc/en/ug/main.rst
-noc/share/doc/en/ug/modules.rst
-noc/share/doc/en/ug/overview.rst
-noc/share/doc/en/ug/peer.rst
-noc/share/doc/en/ug/pm.rst
-noc/share/doc/en/ug/profiles/Alcatel.AOS.rst
-noc/share/doc/en/ug/profiles/Audiocodes.Mediant2000.rst
-noc/share/doc/en/ug/profiles/Cisco.ASA.rst
-noc/share/doc/en/ug/profiles/Cisco.AireOS.rst
-noc/share/doc/en/ug/profiles/Cisco.FWSM.rst
-noc/share/doc/en/ug/profiles/Cisco.IOS.rst
-noc/share/doc/en/ug/profiles/Cisco.NXOS.rst
-noc/share/doc/en/ug/profiles/DLink.DES3xxx.rst
-noc/share/doc/en/ug/profiles/DLink.DGS3xxx.rst
-noc/share/doc/en/ug/profiles/EdgeCore.ES35xx.rst
-noc/share/doc/en/ug/profiles/EdgeCore.ES4xxx.rst
-noc/share/doc/en/ug/profiles/Force10.FTOS.rst
-noc/share/doc/en/ug/profiles/HP.GbE2.rst
-noc/share/doc/en/ug/profiles/HP.iLO2.rst
-noc/share/doc/en/ug/profiles/Huawei.UMG8900.rst
-noc/share/doc/en/ug/profiles/Huawei.VRP.rst
-noc/share/doc/en/ug/profiles/InfiNet.WANFlexX.rst
-noc/share/doc/en/ug/profiles/Juniper.JUNOS.rst
-noc/share/doc/en/ug/profiles/Juniper.JUNOSe.rst
-noc/share/doc/en/ug/profiles/Juniper.SRCPE.rst
-noc/share/doc/en/ug/profiles/Juniper.ScreenOS.rst
-noc/share/doc/en/ug/profiles/Linksys.SPS2xx.rst
-noc/share/doc/en/ug/profiles/MikroTik.RouterOS.rst
-noc/share/doc/en/ug/profiles/Protei.MediaGateway.rst
-noc/share/doc/en/ug/profiles/Raisecom.ROS.rst
-noc/share/doc/en/ug/profiles/Raritan.DominionSX.rst
-noc/share/doc/en/ug/profiles/Sun.iLOM3.rst
-noc/share/doc/en/ug/profiles/Ubiquity.AirOS.rst
-noc/share/doc/en/ug/profiles/VoiceFinder.AddPack.rst
-noc/share/doc/en/ug/profiles/ZTE.ZXDSL531.rst
-noc/share/doc/en/ug/profiles/Zebra.Zebra.rst
-noc/share/doc/en/ug/profiles/ZyXEL.ZyNOS.rst
-noc/share/doc/en/ug/profiles/Zyxel.ZyNOSv2.rst
-noc/share/doc/en/ug/profiles/f5.BIGIP.rst
-noc/share/doc/en/ug/sa.rst
-noc/share/doc/en/ug/sa_activator_fsm.png
-noc/share/doc/en/ug/sa_arch.png
-noc/share/doc/en/ug/supported.rst
-noc/share/doc/en/ug/vc.rst
-noc/share/doc/ext/supported.py
-noc/share/doc/index/Makefile
-noc/share/doc/index/conf.py
-noc/share/doc/index/index.rst
+noc/share/docs/en/nocbook/Makefile
+noc/share/docs/en/nocbook/about.rst
+noc/share/docs/en/nocbook/cm/apps/config/index.rst
+noc/share/docs/en/nocbook/cm/apps/dns/index.rst
+noc/share/docs/en/nocbook/cm/apps/objectnotify/index.rst
+noc/share/docs/en/nocbook/cm/apps/prefixlist/index.rst
+noc/share/docs/en/nocbook/cm/apps/reportlatestchanges/index.rst
+noc/share/docs/en/nocbook/cm/apps/reportstaleconfigs/index.rst
+noc/share/docs/en/nocbook/cm/apps/rpsl/index.rst
+noc/share/docs/en/nocbook/cm/index.rst
+noc/share/docs/en/nocbook/cm/overview.rst
+noc/share/docs/en/nocbook/conf.py
+noc/share/docs/en/nocbook/configuration.rst
+noc/share/docs/en/nocbook/conventions.rst
+noc/share/docs/en/nocbook/datetime_format.rst
+noc/share/docs/en/nocbook/dns/apps/dnsserver/index.rst
+noc/share/docs/en/nocbook/dns/apps/dnszone/index.rst
+noc/share/docs/en/nocbook/dns/apps/dnszoneprofile/index.rst
+noc/share/docs/en/nocbook/dns/apps/dnszonerecordtype/index.rst
+noc/share/docs/en/nocbook/dns/apps/reportduplicatedfqdns/index.rst
+noc/share/docs/en/nocbook/dns/apps/reportexpiringdomains/index.rst
+noc/share/docs/en/nocbook/dns/apps/reportmissedp2p/index.rst
+noc/share/docs/en/nocbook/dns/apps/reportmissedreverse/index.rst
+noc/share/docs/en/nocbook/dns/apps/reportnszonesummary/index.rst
+noc/share/docs/en/nocbook/dns/apps/reportsupportedns/index.rst
+noc/share/docs/en/nocbook/dns/dns_workflow.png
+noc/share/docs/en/nocbook/dns/index.rst
+noc/share/docs/en/nocbook/dns/overview.rst
+noc/share/docs/en/nocbook/fm/apps/activeproblems/index.rst
+noc/share/docs/en/nocbook/fm/apps/event/index.rst
+noc/share/docs/en/nocbook/fm/apps/eventarchivationrule/index.rst
+noc/share/docs/en/nocbook/fm/apps/eventcategory/index.rst
+noc/share/docs/en/nocbook/fm/apps/eventclass/index.rst
+noc/share/docs/en/nocbook/fm/apps/eventclassificationrule/index.rst
+noc/share/docs/en/nocbook/fm/apps/eventcorrelationrule/index.rst
+noc/share/docs/en/nocbook/fm/apps/eventpostprocessingrule/index.rst
+noc/share/docs/en/nocbook/fm/apps/eventpriority/index.rst
+noc/share/docs/en/nocbook/fm/apps/ignoreeventrules/index.rst
+noc/share/docs/en/nocbook/fm/apps/mib/index.rst
+noc/share/docs/en/nocbook/fm/apps/mibview/index.rst
+noc/share/docs/en/nocbook/fm/apps/reportclassificationquality/index.rst
+noc/share/docs/en/nocbook/fm/apps/reportclassificationrule/index.rst
+noc/share/docs/en/nocbook/fm/apps/reporteventsummary/index.rst
+noc/share/docs/en/nocbook/fm/apps/reportmibs/index.rst
+noc/share/docs/en/nocbook/fm/apps/reportunclassifiedoids/index.rst
+noc/share/docs/en/nocbook/fm/fm_event_classification.png
+noc/share/docs/en/nocbook/fm/fm_event_processing.png
+noc/share/docs/en/nocbook/fm/index.rst
+noc/share/docs/en/nocbook/fm/overview.rst
+noc/share/docs/en/nocbook/index.rst
+noc/share/docs/en/nocbook/installation/authentication.rst
+noc/share/docs/en/nocbook/installation/index.rst
+noc/share/docs/en/nocbook/installation/install_source.rst
+noc/share/docs/en/nocbook/installation/specific.rst
+noc/share/docs/en/nocbook/installation/specific_linux.rst
+noc/share/docs/en/nocbook/installation/specific_solaris10.rst
+noc/share/docs/en/nocbook/installation/testing.rst
+noc/share/docs/en/nocbook/installation/webserver.rst
+noc/share/docs/en/nocbook/ip/apps/ipmanage/index.rst
+noc/share/docs/en/nocbook/ip/apps/ipv4addressrange/index.rst
+noc/share/docs/en/nocbook/ip/apps/ipv4blockaccess/index.rst
+noc/share/docs/en/nocbook/ip/apps/reportallocated/index.rst
+noc/share/docs/en/nocbook/ip/apps/reportexpanded/index.rst
+noc/share/docs/en/nocbook/ip/apps/reportfree/index.rst
+noc/share/docs/en/nocbook/ip/apps/reportsummary/index.rst
+noc/share/docs/en/nocbook/ip/apps/tools/index.rst
+noc/share/docs/en/nocbook/ip/apps/vrf/index.rst
+noc/share/docs/en/nocbook/ip/apps/vrfgroup/index.rst
+noc/share/docs/en/nocbook/ip/index.rst
+noc/share/docs/en/nocbook/ip/overview.rst
+noc/share/docs/en/nocbook/kb/apps/globalbookmark/index.rst
+noc/share/docs/en/nocbook/kb/apps/index/index.rst
+noc/share/docs/en/nocbook/kb/apps/kbentry/index.rst
+noc/share/docs/en/nocbook/kb/apps/kbentrytemplate/index.rst
+noc/share/docs/en/nocbook/kb/apps/userbookmark/index.rst
+noc/share/docs/en/nocbook/kb/apps/view/index.rst
+noc/share/docs/en/nocbook/kb/index.rst
+noc/share/docs/en/nocbook/kb/overview.rst
+noc/share/docs/en/nocbook/license.rst
+noc/share/docs/en/nocbook/main/apps/audittrail/index.rst
+noc/share/docs/en/nocbook/main/apps/calculator/index.rst
+noc/share/docs/en/nocbook/main/apps/config/index.rst
+noc/share/docs/en/nocbook/main/apps/configs/index.rst
+noc/share/docs/en/nocbook/main/apps/csv/index.rst
+noc/share/docs/en/nocbook/main/apps/doc/index.rst
+noc/share/docs/en/nocbook/main/apps/group/index.rst
+noc/share/docs/en/nocbook/main/apps/index/index.rst
+noc/share/docs/en/nocbook/main/apps/language/index.rst
+noc/share/docs/en/nocbook/main/apps/message/index.rst
+noc/share/docs/en/nocbook/main/apps/mimetype/index.rst
+noc/share/docs/en/nocbook/main/apps/notification/index.rst
+noc/share/docs/en/nocbook/main/apps/notificationgroup/index.rst
+noc/share/docs/en/nocbook/main/apps/pendingnotifications/index.rst
+noc/share/docs/en/nocbook/main/apps/pyrule/index.rst
+noc/share/docs/en/nocbook/main/apps/refbook/index.rst
+noc/share/docs/en/nocbook/main/apps/refbookadmin/index.rst
+noc/share/docs/en/nocbook/main/apps/report/index.rst
+noc/share/docs/en/nocbook/main/apps/reportbackups/index.rst
+noc/share/docs/en/nocbook/main/apps/reportdbsummary/index.rst
+noc/share/docs/en/nocbook/main/apps/reportloc/index.rst
+noc/share/docs/en/nocbook/main/apps/reportsystemversion/index.rst
+noc/share/docs/en/nocbook/main/apps/reporttaggedmodels/index.rst
+noc/share/docs/en/nocbook/main/apps/search/index.rst
+noc/share/docs/en/nocbook/main/apps/systemnotification/index.rst
+noc/share/docs/en/nocbook/main/apps/tagmanage/index.rst
+noc/share/docs/en/nocbook/main/apps/tags/index.rst
+noc/share/docs/en/nocbook/main/apps/timepattern/index.rst
+noc/share/docs/en/nocbook/main/apps/user/index.rst
+noc/share/docs/en/nocbook/main/apps/userprofile/index.rst
+noc/share/docs/en/nocbook/main/index.rst
+noc/share/docs/en/nocbook/main/overview.rst
+noc/share/docs/en/nocbook/peer/apps/as/index.rst
+noc/share/docs/en/nocbook/peer/apps/asset/index.rst
+noc/share/docs/en/nocbook/peer/apps/community/index.rst
+noc/share/docs/en/nocbook/peer/apps/communitytype/index.rst
+noc/share/docs/en/nocbook/peer/apps/maintainer/index.rst
+noc/share/docs/en/nocbook/peer/apps/organisation/index.rst
+noc/share/docs/en/nocbook/peer/apps/peer/index.rst
+noc/share/docs/en/nocbook/peer/apps/peergroup/index.rst
+noc/share/docs/en/nocbook/peer/apps/peeringpoing/index.rst
+noc/share/docs/en/nocbook/peer/apps/person/index.rst
+noc/share/docs/en/nocbook/peer/apps/prefixlistbuilder/index.rst
+noc/share/docs/en/nocbook/peer/apps/rir/index.rst
+noc/share/docs/en/nocbook/peer/index.rst
+noc/share/docs/en/nocbook/peer/overview.rst
+noc/share/docs/en/nocbook/pm/apps/chart/index.rst
+noc/share/docs/en/nocbook/pm/apps/timeseries/index.rst
+noc/share/docs/en/nocbook/pm/apps/view/index.rst
+noc/share/docs/en/nocbook/pm/index.rst
+noc/share/docs/en/nocbook/pm/overview.rst
+noc/share/docs/en/nocbook/profiles/3Com/SuperStack/index.rst
+noc/share/docs/en/nocbook/profiles/AddPac/APOS/index.rst
+noc/share/docs/en/nocbook/profiles/Alcatel/AOS/index.rst
+noc/share/docs/en/nocbook/profiles/Alcatel/OS62xx/index.rst
+noc/share/docs/en/nocbook/profiles/AlliedTelesis/AT8000S/index.rst
+noc/share/docs/en/nocbook/profiles/AlliedTelesis/AT8500/index.rst
+noc/share/docs/en/nocbook/profiles/Audiocodes/Mediant2000/index.rst
+noc/share/docs/en/nocbook/profiles/Brocade/FabricOS/index.rst
+noc/share/docs/en/nocbook/profiles/Cisco/ASA/index.rst
+noc/share/docs/en/nocbook/profiles/Cisco/AireOS/index.rst
+noc/share/docs/en/nocbook/profiles/Cisco/CatOS/index.rst
+noc/share/docs/en/nocbook/profiles/Cisco/FWSM/index.rst
+noc/share/docs/en/nocbook/profiles/Cisco/IOS/index.rst
+noc/share/docs/en/nocbook/profiles/Cisco/NXOS/index.rst
+noc/share/docs/en/nocbook/profiles/DLink/DES3xxx/index.rst
+noc/share/docs/en/nocbook/profiles/DLink/DGS3xxx/index.rst
+noc/share/docs/en/nocbook/profiles/EdgeCore/ES/index.rst
+noc/share/docs/en/nocbook/profiles/Extreme/XOS/index.rst
+noc/share/docs/en/nocbook/profiles/Force10/FTOS/index.rst
+noc/share/docs/en/nocbook/profiles/Generic/Host/index.rst
+noc/share/docs/en/nocbook/profiles/HP/GbE2/index.rst
+noc/share/docs/en/nocbook/profiles/HP/ProCurve/index.rst
+noc/share/docs/en/nocbook/profiles/HP/iLO2/index.rst
+noc/share/docs/en/nocbook/profiles/Huawei/UMG8900/index.rst
+noc/share/docs/en/nocbook/profiles/Huawei/VRP/index.rst
+noc/share/docs/en/nocbook/profiles/InfiNet/WANFlexX/index.rst
+noc/share/docs/en/nocbook/profiles/Juniper/JUNOS/index.rst
+noc/share/docs/en/nocbook/profiles/Juniper/JUNOSe/index.rst
+noc/share/docs/en/nocbook/profiles/Juniper/SRCPE/index.rst
+noc/share/docs/en/nocbook/profiles/Juniper/ScreenOS/index.rst
+noc/share/docs/en/nocbook/profiles/Linksys/SPS2xx/index.rst
+noc/share/docs/en/nocbook/profiles/MikroTik/RouterOS/index.rst
+noc/share/docs/en/nocbook/profiles/OS/FreeBSD/index.rst
+noc/share/docs/en/nocbook/profiles/Protei/MediaGateway/index.rst
+noc/share/docs/en/nocbook/profiles/Raisecom/ROS/index.rst
+noc/share/docs/en/nocbook/profiles/Raritan/DominionSX/index.rst
+noc/share/docs/en/nocbook/profiles/Sun/iLOM3/index.rst
+noc/share/docs/en/nocbook/profiles/Ubiquity/AirOS/index.rst
+noc/share/docs/en/nocbook/profiles/Vyatta/Vyatta/index.rst
+noc/share/docs/en/nocbook/profiles/ZTE/ZXDSL531/index.rst
+noc/share/docs/en/nocbook/profiles/Zebra/Zebra/index.rst
+noc/share/docs/en/nocbook/profiles/ZyXEL/ZyNOS/index.rst
+noc/share/docs/en/nocbook/profiles/ZyXEL/ZyNOSv2/index.rst
+noc/share/docs/en/nocbook/profiles/f5/BIGIP/index.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.1.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.2.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.3.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.4.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.5.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.6.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.7.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.8.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.9.rst
+noc/share/docs/en/nocbook/releasenotes/0.1.rst
+noc/share/docs/en/nocbook/releasenotes/0.1RC1.rst
+noc/share/docs/en/nocbook/releasenotes/0.1RC2.rst
+noc/share/docs/en/nocbook/releasenotes/0.2.1.rst
+noc/share/docs/en/nocbook/releasenotes/0.2.2.rst
+noc/share/docs/en/nocbook/releasenotes/0.2.3.rst
+noc/share/docs/en/nocbook/releasenotes/0.2.4.rst
+noc/share/docs/en/nocbook/releasenotes/0.2.5.rst
+noc/share/docs/en/nocbook/releasenotes/0.2.6.rst
+noc/share/docs/en/nocbook/releasenotes/0.2.7.rst
+noc/share/docs/en/nocbook/releasenotes/0.2.rst
+noc/share/docs/en/nocbook/releasenotes/0.3.1.rst
+noc/share/docs/en/nocbook/releasenotes/0.3.2.rst
+noc/share/docs/en/nocbook/releasenotes/0.3.rst
+noc/share/docs/en/nocbook/releasenotes/0.4.rst
+noc/share/docs/en/nocbook/releasenotes/0.5.1.rst
+noc/share/docs/en/nocbook/releasenotes/0.5.rst
+noc/share/docs/en/nocbook/releasenotes/0.6.rst
+noc/share/docs/en/nocbook/releasenotes/index.rst
+noc/share/docs/en/nocbook/sa/activator.rst
+noc/share/docs/en/nocbook/sa/activator_fsm.png
+noc/share/docs/en/nocbook/sa/apps/activator/index.rst
+noc/share/docs/en/nocbook/sa/apps/administrativedomain/index.rst
+noc/share/docs/en/nocbook/sa/apps/checksupported/index.rst
+noc/share/docs/en/nocbook/sa/apps/macreport/index.rst
+noc/share/docs/en/nocbook/sa/apps/managedobject/index.rst
+noc/share/docs/en/nocbook/sa/apps/managedobjectselector/index.rst
+noc/share/docs/en/nocbook/sa/apps/mrtask/index.rst
+noc/share/docs/en/nocbook/sa/apps/reportobjectsummary/index.rst
+noc/share/docs/en/nocbook/sa/apps/reportsupportedequipment/index.rst
+noc/share/docs/en/nocbook/sa/apps/runcommands/index.rst
+noc/share/docs/en/nocbook/sa/apps/showswitchports/index.rst
+noc/share/docs/en/nocbook/sa/apps/switchportvalidation/index.rst
+noc/share/docs/en/nocbook/sa/apps/taskschedule/index.rst
+noc/share/docs/en/nocbook/sa/apps/topologydiscovery/index.rst
+noc/share/docs/en/nocbook/sa/apps/versioninventory/index.rst
+noc/share/docs/en/nocbook/sa/arch.png
+noc/share/docs/en/nocbook/sa/architecture.rst
+noc/share/docs/en/nocbook/sa/debug.rst
+noc/share/docs/en/nocbook/sa/index.rst
+noc/share/docs/en/nocbook/sa/mapreduce.rst
+noc/share/docs/en/nocbook/sa/overview.rst
+noc/share/docs/en/nocbook/sa/periodic.rst
+noc/share/docs/en/nocbook/sa/protocol.rst
+noc/share/docs/en/nocbook/sa/sae.rst
+noc/share/docs/en/nocbook/sa/terminology.rst
+noc/share/docs/en/nocbook/supported.rst
+noc/share/docs/en/nocbook/updating.rst
+noc/share/docs/en/nocbook/vc/apps/vc/index.rst
+noc/share/docs/en/nocbook/vc/apps/vcbindfilter/index.rst
+noc/share/docs/en/nocbook/vc/apps/vcdomain/index.rst
+noc/share/docs/en/nocbook/vc/apps/vcfilter/index.rst
+noc/share/docs/en/nocbook/vc/apps/vctype/index.rst
+noc/share/docs/en/nocbook/vc/index.rst
+noc/share/docs/en/nocbook/vc/overview.rst
+noc/share/docs/ext/supported.py
 noc/share/linux/lsb/init.d/noc-launcher
-noc/share/linux/lsb/sysconfig/noc
 noc/share/linux/ubuntu/init.d/noc-launcher
 noc/share/mibs/AIRESPACE-REF-MIB.mib
 noc/share/mibs/AIRESPACE-WIRELESS-MIB.mib
@@ -2256,6 +5027,8 @@
 noc/share/mibs/JUNIPER-CFGMGMT-MIB.mib
 noc/share/mibs/JUNIPER-CHASSIS-DEFINES-MIB.mib
 noc/share/mibs/JUNIPER-COLLECTOR-MIB.mib
+noc/share/mibs/JUNIPER-JS-SCREENING-MIB.mib
+noc/share/mibs/JUNIPER-JS-SMI.mib
 noc/share/mibs/JUNIPER-LDP-MIB.mib
 noc/share/mibs/JUNIPER-MPLS-LDP-MIB.mib
 noc/share/mibs/JUNIPER-SMI.mib
@@ -2268,79 +5041,176 @@
 noc/share/mibs/OLD-CISCO-TS-MIB.mib
 noc/share/mibs/OSPF-MIB.mib
 noc/share/mibs/OSPF-TRAP-MIB.mib
+noc/share/mibs/P-BRIDGE-MIB.mib
+noc/share/mibs/Q-BRIDGE-MIB.mib
 noc/share/mibs/RFC-1212.mib
 noc/share/mibs/RFC-1215.mib
 noc/share/mibs/RFC1155-SMI.mib
 noc/share/mibs/RFC1213-MIB.mib
+noc/share/mibs/RMON-MIB.mib
+noc/share/mibs/RMON2-MIB.mib
 noc/share/mibs/SNMP-FRAMEWORK-MIB.mib
 noc/share/mibs/SNMPv2-CONF.mib
 noc/share/mibs/SNMPv2-MIB.mib
 noc/share/mibs/SNMPv2-SMI.mib
 noc/share/mibs/SNMPv2-TC.mib
-noc/share/sphinx/templates/layout.html
+noc/share/mibs/TOKEN-RING-RMON-MIB.mib
 noc/share/sunos/manifest/noc-activator.xml
 noc/share/sunos/manifest/noc-classifier.xml
 noc/share/sunos/manifest/noc-correlator.xml
 noc/share/sunos/manifest/noc-fcgi.xml
 noc/share/sunos/manifest/noc-launcher.xml
 noc/share/sunos/manifest/noc-sae.xml
+noc/static/apps/fm/event/css/index.css
+noc/static/apps/fm/event/js/index.js
+noc/static/apps/ip/ipam/css/vrf_index.css
+noc/static/apps/kb/view/mediawiki/bullet.gif
+noc/static/apps/kb/view/mediawiki/main.css
+noc/static/apps/kb/view/mediawiki/shared.css
 noc/static/css/databrowse.css
 noc/static/css/diff.css
 noc/static/css/highlight.css
+noc/static/css/jquery-ui.css
 noc/static/css/jquery.autocomplete.css
+noc/static/css/jquery.colorPicker.css
 noc/static/css/jquery.pager.css
 noc/static/css/jquery.svg.css
+noc/static/css/jquery.tokeninput.css
 noc/static/css/login.css
 noc/static/css/main.css
 noc/static/css/menu.css
 noc/static/css/pygments.css
 noc/static/css/rack.css
-noc/static/css/sphinx.css
 noc/static/css/tablesorter.css
 noc/static/img/asc.gif
 noc/static/img/bg.gif
+noc/static/img/blank_1x1.png
+noc/static/img/cp-arrow.gif
 noc/static/img/desc.gif
 noc/static/img/indicator.gif
 noc/static/img/logo.png
+noc/static/img/ui-bg_flat_0_aaaaaa_40x100.png
+noc/static/img/ui-bg_flat_75_ffffff_40x100.png
+noc/static/img/ui-bg_glass_55_fbf9ee_1x400.png
+noc/static/img/ui-bg_glass_65_ffffff_1x400.png
+noc/static/img/ui-bg_glass_75_dadada_1x400.png
+noc/static/img/ui-bg_glass_75_e6e6e6_1x400.png
+noc/static/img/ui-bg_glass_95_fef1ec_1x400.png
+noc/static/img/ui-bg_highlight-soft_75_cccccc_1x100.png
+noc/static/img/ui-icons_cd0a0a_256x240.png
+noc/static/js/jquery-ui.min.js
 noc/static/js/jquery.autocomplete.js
+noc/static/js/jquery.colorPicker.js
 noc/static/js/jquery.form.js
-noc/static/js/jquery.js
 noc/static/js/jquery.pager.js
 noc/static/js/jquery.rotate_text.js
 noc/static/js/jquery.svg.js
 noc/static/js/jquery.tablesorter.js
+noc/static/js/jquery.tokeninput.js
 noc/static/js/menu.js
 noc/static/js/noc.chart.js
-noc/template/admin/base.html
-noc/template/admin/base_site.html
-noc/template/admin/change_list.html
-noc/template/admin/cm/config/change_list.html
-noc/template/admin/cm/dns/change_list.html
-noc/template/admin/cm/prefixlist/change_list.html
-noc/template/admin/cm/rpsl/change_list.html
-noc/template/admin/dns/dnszone/change_list.html
-noc/template/admin/fm/eventclassificationrule/change_form.html
-noc/template/admin/fm/eventclassificationrule/change_list.html
-noc/template/admin/fm/eventcorrelationrule/change_list.html
-noc/template/admin/fm/eventpostprocessingrule/change_form.html
-noc/template/admin/fm/eventpostprocessingrule/change_list.html
-noc/template/admin/fm/mib/change_list.html
-noc/template/admin/kb/kbentry/change_form.html
-noc/template/admin/login.html
-noc/template/admin/sa/managedobject/change_list.html
-noc/template/admin/vc/vc/change_list.html
-noc/template/databrowse/base.html
-noc/template/login.html
-noc/template/template.html
+noc/templates/404.html
+noc/templates/500.html
+noc/templates/admin/base.html
+noc/templates/admin/base_site.html
+noc/templates/admin/change_form.html
+noc/templates/admin/change_list.html
+noc/templates/admin/delete_confirmation.html
+noc/templates/databrowse/base.html
+noc/templates/includes/noc_fieldset.html
+noc/templates/report.html
+noc/templates/report_form.html
+noc/templates/sa_app_form.html
+noc/templates/sa_app_index.html
+noc/templates/sa_app_result.html
+noc/templates/template.html
+noc/tests/__init__.py
+noc/tests/__init__.pyc
+noc/tests/__init__.pyo
+noc/tests/code.py
+noc/tests/code.pyc
+noc/tests/code.pyo
+noc/tests/models.py
+noc/tests/models.pyc
+noc/tests/models.pyo
+noc/tests/module_names.py
+noc/tests/module_names.pyc
+noc/tests/module_names.pyo
+noc/tests/templates.py
+noc/tests/templates.pyc
+noc/tests/templates.pyo
 noc/urls.py
 noc/urls.pyc
 noc/urls.pyo
 noc/vc/__init__.py
 noc/vc/__init__.pyc
 noc/vc/__init__.pyo
-noc/vc/admin.py
-noc/vc/admin.pyc
-noc/vc/admin.pyo
+noc/vc/apps/__init__.py
+noc/vc/apps/__init__.pyc
+noc/vc/apps/__init__.pyo
+noc/vc/apps/vc/__init__.py
+noc/vc/apps/vc/__init__.pyc
+noc/vc/apps/vc/__init__.pyo
+noc/vc/apps/vc/templates/change_list.html
+noc/vc/apps/vc/templates/import_vlans.html
+noc/vc/apps/vc/tests/__init__.py
+noc/vc/apps/vc/tests/__init__.pyc
+noc/vc/apps/vc/tests/__init__.pyo
+noc/vc/apps/vc/tests/test.py
+noc/vc/apps/vc/tests/test.pyc
+noc/vc/apps/vc/tests/test.pyo
+noc/vc/apps/vc/views.py
+noc/vc/apps/vc/views.pyc
+noc/vc/apps/vc/views.pyo
+noc/vc/apps/vcbindfilter/__init__.py
+noc/vc/apps/vcbindfilter/__init__.pyc
+noc/vc/apps/vcbindfilter/__init__.pyo
+noc/vc/apps/vcbindfilter/tests/__init__.py
+noc/vc/apps/vcbindfilter/tests/__init__.pyc
+noc/vc/apps/vcbindfilter/tests/__init__.pyo
+noc/vc/apps/vcbindfilter/tests/test.py
+noc/vc/apps/vcbindfilter/tests/test.pyc
+noc/vc/apps/vcbindfilter/tests/test.pyo
+noc/vc/apps/vcbindfilter/views.py
+noc/vc/apps/vcbindfilter/views.pyc
+noc/vc/apps/vcbindfilter/views.pyo
+noc/vc/apps/vcdomain/__init__.py
+noc/vc/apps/vcdomain/__init__.pyc
+noc/vc/apps/vcdomain/__init__.pyo
+noc/vc/apps/vcdomain/tests/__init__.py
+noc/vc/apps/vcdomain/tests/__init__.pyc
+noc/vc/apps/vcdomain/tests/__init__.pyo
+noc/vc/apps/vcdomain/tests/test.py
+noc/vc/apps/vcdomain/tests/test.pyc
+noc/vc/apps/vcdomain/tests/test.pyo
+noc/vc/apps/vcdomain/views.py
+noc/vc/apps/vcdomain/views.pyc
+noc/vc/apps/vcdomain/views.pyo
+noc/vc/apps/vcfilter/__init__.py
+noc/vc/apps/vcfilter/__init__.pyc
+noc/vc/apps/vcfilter/__init__.pyo
+noc/vc/apps/vcfilter/templates/test.html
+noc/vc/apps/vcfilter/tests/__init__.py
+noc/vc/apps/vcfilter/tests/__init__.pyc
+noc/vc/apps/vcfilter/tests/__init__.pyo
+noc/vc/apps/vcfilter/tests/test.py
+noc/vc/apps/vcfilter/tests/test.pyc
+noc/vc/apps/vcfilter/tests/test.pyo
+noc/vc/apps/vcfilter/views.py
+noc/vc/apps/vcfilter/views.pyc
+noc/vc/apps/vcfilter/views.pyo
+noc/vc/apps/vctype/__init__.py
+noc/vc/apps/vctype/__init__.pyc
+noc/vc/apps/vctype/__init__.pyo
+noc/vc/apps/vctype/tests/__init__.py
+noc/vc/apps/vctype/tests/__init__.pyc
+noc/vc/apps/vctype/tests/__init__.pyo
+noc/vc/apps/vctype/tests/test.py
+noc/vc/apps/vctype/tests/test.pyc
+noc/vc/apps/vctype/tests/test.pyo
+noc/vc/apps/vctype/views.py
+noc/vc/apps/vctype/views.pyc
+noc/vc/apps/vctype/views.pyo
 noc/vc/migrations/0001_initial.py
 noc/vc/migrations/0001_initial.pyc
 noc/vc/migrations/0001_initial.pyo
@@ -2371,6 +5241,15 @@
 noc/vc/migrations/0010_vcdomainprobvisioningconfig_vcfilter.py
 noc/vc/migrations/0010_vcdomainprobvisioningconfig_vcfilter.pyc
 noc/vc/migrations/0010_vcdomainprobvisioningconfig_vcfilter.pyo
+noc/vc/migrations/0011_vc_bind_filter.py
+noc/vc/migrations/0011_vc_bind_filter.pyc
+noc/vc/migrations/0011_vc_bind_filter.pyo
+noc/vc/migrations/0012_tags.py
+noc/vc/migrations/0012_tags.pyc
+noc/vc/migrations/0012_tags.pyo
+noc/vc/migrations/0013_vcbindfilter_afi.py
+noc/vc/migrations/0013_vcbindfilter_afi.pyc
+noc/vc/migrations/0013_vcbindfilter_afi.pyo
 noc/vc/migrations/__init__.py
 noc/vc/migrations/__init__.pyc
 noc/vc/migrations/__init__.pyo
@@ -2383,76 +5262,277 @@
 noc/vc/periodics/vc_provisioning.py
 noc/vc/periodics/vc_provisioning.pyc
 noc/vc/periodics/vc_provisioning.pyo
-noc/vc/sa_import_vlans.html
-noc/vc/urls.py
-noc/vc/urls.pyc
-noc/vc/urls.pyo
-noc/vc/vc_filter_test.html
-noc/vc/views.py
-noc/vc/views.pyc
-noc/vc/views.pyo
+noc/vc/tests/__init__.py
+noc/vc/tests/__init__.pyc
+noc/vc/tests/__init__.pyo
+noc/vc/tests/vc.py
+noc/vc/tests/vc.pyc
+noc/vc/tests/vc.pyo
+ at dirrm noc/vc/tests
 @dirrm noc/vc/periodics
 @dirrm noc/vc/migrations
+ at dirrm noc/vc/apps/vctype/tests
+ at dirrm noc/vc/apps/vctype
+ at dirrm noc/vc/apps/vcfilter/tests
+ at dirrm noc/vc/apps/vcfilter/templates
+ at dirrm noc/vc/apps/vcfilter
+ at dirrm noc/vc/apps/vcdomain/tests
+ at dirrm noc/vc/apps/vcdomain
+ at dirrm noc/vc/apps/vcbindfilter/tests
+ at dirrm noc/vc/apps/vcbindfilter
+ at dirrm noc/vc/apps/vc/tests
+ at dirrm noc/vc/apps/vc/templates
+ at dirrm noc/vc/apps/vc
+ at dirrm noc/vc/apps
 @dirrm noc/vc
- at dirrm noc/template/databrowse
- at dirrm noc/template/admin/vc/vc
- at dirrm noc/template/admin/vc
- at dirrm noc/template/admin/sa/managedobject
- at dirrm noc/template/admin/sa
- at dirrm noc/template/admin/kb/kbentry
- at dirrm noc/template/admin/kb
- at dirrm noc/template/admin/fm/mib
- at dirrm noc/template/admin/fm/eventpostprocessingrule
- at dirrm noc/template/admin/fm/eventcorrelationrule
- at dirrm noc/template/admin/fm/eventclassificationrule
- at dirrm noc/template/admin/fm
- at dirrm noc/template/admin/dns/dnszone
- at dirrm noc/template/admin/dns
- at dirrm noc/template/admin/cm/rpsl
- at dirrm noc/template/admin/cm/prefixlist
- at dirrm noc/template/admin/cm/dns
- at dirrm noc/template/admin/cm/config
- at dirrm noc/template/admin/cm
- at dirrm noc/template/admin
- at dirrm noc/template
+ at dirrm noc/tests
+ at dirrm noc/templates/includes
+ at dirrm noc/templates/databrowse
+ at dirrm noc/templates/admin
+ at dirrm noc/templates
 @dirrm noc/share/sunos/manifest
 @dirrm noc/share/sunos
- at dirrm noc/share/sphinx/templates
- at dirrm noc/share/sphinx
 @dirrm noc/share/mibs
 @dirrm noc/share/linux/ubuntu/init.d
 @dirrm noc/share/linux/ubuntu
- at dirrm noc/share/linux/lsb/sysconfig
 @dirrm noc/share/linux/lsb/init.d
 @dirrm noc/share/linux/lsb
 @dirrm noc/share/linux
- at dirrm noc/share/doc/index
- at dirrm noc/share/doc/ext
- at dirrm noc/share/doc/en/ug/profiles
- at dirrm noc/share/doc/en/ug
- at dirrm noc/share/doc/en/index
- at dirrm noc/share/doc/en/ag
- at dirrm noc/share/doc/en
- at dirrm noc/share/doc
+ at dirrm noc/share/docs/ext
+ at dirrm noc/share/docs/en/nocbook/vc/apps/vctype
+ at dirrm noc/share/docs/en/nocbook/vc/apps/vcfilter
+ at dirrm noc/share/docs/en/nocbook/vc/apps/vcdomain
+ at dirrm noc/share/docs/en/nocbook/vc/apps/vcbindfilter
+ at dirrm noc/share/docs/en/nocbook/vc/apps/vc
+ at dirrm noc/share/docs/en/nocbook/vc/apps
+ at dirrm noc/share/docs/en/nocbook/vc
+ at dirrm noc/share/docs/en/nocbook/sa/apps/versioninventory
+ at dirrm noc/share/docs/en/nocbook/sa/apps/topologydiscovery
+ at dirrm noc/share/docs/en/nocbook/sa/apps/taskschedule
+ at dirrm noc/share/docs/en/nocbook/sa/apps/switchportvalidation
+ at dirrm noc/share/docs/en/nocbook/sa/apps/showswitchports
+ at dirrm noc/share/docs/en/nocbook/sa/apps/runcommands
+ at dirrm noc/share/docs/en/nocbook/sa/apps/reportsupportedequipment
+ at dirrm noc/share/docs/en/nocbook/sa/apps/reportobjectsummary
+ at dirrm noc/share/docs/en/nocbook/sa/apps/mrtask
+ at dirrm noc/share/docs/en/nocbook/sa/apps/managedobjectselector
+ at dirrm noc/share/docs/en/nocbook/sa/apps/managedobject
+ at dirrm noc/share/docs/en/nocbook/sa/apps/macreport
+ at dirrm noc/share/docs/en/nocbook/sa/apps/checksupported
+ at dirrm noc/share/docs/en/nocbook/sa/apps/administrativedomain
+ at dirrm noc/share/docs/en/nocbook/sa/apps/activator
+ at dirrm noc/share/docs/en/nocbook/sa/apps
+ at dirrm noc/share/docs/en/nocbook/sa
+ at dirrm noc/share/docs/en/nocbook/releasenotes
+ at dirrm noc/share/docs/en/nocbook/profiles/f5/BIGIP
+ at dirrm noc/share/docs/en/nocbook/profiles/f5
+ at dirrm noc/share/docs/en/nocbook/profiles/ZyXEL/ZyNOSv2
+ at dirrm noc/share/docs/en/nocbook/profiles/ZyXEL/ZyNOS
+ at dirrm noc/share/docs/en/nocbook/profiles/ZyXEL
+ at dirrm noc/share/docs/en/nocbook/profiles/Zebra/Zebra
+ at dirrm noc/share/docs/en/nocbook/profiles/Zebra
+ at dirrm noc/share/docs/en/nocbook/profiles/ZTE/ZXDSL531
+ at dirrm noc/share/docs/en/nocbook/profiles/ZTE
+ at dirrm noc/share/docs/en/nocbook/profiles/Vyatta/Vyatta
+ at dirrm noc/share/docs/en/nocbook/profiles/Vyatta
+ at dirrm noc/share/docs/en/nocbook/profiles/Ubiquity/AirOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Ubiquity
+ at dirrm noc/share/docs/en/nocbook/profiles/Sun/iLOM3
+ at dirrm noc/share/docs/en/nocbook/profiles/Sun
+ at dirrm noc/share/docs/en/nocbook/profiles/Raritan/DominionSX
+ at dirrm noc/share/docs/en/nocbook/profiles/Raritan
+ at dirrm noc/share/docs/en/nocbook/profiles/Raisecom/ROS
+ at dirrm noc/share/docs/en/nocbook/profiles/Raisecom
+ at dirrm noc/share/docs/en/nocbook/profiles/Protei/MediaGateway
+ at dirrm noc/share/docs/en/nocbook/profiles/Protei
+ at dirrm noc/share/docs/en/nocbook/profiles/OS/FreeBSD
+ at dirrm noc/share/docs/en/nocbook/profiles/OS
+ at dirrm noc/share/docs/en/nocbook/profiles/MikroTik/RouterOS
+ at dirrm noc/share/docs/en/nocbook/profiles/MikroTik
+ at dirrm noc/share/docs/en/nocbook/profiles/Linksys/SPS2xx
+ at dirrm noc/share/docs/en/nocbook/profiles/Linksys
+ at dirrm noc/share/docs/en/nocbook/profiles/Juniper/ScreenOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Juniper/SRCPE
+ at dirrm noc/share/docs/en/nocbook/profiles/Juniper/JUNOSe
+ at dirrm noc/share/docs/en/nocbook/profiles/Juniper/JUNOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Juniper
+ at dirrm noc/share/docs/en/nocbook/profiles/InfiNet/WANFlexX
+ at dirrm noc/share/docs/en/nocbook/profiles/InfiNet
+ at dirrm noc/share/docs/en/nocbook/profiles/Huawei/VRP
+ at dirrm noc/share/docs/en/nocbook/profiles/Huawei/UMG8900
+ at dirrm noc/share/docs/en/nocbook/profiles/Huawei
+ at dirrm noc/share/docs/en/nocbook/profiles/HP/iLO2
+ at dirrm noc/share/docs/en/nocbook/profiles/HP/ProCurve
+ at dirrm noc/share/docs/en/nocbook/profiles/HP/GbE2
+ at dirrm noc/share/docs/en/nocbook/profiles/HP
+ at dirrm noc/share/docs/en/nocbook/profiles/Generic/Host
+ at dirrm noc/share/docs/en/nocbook/profiles/Generic
+ at dirrm noc/share/docs/en/nocbook/profiles/Force10/FTOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Force10
+ at dirrm noc/share/docs/en/nocbook/profiles/Extreme/XOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Extreme
+ at dirrm noc/share/docs/en/nocbook/profiles/EdgeCore/ES
+ at dirrm noc/share/docs/en/nocbook/profiles/EdgeCore
+ at dirrm noc/share/docs/en/nocbook/profiles/DLink/DGS3xxx
+ at dirrm noc/share/docs/en/nocbook/profiles/DLink/DES3xxx
+ at dirrm noc/share/docs/en/nocbook/profiles/DLink
+ at dirrm noc/share/docs/en/nocbook/profiles/Cisco/NXOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Cisco/IOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Cisco/FWSM
+ at dirrm noc/share/docs/en/nocbook/profiles/Cisco/CatOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Cisco/AireOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Cisco/ASA
+ at dirrm noc/share/docs/en/nocbook/profiles/Cisco
+ at dirrm noc/share/docs/en/nocbook/profiles/Brocade/FabricOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Brocade
+ at dirrm noc/share/docs/en/nocbook/profiles/Audiocodes/Mediant2000
+ at dirrm noc/share/docs/en/nocbook/profiles/Audiocodes
+ at dirrm noc/share/docs/en/nocbook/profiles/AlliedTelesis/AT8500
+ at dirrm noc/share/docs/en/nocbook/profiles/AlliedTelesis/AT8000S
+ at dirrm noc/share/docs/en/nocbook/profiles/AlliedTelesis
+ at dirrm noc/share/docs/en/nocbook/profiles/Alcatel/OS62xx
+ at dirrm noc/share/docs/en/nocbook/profiles/Alcatel/AOS
+ at dirrm noc/share/docs/en/nocbook/profiles/Alcatel
+ at dirrm noc/share/docs/en/nocbook/profiles/AddPac/APOS
+ at dirrm noc/share/docs/en/nocbook/profiles/AddPac
+ at dirrm noc/share/docs/en/nocbook/profiles/3Com/SuperStack
+ at dirrm noc/share/docs/en/nocbook/profiles/3Com
+ at dirrm noc/share/docs/en/nocbook/profiles
+ at dirrm noc/share/docs/en/nocbook/pm/apps/view
+ at dirrm noc/share/docs/en/nocbook/pm/apps/timeseries
+ at dirrm noc/share/docs/en/nocbook/pm/apps/chart
+ at dirrm noc/share/docs/en/nocbook/pm/apps
+ at dirrm noc/share/docs/en/nocbook/pm
+ at dirrm noc/share/docs/en/nocbook/peer/apps/rir
+ at dirrm noc/share/docs/en/nocbook/peer/apps/prefixlistbuilder
+ at dirrm noc/share/docs/en/nocbook/peer/apps/person
+ at dirrm noc/share/docs/en/nocbook/peer/apps/peeringpoing
+ at dirrm noc/share/docs/en/nocbook/peer/apps/peergroup
+ at dirrm noc/share/docs/en/nocbook/peer/apps/peer
+ at dirrm noc/share/docs/en/nocbook/peer/apps/organisation
+ at dirrm noc/share/docs/en/nocbook/peer/apps/maintainer
+ at dirrm noc/share/docs/en/nocbook/peer/apps/communitytype
+ at dirrm noc/share/docs/en/nocbook/peer/apps/community
+ at dirrm noc/share/docs/en/nocbook/peer/apps/asset
+ at dirrm noc/share/docs/en/nocbook/peer/apps/as
+ at dirrm noc/share/docs/en/nocbook/peer/apps
+ at dirrm noc/share/docs/en/nocbook/peer
+ at dirrm noc/share/docs/en/nocbook/main/apps/userprofile
+ at dirrm noc/share/docs/en/nocbook/main/apps/user
+ at dirrm noc/share/docs/en/nocbook/main/apps/timepattern
+ at dirrm noc/share/docs/en/nocbook/main/apps/tags
+ at dirrm noc/share/docs/en/nocbook/main/apps/tagmanage
+ at dirrm noc/share/docs/en/nocbook/main/apps/systemnotification
+ at dirrm noc/share/docs/en/nocbook/main/apps/search
+ at dirrm noc/share/docs/en/nocbook/main/apps/reporttaggedmodels
+ at dirrm noc/share/docs/en/nocbook/main/apps/reportsystemversion
+ at dirrm noc/share/docs/en/nocbook/main/apps/reportloc
+ at dirrm noc/share/docs/en/nocbook/main/apps/reportdbsummary
+ at dirrm noc/share/docs/en/nocbook/main/apps/reportbackups
+ at dirrm noc/share/docs/en/nocbook/main/apps/report
+ at dirrm noc/share/docs/en/nocbook/main/apps/refbookadmin
+ at dirrm noc/share/docs/en/nocbook/main/apps/refbook
+ at dirrm noc/share/docs/en/nocbook/main/apps/pyrule
+ at dirrm noc/share/docs/en/nocbook/main/apps/pendingnotifications
+ at dirrm noc/share/docs/en/nocbook/main/apps/notificationgroup
+ at dirrm noc/share/docs/en/nocbook/main/apps/notification
+ at dirrm noc/share/docs/en/nocbook/main/apps/mimetype
+ at dirrm noc/share/docs/en/nocbook/main/apps/message
+ at dirrm noc/share/docs/en/nocbook/main/apps/language
+ at dirrm noc/share/docs/en/nocbook/main/apps/index
+ at dirrm noc/share/docs/en/nocbook/main/apps/group
+ at dirrm noc/share/docs/en/nocbook/main/apps/doc
+ at dirrm noc/share/docs/en/nocbook/main/apps/csv
+ at dirrm noc/share/docs/en/nocbook/main/apps/configs
+ at dirrm noc/share/docs/en/nocbook/main/apps/config
+ at dirrm noc/share/docs/en/nocbook/main/apps/calculator
+ at dirrm noc/share/docs/en/nocbook/main/apps/audittrail
+ at dirrm noc/share/docs/en/nocbook/main/apps
+ at dirrm noc/share/docs/en/nocbook/main
+ at dirrm noc/share/docs/en/nocbook/kb/apps/view
+ at dirrm noc/share/docs/en/nocbook/kb/apps/userbookmark
+ at dirrm noc/share/docs/en/nocbook/kb/apps/kbentrytemplate
+ at dirrm noc/share/docs/en/nocbook/kb/apps/kbentry
+ at dirrm noc/share/docs/en/nocbook/kb/apps/index
+ at dirrm noc/share/docs/en/nocbook/kb/apps/globalbookmark
+ at dirrm noc/share/docs/en/nocbook/kb/apps
+ at dirrm noc/share/docs/en/nocbook/kb
+ at dirrm noc/share/docs/en/nocbook/ip/apps/vrfgroup
+ at dirrm noc/share/docs/en/nocbook/ip/apps/vrf
+ at dirrm noc/share/docs/en/nocbook/ip/apps/tools
+ at dirrm noc/share/docs/en/nocbook/ip/apps/reportsummary
+ at dirrm noc/share/docs/en/nocbook/ip/apps/reportfree
+ at dirrm noc/share/docs/en/nocbook/ip/apps/reportexpanded
+ at dirrm noc/share/docs/en/nocbook/ip/apps/reportallocated
+ at dirrm noc/share/docs/en/nocbook/ip/apps/ipv4blockaccess
+ at dirrm noc/share/docs/en/nocbook/ip/apps/ipv4addressrange
+ at dirrm noc/share/docs/en/nocbook/ip/apps/ipmanage
+ at dirrm noc/share/docs/en/nocbook/ip/apps
+ at dirrm noc/share/docs/en/nocbook/ip
+ at dirrm noc/share/docs/en/nocbook/installation
+ at dirrm noc/share/docs/en/nocbook/fm/apps/reportunclassifiedoids
+ at dirrm noc/share/docs/en/nocbook/fm/apps/reportmibs
+ at dirrm noc/share/docs/en/nocbook/fm/apps/reporteventsummary
+ at dirrm noc/share/docs/en/nocbook/fm/apps/reportclassificationrule
+ at dirrm noc/share/docs/en/nocbook/fm/apps/reportclassificationquality
+ at dirrm noc/share/docs/en/nocbook/fm/apps/mibview
+ at dirrm noc/share/docs/en/nocbook/fm/apps/mib
+ at dirrm noc/share/docs/en/nocbook/fm/apps/ignoreeventrules
+ at dirrm noc/share/docs/en/nocbook/fm/apps/eventpriority
+ at dirrm noc/share/docs/en/nocbook/fm/apps/eventpostprocessingrule
+ at dirrm noc/share/docs/en/nocbook/fm/apps/eventcorrelationrule
+ at dirrm noc/share/docs/en/nocbook/fm/apps/eventclassificationrule
+ at dirrm noc/share/docs/en/nocbook/fm/apps/eventclass
+ at dirrm noc/share/docs/en/nocbook/fm/apps/eventcategory
+ at dirrm noc/share/docs/en/nocbook/fm/apps/eventarchivationrule
+ at dirrm noc/share/docs/en/nocbook/fm/apps/event
+ at dirrm noc/share/docs/en/nocbook/fm/apps/activeproblems
+ at dirrm noc/share/docs/en/nocbook/fm/apps
+ at dirrm noc/share/docs/en/nocbook/fm
+ at dirrm noc/share/docs/en/nocbook/dns/apps/reportsupportedns
+ at dirrm noc/share/docs/en/nocbook/dns/apps/reportnszonesummary
+ at dirrm noc/share/docs/en/nocbook/dns/apps/reportmissedreverse
+ at dirrm noc/share/docs/en/nocbook/dns/apps/reportmissedp2p
+ at dirrm noc/share/docs/en/nocbook/dns/apps/reportexpiringdomains
+ at dirrm noc/share/docs/en/nocbook/dns/apps/reportduplicatedfqdns
+ at dirrm noc/share/docs/en/nocbook/dns/apps/dnszonerecordtype
+ at dirrm noc/share/docs/en/nocbook/dns/apps/dnszoneprofile
+ at dirrm noc/share/docs/en/nocbook/dns/apps/dnszone
+ at dirrm noc/share/docs/en/nocbook/dns/apps/dnsserver
+ at dirrm noc/share/docs/en/nocbook/dns/apps
+ at dirrm noc/share/docs/en/nocbook/dns
+ at dirrm noc/share/docs/en/nocbook/cm/apps/rpsl
+ at dirrm noc/share/docs/en/nocbook/cm/apps/reportstaleconfigs
+ at dirrm noc/share/docs/en/nocbook/cm/apps/reportlatestchanges
+ at dirrm noc/share/docs/en/nocbook/cm/apps/prefixlist
+ at dirrm noc/share/docs/en/nocbook/cm/apps/objectnotify
+ at dirrm noc/share/docs/en/nocbook/cm/apps/dns
+ at dirrm noc/share/docs/en/nocbook/cm/apps/config
+ at dirrm noc/share/docs/en/nocbook/cm/apps
+ at dirrm noc/share/docs/en/nocbook/cm
+ at dirrm noc/share/docs/en/nocbook
+ at dirrm noc/share/docs/en
+ at dirrm noc/share/docs
 @dirrm noc/share/dns/bind
 @dirrm noc/share/dns
 @dirrm noc/share
 @dirrm noc/scripts
+ at dirrm noc/sa/tests
 @dirrm noc/sa/servers
- at dirrm noc/sa/scripts
- at dirrm noc/sa/reports
 @dirrm noc/sa/protocols
+ at dirrm noc/sa/profiles/f5/BIGIP/tests
 @dirrm noc/sa/profiles/f5/BIGIP
 @dirrm noc/sa/profiles/f5
 @dirrm noc/sa/profiles/Zyxel/ZyNOSv2
+ at dirrm noc/sa/profiles/Zyxel/ZyNOS/tests
 @dirrm noc/sa/profiles/Zyxel/ZyNOS
 @dirrm noc/sa/profiles/Zyxel
 @dirrm noc/sa/profiles/Zebra/Zebra
 @dirrm noc/sa/profiles/Zebra
 @dirrm noc/sa/profiles/ZTE/ZXDSL531
 @dirrm noc/sa/profiles/ZTE
- at dirrm noc/sa/profiles/VoiceFinder/AddPack
- at dirrm noc/sa/profiles/VoiceFinder
+ at dirrm noc/sa/profiles/Vyatta/Vyatta
+ at dirrm noc/sa/profiles/Vyatta
 @dirrm noc/sa/profiles/Ubiquiti/AirOS
 @dirrm noc/sa/profiles/Ubiquiti
 @dirrm noc/sa/profiles/Sun/iLOM3
@@ -2463,81 +5543,327 @@
 @dirrm noc/sa/profiles/Raisecom
 @dirrm noc/sa/profiles/Protei/MediaGateway
 @dirrm noc/sa/profiles/Protei
+ at dirrm noc/sa/profiles/OS/FreeBSD/tests
+ at dirrm noc/sa/profiles/OS/FreeBSD
+ at dirrm noc/sa/profiles/OS
+ at dirrm noc/sa/profiles/NOC/SAE
+ at dirrm noc/sa/profiles/NOC
 @dirrm noc/sa/profiles/MikroTik/RouterOS
 @dirrm noc/sa/profiles/MikroTik
 @dirrm noc/sa/profiles/Linksys/SPS2xx
 @dirrm noc/sa/profiles/Linksys
+ at dirrm noc/sa/profiles/Juniper/ScreenOS/tests
 @dirrm noc/sa/profiles/Juniper/ScreenOS
 @dirrm noc/sa/profiles/Juniper/SRCPE
 @dirrm noc/sa/profiles/Juniper/JUNOSe
+ at dirrm noc/sa/profiles/Juniper/JUNOS/tests
 @dirrm noc/sa/profiles/Juniper/JUNOS
 @dirrm noc/sa/profiles/Juniper
 @dirrm noc/sa/profiles/InfiNet/WANFlexX
 @dirrm noc/sa/profiles/InfiNet
+ at dirrm noc/sa/profiles/Huawei/VRP/tests
 @dirrm noc/sa/profiles/Huawei/VRP
 @dirrm noc/sa/profiles/Huawei/UMG8900
 @dirrm noc/sa/profiles/Huawei
 @dirrm noc/sa/profiles/HP/iLO2
+ at dirrm noc/sa/profiles/HP/ProCurve/tests
+ at dirrm noc/sa/profiles/HP/ProCurve
+ at dirrm noc/sa/profiles/HP/GbE2/tests
 @dirrm noc/sa/profiles/HP/GbE2
 @dirrm noc/sa/profiles/HP
 @dirrm noc/sa/profiles/Generic
+ at dirrm noc/sa/profiles/Force10/FTOS/tests
 @dirrm noc/sa/profiles/Force10/FTOS
 @dirrm noc/sa/profiles/Force10
- at dirrm noc/sa/profiles/EdgeCore/ES4xxx
- at dirrm noc/sa/profiles/EdgeCore/ES35xx
+ at dirrm noc/sa/profiles/Extreme/XOS
+ at dirrm noc/sa/profiles/Extreme
+ at dirrm noc/sa/profiles/EdgeCore/ES/tests
+ at dirrm noc/sa/profiles/EdgeCore/ES
 @dirrm noc/sa/profiles/EdgeCore
+ at dirrm noc/sa/profiles/DLink/DGS3xxx/tests
 @dirrm noc/sa/profiles/DLink/DGS3xxx
+ at dirrm noc/sa/profiles/DLink/DES3xxx/tests
 @dirrm noc/sa/profiles/DLink/DES3xxx
 @dirrm noc/sa/profiles/DLink
 @dirrm noc/sa/profiles/Cisco/NXOS
+ at dirrm noc/sa/profiles/Cisco/IOS/tests
 @dirrm noc/sa/profiles/Cisco/IOS
 @dirrm noc/sa/profiles/Cisco/FWSM
+ at dirrm noc/sa/profiles/Cisco/CatOS
 @dirrm noc/sa/profiles/Cisco/AireOS
+ at dirrm noc/sa/profiles/Cisco/ASA/tests
 @dirrm noc/sa/profiles/Cisco/ASA
 @dirrm noc/sa/profiles/Cisco
+ at dirrm noc/sa/profiles/Brocade/FabricOS
+ at dirrm noc/sa/profiles/Brocade
 @dirrm noc/sa/profiles/Audiocodes/Mediant2000
 @dirrm noc/sa/profiles/Audiocodes
+ at dirrm noc/sa/profiles/AlliedTelesis/AT8500
+ at dirrm noc/sa/profiles/AlliedTelesis/AT8000S
+ at dirrm noc/sa/profiles/AlliedTelesis
+ at dirrm noc/sa/profiles/Alcatel/OS62xx/tests
+ at dirrm noc/sa/profiles/Alcatel/OS62xx
 @dirrm noc/sa/profiles/Alcatel/AOS
 @dirrm noc/sa/profiles/Alcatel
+ at dirrm noc/sa/profiles/AddPac/APOS
+ at dirrm noc/sa/profiles/AddPac
+ at dirrm noc/sa/profiles/3Com/SuperStack/tests
+ at dirrm noc/sa/profiles/3Com/SuperStack
+ at dirrm noc/sa/profiles/3Com
 @dirrm noc/sa/profiles
+ at dirrm noc/sa/periodics
 @dirrm noc/sa/migrations
 @dirrm noc/sa/management/commands
 @dirrm noc/sa/management
 @dirrm noc/sa/interfaces
+ at dirrm noc/sa/apps/versioninventory/tests
+ at dirrm noc/sa/apps/versioninventory
+ at dirrm noc/sa/apps/useraccess/tests
+ at dirrm noc/sa/apps/useraccess
+ at dirrm noc/sa/apps/topologydiscovery/topology
+ at dirrm noc/sa/apps/topologydiscovery/tests
+ at dirrm noc/sa/apps/topologydiscovery
+ at dirrm noc/sa/apps/taskschedule/tests
+ at dirrm noc/sa/apps/taskschedule
+ at dirrm noc/sa/apps/switchportvalidation/tests
+ at dirrm noc/sa/apps/switchportvalidation
+ at dirrm noc/sa/apps/showswitchports/tests
+ at dirrm noc/sa/apps/showswitchports
+ at dirrm noc/sa/apps/runcommands/tests
+ at dirrm noc/sa/apps/runcommands
+ at dirrm noc/sa/apps/reportsupportedequipment/tests
+ at dirrm noc/sa/apps/reportsupportedequipment
+ at dirrm noc/sa/apps/reportobjectsummary/tests
+ at dirrm noc/sa/apps/reportobjectsummary
+ at dirrm noc/sa/apps/reportmrtask/tests
+ at dirrm noc/sa/apps/reportmrtask
+ at dirrm noc/sa/apps/mrtask/tests
+ at dirrm noc/sa/apps/mrtask/templates
+ at dirrm noc/sa/apps/mrtask
+ at dirrm noc/sa/apps/managedobjectselector/tests
+ at dirrm noc/sa/apps/managedobjectselector/templates
+ at dirrm noc/sa/apps/managedobjectselector
+ at dirrm noc/sa/apps/managedobject/tests
+ at dirrm noc/sa/apps/managedobject/templates
+ at dirrm noc/sa/apps/managedobject
+ at dirrm noc/sa/apps/macreport/tests
+ at dirrm noc/sa/apps/macreport
+ at dirrm noc/sa/apps/groupaccess/tests
+ at dirrm noc/sa/apps/groupaccess
+ at dirrm noc/sa/apps/checksupported/tests
+ at dirrm noc/sa/apps/checksupported
+ at dirrm noc/sa/apps/administrativedomain/tests
+ at dirrm noc/sa/apps/administrativedomain
+ at dirrm noc/sa/apps/activatorstatus/tests
+ at dirrm noc/sa/apps/activatorstatus
+ at dirrm noc/sa/apps/activator/tests
+ at dirrm noc/sa/apps/activator
+ at dirrm noc/sa/apps
 @dirrm noc/sa
+ at dirrm noc/pm/tests
 @dirrm noc/pm/probes
 @dirrm noc/pm/migrations
 @dirrm noc/pm/management/commands
 @dirrm noc/pm/management
+ at dirrm noc/pm/apps/view/tests
+ at dirrm noc/pm/apps/view/templates
+ at dirrm noc/pm/apps/view
+ at dirrm noc/pm/apps/timeseries/tests
+ at dirrm noc/pm/apps/timeseries
+ at dirrm noc/pm/apps/chart/tests
+ at dirrm noc/pm/apps/chart
+ at dirrm noc/pm/apps
 @dirrm noc/pm
 @dirrm noc/peer/periodics
 @dirrm noc/peer/migrations
+ at dirrm noc/peer/apps/rir/tests
+ at dirrm noc/peer/apps/rir
+ at dirrm noc/peer/apps/prefixlistbuilder/tests
+ at dirrm noc/peer/apps/prefixlistbuilder/templates
+ at dirrm noc/peer/apps/prefixlistbuilder
+ at dirrm noc/peer/apps/person/tests
+ at dirrm noc/peer/apps/person
+ at dirrm noc/peer/apps/peeringpoing/tests
+ at dirrm noc/peer/apps/peeringpoing
+ at dirrm noc/peer/apps/peergroup/tests
+ at dirrm noc/peer/apps/peergroup
+ at dirrm noc/peer/apps/peer/tests
+ at dirrm noc/peer/apps/peer
+ at dirrm noc/peer/apps/organisation/tests
+ at dirrm noc/peer/apps/organisation
+ at dirrm noc/peer/apps/maintainer/tests
+ at dirrm noc/peer/apps/maintainer
+ at dirrm noc/peer/apps/communitytype/tests
+ at dirrm noc/peer/apps/communitytype
+ at dirrm noc/peer/apps/community/tests
+ at dirrm noc/peer/apps/community
+ at dirrm noc/peer/apps/asset/tests
+ at dirrm noc/peer/apps/asset
+ at dirrm noc/peer/apps/as/tests
+ at dirrm noc/peer/apps/as
+ at dirrm noc/peer/apps
 @dirrm noc/peer
+ at dirrm noc/main/tests
 @dirrm noc/main/templatetags
- at dirrm noc/main/reports
 @dirrm noc/main/refbooks/refbooks
 @dirrm noc/main/refbooks/downloaders
 @dirrm noc/main/refbooks
+ at dirrm noc/main/pyrules
 @dirrm noc/main/periodics
 @dirrm noc/main/notify
 @dirrm noc/main/migrations
 @dirrm noc/main/management/commands
 @dirrm noc/main/management
+ at dirrm noc/main/auth/backends
+ at dirrm noc/main/auth
+ at dirrm noc/main/apps/userprofile/tests
+ at dirrm noc/main/apps/userprofile/templates
+ at dirrm noc/main/apps/userprofile
+ at dirrm noc/main/apps/user/tests
+ at dirrm noc/main/apps/user/templates
+ at dirrm noc/main/apps/user
+ at dirrm noc/main/apps/timepattern/tests
+ at dirrm noc/main/apps/timepattern/templates
+ at dirrm noc/main/apps/timepattern
+ at dirrm noc/main/apps/tags/tests
+ at dirrm noc/main/apps/tags/templates
+ at dirrm noc/main/apps/tags
+ at dirrm noc/main/apps/tagmanage/tests
+ at dirrm noc/main/apps/tagmanage/templates
+ at dirrm noc/main/apps/tagmanage
+ at dirrm noc/main/apps/systemnotification/tests
+ at dirrm noc/main/apps/systemnotification
+ at dirrm noc/main/apps/style/tests
+ at dirrm noc/main/apps/style
+ at dirrm noc/main/apps/search/tests
+ at dirrm noc/main/apps/search/templates
+ at dirrm noc/main/apps/search
+ at dirrm noc/main/apps/reporttaggedmodels/tests
+ at dirrm noc/main/apps/reporttaggedmodels
+ at dirrm noc/main/apps/reportsystemversion/tests
+ at dirrm noc/main/apps/reportsystemversion
+ at dirrm noc/main/apps/reportloc/tests
+ at dirrm noc/main/apps/reportloc
+ at dirrm noc/main/apps/reportdbsummary/tests
+ at dirrm noc/main/apps/reportdbsummary
+ at dirrm noc/main/apps/reportbackups/tests
+ at dirrm noc/main/apps/reportbackups
+ at dirrm noc/main/apps/report/tests
+ at dirrm noc/main/apps/report/templates
+ at dirrm noc/main/apps/report
+ at dirrm noc/main/apps/reloadconfig/tests
+ at dirrm noc/main/apps/reloadconfig
+ at dirrm noc/main/apps/refbookadmin/tests
+ at dirrm noc/main/apps/refbookadmin
+ at dirrm noc/main/apps/refbook/tests
+ at dirrm noc/main/apps/refbook/templates
+ at dirrm noc/main/apps/refbook
+ at dirrm noc/main/apps/pyrule/tests
+ at dirrm noc/main/apps/pyrule
+ at dirrm noc/main/apps/pendingnotifications/tests
+ at dirrm noc/main/apps/pendingnotifications
+ at dirrm noc/main/apps/notificationgroup/tests
+ at dirrm noc/main/apps/notificationgroup/templates
+ at dirrm noc/main/apps/notificationgroup
+ at dirrm noc/main/apps/mimetype/tests
+ at dirrm noc/main/apps/mimetype
+ at dirrm noc/main/apps/message/tests
+ at dirrm noc/main/apps/message/templates
+ at dirrm noc/main/apps/message
+ at dirrm noc/main/apps/menu/tests
+ at dirrm noc/main/apps/menu
+ at dirrm noc/main/apps/language/tests
+ at dirrm noc/main/apps/language
+ at dirrm noc/main/apps/index/tests
+ at dirrm noc/main/apps/index/templates
+ at dirrm noc/main/apps/index
+ at dirrm noc/main/apps/group/tests
+ at dirrm noc/main/apps/group
+ at dirrm noc/main/apps/doc/tests
+ at dirrm noc/main/apps/doc
+ at dirrm noc/main/apps/dbtrigger/tests
+ at dirrm noc/main/apps/dbtrigger
+ at dirrm noc/main/apps/csv/tests
+ at dirrm noc/main/apps/csv/templates
+ at dirrm noc/main/apps/csv
+ at dirrm noc/main/apps/config/tests
+ at dirrm noc/main/apps/config/templates
+ at dirrm noc/main/apps/config
+ at dirrm noc/main/apps/changesquarantinerule/tests
+ at dirrm noc/main/apps/changesquarantinerule
+ at dirrm noc/main/apps/changesquarantine/tests
+ at dirrm noc/main/apps/changesquarantine
+ at dirrm noc/main/apps/calculator/tests
+ at dirrm noc/main/apps/calculator/templates
+ at dirrm noc/main/apps/calculator/calculators
+ at dirrm noc/main/apps/calculator
+ at dirrm noc/main/apps/auth/tests
+ at dirrm noc/main/apps/auth/templates
+ at dirrm noc/main/apps/auth
+ at dirrm noc/main/apps/audittrail/tests
+ at dirrm noc/main/apps/audittrail
+ at dirrm noc/main/apps
 @dirrm noc/main
+ at dirrm noc/locale/ru/LC_MESSAGES
+ at dirrm noc/locale/ru
+ at dirrm noc/locale
+ at dirrm noc/lib/tests
+ at dirrm noc/lib/app
 @dirrm noc/lib
 @dirrm noc/kb/parsers/macros
 @dirrm noc/kb/parsers
 @dirrm noc/kb/migrations
 @dirrm noc/kb/management/commands
 @dirrm noc/kb/management
+ at dirrm noc/kb/apps/view/tests
+ at dirrm noc/kb/apps/view/templates
+ at dirrm noc/kb/apps/view
+ at dirrm noc/kb/apps/userbookmark/tests
+ at dirrm noc/kb/apps/userbookmark
+ at dirrm noc/kb/apps/kbentrytemplate/tests
+ at dirrm noc/kb/apps/kbentrytemplate
+ at dirrm noc/kb/apps/kbentry/tests
+ at dirrm noc/kb/apps/kbentry/templates
+ at dirrm noc/kb/apps/kbentry
+ at dirrm noc/kb/apps/index/tests
+ at dirrm noc/kb/apps/index/templates
+ at dirrm noc/kb/apps/index
+ at dirrm noc/kb/apps/globalbookmark/tests
+ at dirrm noc/kb/apps/globalbookmark
+ at dirrm noc/kb/apps
 @dirrm noc/kb
- at dirrm noc/ip/reports
+ at dirrm noc/ip/tests
+ at dirrm noc/ip/periodics
 @dirrm noc/ip/migrations
+ at dirrm noc/ip/apps/vrfgroup/tests
+ at dirrm noc/ip/apps/vrfgroup
+ at dirrm noc/ip/apps/vrf/tests
+ at dirrm noc/ip/apps/vrf
+ at dirrm noc/ip/apps/tools/tests
+ at dirrm noc/ip/apps/tools/templates
+ at dirrm noc/ip/apps/tools
+ at dirrm noc/ip/apps/reportsummary/tests
+ at dirrm noc/ip/apps/reportsummary
+ at dirrm noc/ip/apps/reportfree/tests
+ at dirrm noc/ip/apps/reportfree
+ at dirrm noc/ip/apps/reportexpanded/tests
+ at dirrm noc/ip/apps/reportexpanded
+ at dirrm noc/ip/apps/reportallocated/tests
+ at dirrm noc/ip/apps/reportallocated
+ at dirrm noc/ip/apps/prefixaccess/tests
+ at dirrm noc/ip/apps/prefixaccess
+ at dirrm noc/ip/apps/ipam/tests
+ at dirrm noc/ip/apps/ipam/templates
+ at dirrm noc/ip/apps/ipam
+ at dirrm noc/ip/apps/addressrange/tests
+ at dirrm noc/ip/apps/addressrange
+ at dirrm noc/ip/apps
 @dirrm noc/ip
- at dirrm noc/fm/triggers
 @dirrm noc/fm/rules/correlation
 @dirrm noc/fm/rules/classification/f5/BIGIP
 @dirrm noc/fm/rules/classification/f5
+ at dirrm noc/fm/rules/classification/Zyxel/ZyNOS
+ at dirrm noc/fm/rules/classification/Zyxel
 @dirrm noc/fm/rules/classification/Linksys/SPS2xx
 @dirrm noc/fm/rules/classification/Linksys
 @dirrm noc/fm/rules/classification/Juniper/JUNOS
@@ -2557,33 +5883,132 @@
 @dirrm noc/fm/rules/classes/Cisco
 @dirrm noc/fm/rules/classes
 @dirrm noc/fm/rules
- at dirrm noc/fm/reports
 @dirrm noc/fm/periodics
 @dirrm noc/fm/migrations
 @dirrm noc/fm/management/commands
 @dirrm noc/fm/management
+ at dirrm noc/fm/apps/reportunclassifiedoids/tests
+ at dirrm noc/fm/apps/reportunclassifiedoids
+ at dirrm noc/fm/apps/reportmibs/tests
+ at dirrm noc/fm/apps/reportmibs
+ at dirrm noc/fm/apps/reporteventsummary/tests
+ at dirrm noc/fm/apps/reporteventsummary
+ at dirrm noc/fm/apps/reportclassificationrule/tests
+ at dirrm noc/fm/apps/reportclassificationrule
+ at dirrm noc/fm/apps/reportclassificationquality/tests
+ at dirrm noc/fm/apps/reportclassificationquality
+ at dirrm noc/fm/apps/mibview/tests
+ at dirrm noc/fm/apps/mibview
+ at dirrm noc/fm/apps/mib/tests
+ at dirrm noc/fm/apps/mib/templates
+ at dirrm noc/fm/apps/mib
+ at dirrm noc/fm/apps/ignoreeventrules/tests
+ at dirrm noc/fm/apps/ignoreeventrules
+ at dirrm noc/fm/apps/eventpriority/tests
+ at dirrm noc/fm/apps/eventpriority
+ at dirrm noc/fm/apps/eventpostprocessingrule/tests
+ at dirrm noc/fm/apps/eventpostprocessingrule/templates
+ at dirrm noc/fm/apps/eventpostprocessingrule
+ at dirrm noc/fm/apps/eventcorrelationrule/tests
+ at dirrm noc/fm/apps/eventcorrelationrule/templates
+ at dirrm noc/fm/apps/eventcorrelationrule
+ at dirrm noc/fm/apps/eventclassificationrule/tests
+ at dirrm noc/fm/apps/eventclassificationrule/templates
+ at dirrm noc/fm/apps/eventclassificationrule
+ at dirrm noc/fm/apps/eventclass/tests
+ at dirrm noc/fm/apps/eventclass
+ at dirrm noc/fm/apps/eventcategory/tests
+ at dirrm noc/fm/apps/eventcategory
+ at dirrm noc/fm/apps/eventarchivationrule/tests
+ at dirrm noc/fm/apps/eventarchivationrule
+ at dirrm noc/fm/apps/event/tests
+ at dirrm noc/fm/apps/event/templates
+ at dirrm noc/fm/apps/event
+ at dirrm noc/fm/apps/activeproblems/tests
+ at dirrm noc/fm/apps/activeproblems/templates
+ at dirrm noc/fm/apps/activeproblems
+ at dirrm noc/fm/apps
 @dirrm noc/fm
- at dirrm noc/dns/reports
 @dirrm noc/dns/periodics
 @dirrm noc/dns/migrations
 @dirrm noc/dns/generators
+ at dirrm noc/dns/apps/reportsupportedns/tests
+ at dirrm noc/dns/apps/reportsupportedns
+ at dirrm noc/dns/apps/reportnszonesummary/tests
+ at dirrm noc/dns/apps/reportnszonesummary
+ at dirrm noc/dns/apps/reportmissedreverse/tests
+ at dirrm noc/dns/apps/reportmissedreverse
+ at dirrm noc/dns/apps/reportmissedp2p/tests
+ at dirrm noc/dns/apps/reportmissedp2p
+ at dirrm noc/dns/apps/reportexpiringdomains/tests
+ at dirrm noc/dns/apps/reportexpiringdomains
+ at dirrm noc/dns/apps/reportduplicatedfqdns/tests
+ at dirrm noc/dns/apps/reportduplicatedfqdns
+ at dirrm noc/dns/apps/dnszonerecordtype/tests
+ at dirrm noc/dns/apps/dnszonerecordtype
+ at dirrm noc/dns/apps/dnszoneprofile/tests
+ at dirrm noc/dns/apps/dnszoneprofile
+ at dirrm noc/dns/apps/dnszone/tests
+ at dirrm noc/dns/apps/dnszone/templates
+ at dirrm noc/dns/apps/dnszone
+ at dirrm noc/dns/apps/dnsserver/tests
+ at dirrm noc/dns/apps/dnsserver
+ at dirrm noc/dns/apps
 @dirrm noc/dns
+ at dirrm noc/contrib
 @dirrm noc/cm/vcs
- at dirrm noc/cm/reports
+ at dirrm noc/cm/templatetags
+ at dirrm noc/cm/templates
 @dirrm noc/cm/periodics
 @dirrm noc/cm/migrations
 @dirrm noc/cm/management/commands
 @dirrm noc/cm/management
+ at dirrm noc/cm/apps/rpsl/tests
+ at dirrm noc/cm/apps/rpsl/templates
+ at dirrm noc/cm/apps/rpsl
+ at dirrm noc/cm/apps/reportstaleconfigs/tests
+ at dirrm noc/cm/apps/reportstaleconfigs
+ at dirrm noc/cm/apps/reportlatestchanges/tests
+ at dirrm noc/cm/apps/reportlatestchanges
+ at dirrm noc/cm/apps/prefixlist/tests
+ at dirrm noc/cm/apps/prefixlist/templates
+ at dirrm noc/cm/apps/prefixlist
+ at dirrm noc/cm/apps/objectnotify/tests
+ at dirrm noc/cm/apps/objectnotify
+ at dirrm noc/cm/apps/dns/tests
+ at dirrm noc/cm/apps/dns/templates
+ at dirrm noc/cm/apps/dns
+ at dirrm noc/cm/apps/config/tests
+ at dirrm noc/cm/apps/config/templates
+ at dirrm noc/cm/apps/config
+ at dirrm noc/cm/apps
 @dirrm noc/cm
- at dirrmtry noc/local
 @dirrmtry noc/static/js
 @dirrmtry noc/static/img
 @dirrmtry noc/static/doc
 @dirrmtry noc/static/css
+ at dirrmtry noc/static/apps/kb/view/mediawiki
+ at dirrmtry noc/static/apps/kb/view
+ at dirrmtry noc/static/apps/kb
+ at dirrmtry noc/static/apps/ip/ipam/css
+ at dirrmtry noc/static/apps/ip/ipam
+ at dirrmtry noc/static/apps/ip
+ at dirrmtry noc/static/apps/fm/event/js
+ at dirrmtry noc/static/apps/fm/event/css
+ at dirrmtry noc/static/apps/fm/event
+ at dirrmtry noc/static/apps/fm
+ at dirrmtry noc/static/apps
 @dirrmtry noc/static
+ at dirrmtry noc/local
 @dirrmtry noc/etc
 @dirrmtry noc
- at unexec rmdir %%LOCALSTATE_DIR%% 2>/dev/null || true
- at unexec rmdir %%NOCDBDIR%%/repo 2>/dev/null || true
- at unexec rmdir %%NOCDBDIR%%/backup 2>/dev/null || true
- at unexec rmdir %%NOCDBDIR%% 2>/dev/null || true
+ at cwd %%NOCDBDIR%%
+ at dirrmtry repo
+ at dirrmtry backup
+ at dirrmtry /
+ at comment @unexec rmdir %%NOCDBDIR%%/repo 2>/dev/null || true
+ at comment @unexec rmdir %%NOCDBDIR%%/backup 2>/dev/null || true
+ at comment @unexec rmdir %%NOCDBDIR%% 2>/dev/null || true
+ at cwd /
+ at dirrmtry %%LOCALSTATE_DIR%%
+ at comment @unexec rmdir %%LOCALSTATE_DIR%% 2>/dev/null || true
--- noc-0.6.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list