annet 0.16.15__tar.gz → 0.16.16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of annet might be problematic. Click here for more details.
- {annet-0.16.15/annet.egg-info → annet-0.16.16}/PKG-INFO +2 -2
- {annet-0.16.15 → annet-0.16.16}/annet/__init__.py +2 -2
- {annet-0.16.15 → annet-0.16.16}/annet/bgp_models.py +3 -3
- {annet-0.16.15 → annet-0.16.16}/annet/mesh/device_models.py +4 -4
- {annet-0.16.15 → annet-0.16.16}/annet/mesh/models_converter.py +0 -3
- {annet-0.16.15 → annet-0.16.16}/annet/mesh/peer_models.py +5 -1
- {annet-0.16.15 → annet-0.16.16/annet.egg-info}/PKG-INFO +2 -2
- {annet-0.16.15 → annet-0.16.16}/setup.py +1 -1
- {annet-0.16.15 → annet-0.16.16}/AUTHORS +0 -0
- {annet-0.16.15 → annet-0.16.16}/LICENSE +0 -0
- {annet-0.16.15 → annet-0.16.16}/MANIFEST.in +0 -0
- {annet-0.16.15 → annet-0.16.16}/README.md +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/fetchers/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/fetchers/stub/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/fetchers/stub/fetcher.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/file/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/file/provider.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/common/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/common/client.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/common/manufacturer.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/common/models.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/common/query.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/common/status_client.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/common/storage_opts.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/provider.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/v24/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/v24/storage.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/v37/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/adapters/netbox/v37/storage.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annet.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/command.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/diff.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/errors.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/filter_acl.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/jsontools.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/lib.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/netdev/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/netdev/db.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/netdev/devdb/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/netdev/devdb/data/devdb.json +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/netdev/views/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/netdev/views/dump.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/netdev/views/hardware.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/output.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/patching.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/rbparser/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/rbparser/acl.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/rbparser/deploying.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/rbparser/ordering.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/rbparser/platform.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/rbparser/syntax.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/rulebook/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/rulebook/common.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/tabparser.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/annlib/types.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/api/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/argparse.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/cli.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/cli_args.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/configs/context.yml +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/configs/logging.yaml +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/connectors.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/deploy.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/diff.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/executor.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/filtering.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/gen.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/base.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/common/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/common/initial.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/entire.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/exceptions.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/jsonfragment.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/partial.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/perf.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/ref.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/generators/result.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/hardware.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/implicit.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/lib.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/mesh/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/mesh/basemodel.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/mesh/executor.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/mesh/match_args.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/mesh/registry.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/output.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/parallel.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/patching.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/reference.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/arista/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/arista/iface.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/aruba/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/aruba/ap_env.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/aruba/misc.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/b4com/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/b4com/file.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/cisco/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/cisco/iface.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/cisco/misc.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/cisco/vlandb.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/common.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/deploying.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/huawei/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/huawei/aaa.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/huawei/bgp.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/huawei/iface.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/huawei/misc.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/huawei/vlandb.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/juniper/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/nexus/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/nexus/iface.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/patching.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/ribbon/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/routeros/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/routeros/file.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/arista.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/arista.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/arista.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/aruba.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/aruba.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/aruba.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/b4com.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/b4com.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/b4com.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/cisco.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/cisco.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/cisco.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/huawei.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/huawei.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/huawei.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/juniper.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/nexus.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/nexus.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/nexus.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/nokia.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/optixtrans.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/optixtrans.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/optixtrans.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/pc.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/pc.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/pc.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/ribbon.deploy +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/ribbon.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/routeros.order +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/rulebook/texts/routeros.rul +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/storage.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/tabparser.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/text_term_format.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/tracing.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet/types.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet.egg-info/SOURCES.txt +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet.egg-info/dependency_links.txt +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet.egg-info/entry_points.txt +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet.egg-info/requires.txt +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet.egg-info/top_level.txt +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet_generators/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet_generators/example/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet_generators/example/lldp.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet_generators/mesh_example/__init__.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet_generators/mesh_example/bgp.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/annet_generators/mesh_example/mesh_logic.py +0 -0
- {annet-0.16.15 → annet-0.16.16}/requirements.txt +0 -0
- {annet-0.16.15 → annet-0.16.16}/setup.cfg +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: annet
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.16
|
|
4
4
|
Summary: annet
|
|
5
5
|
Home-page: https://github.com/annetutil/annet
|
|
6
6
|
License: MIT
|
|
7
|
-
Requires-Python: >=3.
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
License-File: AUTHORS
|
|
10
10
|
Requires-Dist: colorama>=0.4.6
|
|
@@ -56,6 +56,6 @@ def init(options: Namespace):
|
|
|
56
56
|
|
|
57
57
|
|
|
58
58
|
def assert_python_version():
|
|
59
|
-
if sys.version_info < (3,
|
|
60
|
-
sys.stderr.write("Error: you need python 3.
|
|
59
|
+
if sys.version_info < (3, 10, 0):
|
|
60
|
+
sys.stderr.write("Error: you need python 3.10.0 or higher\n")
|
|
61
61
|
sys.exit(1)
|
|
@@ -67,7 +67,7 @@ class BFDTimers:
|
|
|
67
67
|
multiplier: int = 4
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
Family = Literal["ipv4_unicast", "ipv6_unicast", "
|
|
70
|
+
Family = Literal["ipv4_unicast", "ipv6_unicast", "ipv4_labeled_unicast", "ipv6_labeled_unicast"]
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
@dataclass(frozen=True)
|
|
@@ -182,6 +182,8 @@ class PeerGroup:
|
|
|
182
182
|
internal_name: str = ""
|
|
183
183
|
description: str = ""
|
|
184
184
|
update_source: str = ""
|
|
185
|
+
import_policy: str = ""
|
|
186
|
+
export_policy: str = ""
|
|
185
187
|
|
|
186
188
|
# more strict version of PeerOptions
|
|
187
189
|
local_as: ASN = ASN(None)
|
|
@@ -242,8 +244,6 @@ class VrfOptions:
|
|
|
242
244
|
ipv6_labeled_unicast: FamilyOptions
|
|
243
245
|
|
|
244
246
|
vrf_name_global: Optional[str] = None
|
|
245
|
-
import_policy: Optional[str] = None
|
|
246
|
-
export_policy: Optional[str] = None
|
|
247
247
|
rt_import: list[str] = field(default_factory=list)
|
|
248
248
|
rt_export: list[str] = field(default_factory=list)
|
|
249
249
|
rt_import_v4: list[str] = field(default_factory=list)
|
|
@@ -41,8 +41,8 @@ class _FamiliesMixin:
|
|
|
41
41
|
def __init__(self, **kwargs):
|
|
42
42
|
kwargs.setdefault("ipv4_unicast", FamilyOptions(family="ipv4_unicast"))
|
|
43
43
|
kwargs.setdefault("ipv6_unicast", FamilyOptions(family="ipv6_unicast"))
|
|
44
|
-
kwargs.setdefault("ipv4_labeled_unicast", FamilyOptions(family="
|
|
45
|
-
kwargs.setdefault("ipv6_labeled_unicast", FamilyOptions(family="
|
|
44
|
+
kwargs.setdefault("ipv4_labeled_unicast", FamilyOptions(family="ipv4_labeled_unicast"))
|
|
45
|
+
kwargs.setdefault("ipv6_labeled_unicast", FamilyOptions(family="ipv6_labeled_unicast"))
|
|
46
46
|
super().__init__(**kwargs)
|
|
47
47
|
ipv4_unicast: Annotated[FamilyOptions, Merge()]
|
|
48
48
|
ipv6_unicast: Annotated[FamilyOptions, Merge()]
|
|
@@ -54,8 +54,8 @@ class VrfOptions(_FamiliesMixin, BaseMeshModel):
|
|
|
54
54
|
def __init__(self, vrf_name: str, **kwargs):
|
|
55
55
|
kwargs.setdefault("ipv4_unicast", FamilyOptions(family="ipv4_unicast", vrf_name=vrf_name))
|
|
56
56
|
kwargs.setdefault("ipv6_unicast", FamilyOptions(family="ipv6_unicast", vrf_name=vrf_name))
|
|
57
|
-
kwargs.setdefault("ipv4_labeled_unicast", FamilyOptions(family="
|
|
58
|
-
kwargs.setdefault("ipv6_labeled_unicast", FamilyOptions(family="
|
|
57
|
+
kwargs.setdefault("ipv4_labeled_unicast", FamilyOptions(family="ipv4_labeled_unicast", vrf_name=vrf_name))
|
|
58
|
+
kwargs.setdefault("ipv6_labeled_unicast", FamilyOptions(family="ipv6_labeled_unicast", vrf_name=vrf_name))
|
|
59
59
|
kwargs.setdefault("groups", KeyDefaultDict(lambda x: MeshPeerGroup(name=x)))
|
|
60
60
|
super().__init__(vrf_name=vrf_name, **kwargs)
|
|
61
61
|
|
|
@@ -3,7 +3,7 @@ from typing import Literal, Annotated, Union, Optional
|
|
|
3
3
|
from .basemodel import BaseMeshModel, Concat
|
|
4
4
|
from ..bgp_models import BFDTimers
|
|
5
5
|
|
|
6
|
-
FamilyName = Literal["ipv4_unicast", "ipv6_unicast", "
|
|
6
|
+
FamilyName = Literal["ipv4_unicast", "ipv6_unicast", "ipv4_labeled_unicast", "ipv6_labeled_unicast"]
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
class _SharedOptionsDTO(BaseMeshModel):
|
|
@@ -117,7 +117,11 @@ class VirtualPeerDTO(MeshSession):
|
|
|
117
117
|
class MeshPeerGroup(_OptionsDTO):
|
|
118
118
|
name: str
|
|
119
119
|
families: Annotated[set[FamilyName], Concat()]
|
|
120
|
+
local_as: Union[int, str]
|
|
120
121
|
remote_as: Union[int, str]
|
|
121
122
|
internal_name: str
|
|
122
123
|
update_source: str
|
|
123
124
|
description: str
|
|
125
|
+
|
|
126
|
+
import_policy: str
|
|
127
|
+
export_policy: str
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: annet
|
|
3
|
-
Version: 0.16.
|
|
3
|
+
Version: 0.16.16
|
|
4
4
|
Summary: annet
|
|
5
5
|
Home-page: https://github.com/annetutil/annet
|
|
6
6
|
License: MIT
|
|
7
|
-
Requires-Python: >=3.
|
|
7
|
+
Requires-Python: >=3.10
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
License-File: AUTHORS
|
|
10
10
|
Requires-Dist: colorama>=0.4.6
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|