How to Install and Uninstall python3-neutron-dynamic-routing Package on Kali Linux

Last updated: November 07,2024

1. Install "python3-neutron-dynamic-routing" package

This guide let you learn how to install python3-neutron-dynamic-routing on Kali Linux

$ sudo apt update $ sudo apt install python3-neutron-dynamic-routing

2. Uninstall "python3-neutron-dynamic-routing" package

In this section, we are going to explain the necessary steps to uninstall python3-neutron-dynamic-routing on Kali Linux:

$ sudo apt remove python3-neutron-dynamic-routing $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-neutron-dynamic-routing package on Kali Linux

Package: python3-neutron-dynamic-routing
Source: neutron-dynamic-routing
Version: 2:20.0.0-1
Installed-Size: 474
Maintainer: Debian OpenStack
Architecture: all
Replaces: python-neutron-dynamic-routing
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 (>= 1.3.3), python3-tenacity, python3:any
Breaks: python-neutron-dynamic-routing
Size: 52472
SHA256: b783fcec03ad5da843b1807312403317c88817adb6667041259fc0b2cf068cc9
SHA1: 2fc41949369a33e862124d67993e2e6ee87b6c61
MD5sum: cf0327b213fcd6a92019e60d5a944a14
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.
Description-md5: 1eba42196bc6487cb73858bdd30b60dc
Homepage: https://github.com/openstack/neutron-dynamic-routing
Section: python
Priority: optional
Filename: pool/main/n/neutron-dynamic-routing/python3-neutron-dynamic-routing_20.0.0-1_all.deb