Source: neutron-dynamic-routing Section: net Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Michal Arbet , Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, python3-sphinx, Build-Depends-Indep: neutron-common, python3-alembic, python3-coverage, python3-eventlet, python3-fixtures, python3-hacking, python3-httplib2, python3-mock, python3-netaddr, python3-neutron (>= 2:20.0.0~), python3-neutron-lib (>= 2.20.0), python3-openstackdocstheme, python3-os-ken, python3-oslo.concurrency, python3-oslo.config, python3-oslo.db, python3-oslo.log, python3-oslo.messaging, python3-oslo.serialization, python3-oslo.service, python3-oslo.utils, python3-oslotest, python3-pyroute2 (>= 0.6.7), python3-reno, python3-requests-mock, python3-sqlalchemy, python3-stestr, python3-subunit, python3-tempest, python3-tenacity, python3-testresources, python3-testscenarios, python3-testtools, python3-webob, python3-webtest, subunit, tempest, Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/openstack-team/neutron-plugins/neutron-dynamic-routing Vcs-Git: https://salsa.debian.org/openstack-team/neutron-plugins/neutron-dynamic-routing.git Homepage: https://github.com/openstack/neutron-dynamic-routing Package: neutron-bgp-dragent Architecture: all Depends: neutron-dynamic-routing-common (= ${source:Version}), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: OpenStack Neutron Dynamic Routing - Agent Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring. . Neutron dynamic routing enables advertisement of self-service (private) network prefixes to physical network devices that support dynamic routing protocols such as routers, thus removing the conventional dependency on static routes. . It advertises three classes of routes: * Host routes for floating IP addresses hosted on non-DVR routers, the nexthop is the centralized router. * Host routes for floating IP addresses hosted on DVR routers, the nexthop is the appropriate compute node. * Prefix routes for directly routable tenant networks with address scopes, the nexthop is the centralized router, the same for DVR and CVR. . Neutron dynamic routing consists of service plug-in and agent. The service plug-in implements the Networking service extension and the agent manages dynamic routing protocol peering sessions. The plug-in communicates with the agent through RPC. . This package contains the Dynamic Routing agent. Package: neutron-dynamic-routing-common Architecture: all Depends: neutron-common, python3-neutron-dynamic-routing (= ${source:Version}), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, Description: OpenStack Neutron Dynamic Routing - common files Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring. . Neutron dynamic routing enables advertisement of self-service (private) network prefixes to physical network devices that support dynamic routing protocols such as routers, thus removing the conventional dependency on static routes. . It advertises three classes of routes: * Host routes for floating IP addresses hosted on non-DVR routers, the nexthop is the centralized router. * Host routes for floating IP addresses hosted on DVR routers, the nexthop is the appropriate compute node. * Prefix routes for directly routable tenant networks with address scopes, the nexthop is the centralized router, the same for DVR and CVR. . Neutron dynamic routing consists of service plug-in and agent. The service plug-in implements the Networking service extension and the agent manages dynamic routing protocol peering sessions. The plug-in communicates with the agent through RPC. . This package contains common files. Package: python3-neutron-dynamic-routing Architecture: all Section: python Depends: python3-alembic, python3-eventlet, python3-httplib2, python3-netaddr, python3-neutron (>= 2:20.0.0~), python3-neutron-lib (>= 2.20.0), python3-os-ken, python3-oslo.config, python3-oslo.db, python3-oslo.log, python3-oslo.messaging, python3-oslo.serialization, python3-oslo.service, python3-oslo.utils, python3-pbr, python3-sqlalchemy, python3-tenacity, ${misc:Depends}, ${python3:Depends}, Breaks: python-neutron-dynamic-routing, Replaces: python-neutron-dynamic-routing, Description: OpenStack Neutron Dynamic Routing - Python library Neutron provides an API to dynamically request and configure virtual networks. These networks connect "interfaces" from other OpenStack services (such as vNICs from Nova VMs). The Neutron API supports extensions to provide advanced network capabilities, including QoS, ACLs, and network monitoring. . Neutron dynamic routing enables advertisement of self-service (private) network prefixes to physical network devices that support dynamic routing protocols such as routers, thus removing the conventional dependency on static routes. . It advertises three classes of routes: * Host routes for floating IP addresses hosted on non-DVR routers, the nexthop is the centralized router. * Host routes for floating IP addresses hosted on DVR routers, the nexthop is the appropriate compute node. * Prefix routes for directly routable tenant networks with address scopes, the nexthop is the centralized router, the same for DVR and CVR. . Neutron dynamic routing consists of service plug-in and agent. The service plug-in implements the Networking service extension and the agent manages dynamic routing protocol peering sessions. The plug-in communicates with the agent through RPC. . This package provides the Python library.