.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/ARCHITECTURE.md
docs/JUNIPER_HIT_COUNTS.md
src/ufaya/__init__.py
src/ufaya/_version.py
src/ufaya/py.typed
src/ufaya.egg-info/PKG-INFO
src/ufaya.egg-info/SOURCES.txt
src/ufaya.egg-info/dependency_links.txt
src/ufaya.egg-info/requires.txt
src/ufaya.egg-info/top_level.txt
src/ufaya/drivers/__init__.py
src/ufaya/drivers/cisco.py
src/ufaya/drivers/fortinet.py
src/ufaya/drivers/paloalto.py
src/ufaya/drivers/juniper/__init__.py
src/ufaya/drivers/juniper/driver.py
src/ufaya/drivers/juniper/resolver.py
src/ufaya/drivers/juniper/xml_helpers.py
src/ufaya/firewall/__init__.py
src/ufaya/firewall/base.py
src/ufaya/models/__init__.py
src/ufaya/models/firewall_rule.py
src/ufaya/models/nat_rule.py
src/ufaya/routers/__init__.py
src/ufaya/services/__init__.py
src/ufaya/services/device_factory.py
src/ufaya/utils/__init__.py
tests/__init__.py
tests/test_drivers.py
tests/test_factory.py
tests/test_juniper_srx.py
tests/test_juniper_srx_nat.py
tests/test_models.py
tests/test_nat_models.py
tests/fixtures/juniper_actions.xml
tests/fixtures/juniper_full.xml
tests/fixtures/juniper_global_addressbook.xml
tests/fixtures/juniper_inactive.xml
tests/fixtures/juniper_log_actions.xml
tests/fixtures/juniper_nat.xml
tests/fixtures/juniper_nat_real_tags.xml
tests/fixtures/juniper_nat_resolved.xml
tests/fixtures/juniper_priority_order.xml
tests/fixtures/juniper_recursive_sets.xml
tests/fixtures/juniper_rpc_reply.xml
tests/fixtures/juniper_service_details.xml
tests/fixtures/juniper_unresolved.xml